!21 【轻量级 PR】:Drop pyflakes and pycodestyle version limit

From: @xiyuanwang
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-11-09 12:31:29 +00:00 committed by Gitee
commit 306bb2ca18

View File

@ -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 <openstack@openeuler.org> - 3.5.0-2
- Drop pyflakes and pycodestyle version limit
* Fri Nov 05 2021 OpenStack_SIG <openstack@openeuler.org> - 3.5.0-1
- Init package python3-flake8 of version 3.5.0