From 4154ae6f4ff4c8012d10edfdf841b2728a3e46c4 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Fri, 25 Feb 2022 01:16:03 +0000 Subject: [PATCH] Remove python-nose due it is in recycle (cherry picked from commit 8911908208e619a102220ee422c3d33a97e53056) --- python-flake8-logging-format.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-flake8-logging-format.spec b/python-flake8-logging-format.spec index 10dfb4b..fa9632b 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: 1 +Release: 2 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,7 +20,6 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel -BuildRequires: python3-nose %description -n python3-flake8-logging-format Flake8 extension to validate (lack of) logging format strings @@ -75,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Feb 25 2022 huangtianhua - 0.6.0-2 +- Remove python-nose due it is in recycle + * Mon Aug 09 2021 OpenStack_SIG - 0.6.0-1 - Package Spec generate -- Gitee