!11 Update package to version 0.9.0

From: @desert-sailor 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2023-07-20 03:58:59 +00:00 committed by Gitee
commit 2a6fd6a474
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%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.9.0
Release: 3 Release: 1
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-2.0
URL: https://github.com/globality-corp/flake8-logging-format 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 Source0: https://files.pythonhosted.org/packages/b2/ef/29872deec77dcab8101b4d4571d1e637d173814af5eb73655f669747c6eb/flake8-logging-format-0.9.0.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
Flake8 extension to validate (lack of) logging format strings Flake8 extension to validate (lack of) logging format strings
@ -32,7 +32,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-%{version}
sed -i 's/"nose/#"nose/' setup.py sed -i 's/"nose/#"nose/' setup.py
%build %build
@ -75,6 +75,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Jul 19 2023 Dongxing Wang <dxwangk@isoftstone.com> - 0.9.0-1
- Update package to version 0.9.0
* Thu Aug 04 2022 huangtianhua <huangtianhua@huawei.com> - 0.6.0-3 * Thu Aug 04 2022 huangtianhua <huangtianhua@huawei.com> - 0.6.0-3
- Remove python-nose as setup requires - Remove python-nose as setup requires