From a6e0fb661c89504c526467b39b23cb3ca1dedeb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Wed, 10 Nov 2021 00:54:27 +0000 Subject: [PATCH] Drop flake8 version limit --- python-hacking.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-hacking.spec b/python-hacking.spec index 73dfee2..45cd08e 100644 --- a/python-hacking.spec +++ b/python-hacking.spec @@ -1,7 +1,8 @@ %global _empty_manifest_terminate_build 0 +%global __requires_exclude .*flake8.* Name: python-hacking Version: 1.1.0 -Release: 1 +Release: 2 Summary: OpenStack Hacking Guideline Enforcement License: Apache-2.0 URL: https://docs.openstack.org/hacking/latest/ @@ -89,5 +90,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 10 2021 OpenStack_SIG - 1.1.0-2 +- Drop flake8 version limit * Mon Nov 08 2021 OpenStack_SIG - 1.1.0-1 - Init package python3-hacking with version 1.1.0 for Train