From 8ff0f3f312e5e5ea4ba307b6a00b4b40aa5b2d1f Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Thu, 4 Aug 2022 11:41:59 +0800 Subject: [PATCH] Remove python-nose as setup requires --- 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..5d947ed 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 @@ -33,6 +33,7 @@ Flake8 extension to validate (lack of) logging format strings %prep %autosetup -n flake8-logging-format-0.6.0 +sed -i 's/"nose/#"nose/' setup.py %build %py3_build @@ -74,6 +75,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Aug 04 2022 huangtianhua - 0.6.0-3 +- Remove python-nose as setup requires + * Fri Feb 25 2022 huangtianhua - 0.6.0-2 - Remove python-nose due it is in recycle -- Gitee