diff --git a/flake8-3.9.2.tar.gz b/flake8-3.9.2.tar.gz deleted file mode 100644 index 976b561..0000000 Binary files a/flake8-3.9.2.tar.gz and /dev/null differ diff --git a/flake8-6.0.0.tar.gz b/flake8-6.0.0.tar.gz new file mode 100644 index 0000000..a7b9462 Binary files /dev/null and b/flake8-6.0.0.tar.gz differ diff --git a/python-flake8.spec b/python-flake8.spec index b7bcc13..adce35d 100644 --- a/python-flake8.spec +++ b/python-flake8.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-flake8 -Version: 3.9.2 -Release: 2 +Version: 6.0.0 +Release: 1 Summary: the modular source code checker: pep8 pyflakes and co License: MIT URL: https://gitlab.com/pycqa/flake8 -Source0: https://files.pythonhosted.org/packages/9e/47/15b267dfe7e03dca4c4c06e7eadbd55ef4dfd368b13a0bab36d708b14366/flake8-3.9.2.tar.gz +Source0: https://files.pythonhosted.org/packages/source/f/flake8/flake8-%{version}.tar.gz BuildArch: noarch %description The modular source code checker: pep8 pyflakes and co. @@ -31,7 +31,7 @@ The modular source code checker: pep8 pyflakes and co. %prep -%autosetup -n flake8-3.9.2 +%autosetup -n flake8-%{version} -p1 %build %py3_build @@ -71,6 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 10 2023 yaoxin - 6.0.0-1 +- Update to 6.0.0 and resolve python-flake8 installation dependencies + * Thu Jul 15 2021 openstack-sig - Drop useless requires