From d3b5f21b3ff684bfc3b71f918aafb7169c499dd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Tue, 9 Nov 2021 10:59:27 +0000 Subject: [PATCH] =?UTF-8?q?Drop=20pyflakes=20and=20pycodestyle=20version?= =?UTF-8?q?=20limit=20flake8=E9=BB=98=E8=AE=A4=E4=BE=9D=E8=B5=96pyflakes<1?= =?UTF-8?q?.7=E5=92=8Cpycodestyle<2.4=EF=BC=8C=E4=BD=86pyflakes=E5=92=8Cpy?= =?UTF-8?q?codestyle=E5=9C=A820.03=20LTS=20SP2=E5=B7=B2=E6=9C=89=E5=AF=B9?= =?UTF-8?q?=E5=BA=94=E7=9A=84=E9=AB=98=E7=89=88=E6=9C=AC=E8=BD=AF=E4=BB=B6?= =?UTF-8?q?=E5=8C=85=EF=BC=8C=E4=B8=8D=E9=80=82=E5=90=88=E9=99=8D=E7=BA=A7?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 该PR移除flake8对pyflakes、pycodestyle,保证能正常安装 --- python-flake8.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -