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 %global _empty_manifest_terminate_build 0
Name: python-flake8-logging-format Name: python-flake8-logging-format
Version: 0.6.0 Version: 0.6.0
Release: 2 Release: 3
Summary: Flake8 extension to validate (lack of) logging format strings Summary: Flake8 extension to validate (lack of) logging format strings
License: Apache License 2.0 License: Apache License 2.0
URL: https://github.com/globality-corp/flake8-logging-format URL: https://github.com/globality-corp/flake8-logging-format
@ -33,6 +33,7 @@ Flake8 extension to validate (lack of) logging format strings
%prep %prep
%autosetup -n flake8-logging-format-0.6.0 %autosetup -n flake8-logging-format-0.6.0
sed -i 's/"nose/#"nose/' setup.py
%build %build
%py3_build %py3_build
@ -74,6 +75,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Fri Feb 25 2022 huangtianhua <huangtianhua@huawei.com> - 0.6.0-2
- Remove python-nose due it is in recycle - Remove python-nose due it is in recycle