diff --git a/flake8-6.1.0.tar.gz b/flake8-6.1.0.tar.gz deleted file mode 100644 index 57d8fda..0000000 Binary files a/flake8-6.1.0.tar.gz and /dev/null differ diff --git a/flake8-7.0.0.tar.gz b/flake8-7.0.0.tar.gz new file mode 100644 index 0000000..3a7ba34 Binary files /dev/null and b/flake8-7.0.0.tar.gz differ diff --git a/python-flake8.spec b/python-flake8.spec index 88eca0f..679dadb 100644 --- a/python-flake8.spec +++ b/python-flake8.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-flake8 -Version: 6.1.0 +Version: 7.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/cf/f8/bbe24f43695c0c480181e39ce910c2650c794831886ec46ddd7c40520e6a/flake8-6.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/40/3c/3464b567aa367b221fa610bbbcce8015bf953977d21e52f2d711b526fb48/flake8-7.0.0.tar.gz BuildArch: noarch %description The modular source code checker: pep8 pyflakes and co. @@ -71,6 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jan 11 2024 Paul Thomas - 7.0.0-1 +- update to version 7.0.0 + * Tue Aug 01 2023 sunhui - 6.1.0-1 - Update package to version 6.1.0