From d9cfb6ac1126f6058988012b44f623e323262021 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Mon, 18 Jul 2022 10:29:06 +0000 Subject: [PATCH] Add BuildRequires python3-nose2 --- python-flake8-logging-format.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-flake8-logging-format.spec b/python-flake8-logging-format.spec index fa9632b..b3ff460 100644 --- a/python-flake8-logging-format.spec +++ b/python-flake8-logging-format.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-flake8-logging-format Version: 0.6.0 -Release: 2 +Release: 3 Summary: Flake8 extension to validate (lack of) logging format strings License: Apache License 2.0 URL: https://github.com/globality-corp/flake8-logging-format @@ -20,6 +20,7 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel +BuildRequires: python3-nose2 %description -n python3-flake8-logging-format Flake8 extension to validate (lack of) logging format strings @@ -74,6 +75,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jul 18 2022 OpenStack_SIG - 0.6.0-3 +- Add BuildRequires python3-nose2 + * Fri Feb 25 2022 huangtianhua - 0.6.0-2 - Remove python-nose due it is in recycle -- Gitee