From 523f9525ad7411b238c5eb7559b47b230b557f29 Mon Sep 17 00:00:00 2001 From: lauk Date: Wed, 18 May 2022 15:42:32 +0800 Subject: [PATCH] License compliance rectification and remove python3-nose --- python-flake8-logging-format.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-flake8-logging-format.spec b/python-flake8-logging-format.spec index 10dfb4b..548571d 100644 --- a/python-flake8-logging-format.spec +++ b/python-flake8-logging-format.spec @@ -1,9 +1,9 @@ %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 +License: Apache-2.0 URL: https://github.com/globality-corp/flake8-logging-format Source0: https://files.pythonhosted.org/packages/72/ad/4bf4d21330138e216c416e0195fa63a5b598100f17e49a284e8da2108b83/flake8-logging-format-0.6.0.tar.gz BuildArch: noarch @@ -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 +* Wed May 18 2022 liukuo - 0.6.0-2 +- License compliance rectification + * Mon Aug 09 2021 OpenStack_SIG - 0.6.0-1 - Package Spec generate -- Gitee