Update package to version 0.9.0
This commit is contained in:
parent
4690ad1dcc
commit
ebee624fc2
Binary file not shown.
BIN
flake8-logging-format-0.9.0.tar.gz
Normal file
BIN
flake8-logging-format-0.9.0.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user