diff --git a/0001-Remove-nose-require.patch b/0001-Remove-nose-require.patch new file mode 100644 index 0000000000000000000000000000000000000000..4c2c6ce5d044b168b327e521ac75641f87b8f92e --- /dev/null +++ b/0001-Remove-nose-require.patch @@ -0,0 +1,24 @@ +From f707b22ff12fc3212d70c0af3574d75b887876f2 Mon Sep 17 00:00:00 2001 +From: wangxiyuan +Date: Fri, 21 Oct 2022 11:44:07 +0800 +Subject: [PATCH] Remove nose require + +--- + setup.py | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/setup.py b/setup.py +index b0ad67d..641573f 100644 +--- a/setup.py ++++ b/setup.py +@@ -18,7 +18,6 @@ setup( + install_requires=[ + ], + setup_requires=[ +- "nose>=1.3.7", + ], + dependency_links=[ + ], +-- +2.30.0.windows.2 + diff --git a/python-flake8-logging-format.spec b/python-flake8-logging-format.spec index fa9632b500da5bc7143d5e99f30a57a59830a726..befb9dc825e13d2a130ed0f405e26eb5befb0b01 100644 --- a/python-flake8-logging-format.spec +++ b/python-flake8-logging-format.spec @@ -1,11 +1,12 @@ %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 Source0: https://files.pythonhosted.org/packages/72/ad/4bf4d21330138e216c416e0195fa63a5b598100f17e49a284e8da2108b83/flake8-logging-format-0.6.0.tar.gz +Patch0: 0001-Remove-nose-require.patch BuildArch: noarch %description Flake8 extension to validate (lack of) logging format strings @@ -74,6 +75,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Oct 21 2022 wangxiyuan - 0.6.0-3 +- Fix nose require error + * Fri Feb 25 2022 huangtianhua - 0.6.0-2 - Remove python-nose due it is in recycle