diff --git a/flake8-6.0.0.tar.gz b/flake8-6.0.0.tar.gz deleted file mode 100644 index a7b9462..0000000 Binary files a/flake8-6.0.0.tar.gz and /dev/null differ diff --git a/flake8-6.1.0.tar.gz b/flake8-6.1.0.tar.gz new file mode 100644 index 0000000..57d8fda Binary files /dev/null and b/flake8-6.1.0.tar.gz differ diff --git a/python-flake8.spec b/python-flake8.spec index adce35d..88eca0f 100644 --- a/python-flake8.spec +++ b/python-flake8.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-flake8 -Version: 6.0.0 +Version: 6.1.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/source/f/flake8/flake8-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/cf/f8/bbe24f43695c0c480181e39ce910c2650c794831886ec46ddd7c40520e6a/flake8-6.1.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 +* Tue Aug 01 2023 sunhui - 6.1.0-1 +- Update package to version 6.1.0 + * Wed May 10 2023 yaoxin - 6.0.0-1 - Update to 6.0.0 and resolve python-flake8 installation dependencies