!7 Remove python-nose as setup requires

From: @huangtianhua 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2022-08-04 08:32:04 +00:00 committed by Gitee
commit 4690ad1dcc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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