diff --git a/python-flake8.spec b/python-flake8.spec index 4adb06d..5bb22b5 100644 --- a/python-flake8.spec +++ b/python-flake8.spec @@ -1,7 +1,8 @@ %global _empty_manifest_terminate_build 0 +%global __requires_exclude .*pyflakes.*|.*pycodestyle.* Name: python-flake8 Version: 3.5.0 -Release: 1 +Release: 2 Summary: the modular source code checker: pep8, pyflakes and co License: MIT URL: https://gitlab.com/pycqa/flake8 @@ -80,6 +81,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 09 2021 OpenStack_SIG - 3.5.0-2 +- Drop pyflakes and pycodestyle version limit * Fri Nov 05 2021 OpenStack_SIG - 3.5.0-1 - Init package python3-flake8 of version 3.5.0 -