diff --git a/codespell-2.2.5.tar.gz b/codespell-2.2.5.tar.gz deleted file mode 100644 index 469e8241bdffecae8d6684fda6e7c12d2e05a7bf..0000000000000000000000000000000000000000 Binary files a/codespell-2.2.5.tar.gz and /dev/null differ diff --git a/codespell-2.2.6.tar.gz b/codespell-2.2.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5ff7b96c81ea9c188870194db0cb864b53e72d37 Binary files /dev/null and b/codespell-2.2.6.tar.gz differ diff --git a/python-codespell.spec b/python-codespell.spec index f58de95f5b6c0ec79b2dae27611d815bdea80433..a810d9cea7b2dbb5223ed32172819c929b42a23c 100644 --- a/python-codespell.spec +++ b/python-codespell.spec @@ -1,13 +1,13 @@ %global pypi_name codespell Name: python-%{pypi_name} -Version: 2.2.5 +Version: 2.2.6 Release: 1 Summary: Fix common misspellings in text files License: GPL v2 URL: https://github.com/codespell-project/codespell -Source0: https://files.pythonhosted.org/packages/81/30/e1b32067c551d745df2bdc9f1d510422d8a5819ca3b610b4433654cf578c/codespell-2.2.5.tar.gz +Source0: https://files.pythonhosted.org/packages/e1/97/df3e00b4d795c96233e35d269c211131c5572503d2270afb6fed7d859cc2/codespell-2.2.6.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -66,6 +66,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 30 2023 jiangxinyu - 2.2.6-1 +- Upgrade package to version 2.2.6 + * Thu Sep 14 2023 luolu12 - 2.2.5-1 - Initial package.