diff --git a/python-flake8-logging-format.spec b/python-flake8-logging-format.spec index 10dfb4b23e763b5805d7844fd46489a8fa1deceb..fa9632b500da5bc7143d5e99f30a57a59830a726 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