Drop flake8 version limit

This commit is contained in:
王玺源 2021-11-10 00:54:27 +00:00 committed by Gitee
parent b980413389
commit a6e0fb661c

View File

@ -1,7 +1,8 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
%global __requires_exclude .*flake8.*
Name: python-hacking Name: python-hacking
Version: 1.1.0 Version: 1.1.0
Release: 1 Release: 2
Summary: OpenStack Hacking Guideline Enforcement Summary: OpenStack Hacking Guideline Enforcement
License: Apache-2.0 License: Apache-2.0
URL: https://docs.openstack.org/hacking/latest/ URL: https://docs.openstack.org/hacking/latest/
@ -89,5 +90,7 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Nov 10 2021 OpenStack_SIG <openstack@openeuler.org> - 1.1.0-2
- Drop flake8 version limit
* Mon Nov 08 2021 OpenStack_SIG <openstack@openeuler.org> - 1.1.0-1 * Mon Nov 08 2021 OpenStack_SIG <openstack@openeuler.org> - 1.1.0-1
- Init package python3-hacking with version 1.1.0 for Train - Init package python3-hacking with version 1.1.0 for Train