Remove python-nose as setup requires

This commit is contained in:
huangtianhua 2022-08-04 11:41:59 +08:00
parent 499829e185
commit 8ff0f3f312

View File

@ -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 <huangtianhua@huawei.com> - 0.6.0-3
- Remove python-nose as setup requires
* Fri Feb 25 2022 huangtianhua <huangtianhua@huawei.com> - 0.6.0-2
- Remove python-nose due it is in recycle