Upgrade package to version 1.7.1

This commit is contained in:
jxy_git 2022-12-06 14:15:50 +08:00
parent 62aa88c994
commit eacdd116d2
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
pep8-1.7.1.tar.gz Normal file

Binary file not shown.

View File

@ -2,12 +2,12 @@
%global common_desc \ %global common_desc \
pep8 Python style guide checker pep8 is a tool to check your Python code pep8 Python style guide checker pep8 is a tool to check your Python code
Name: python-pep8 Name: python-pep8
Version: 1.5.7 Version: 1.7.1
Release: 2 Release: 1
Summary: Python style guide checker Summary: Python style guide checker
License: MIT License: MIT
URL: http://pep8.readthedocs.org/ URL: http://pep8.readthedocs.org/
Source0: https://files.pythonhosted.org/packages/8b/de/259f5e735897ada1683489dd514b2a1c91aaa74e5e6b68f80acf128a6368/pep8-1.5.7.tar.gz Source0: https://files.pythonhosted.org/packages/01/a0/64ba19519db49e4094d82599412a9660dee8c26a7addbbb1bf17927ceefe/pep8-1.7.1.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
pep8 Python style guide checker pep8 is a tool to check your Python code against pep8 Python style guide checker pep8 is a tool to check your Python code against
@ -38,7 +38,7 @@ Provides: python3-pep8-doc
%{common_desc} %{common_desc}
%prep %prep
%autosetup -n pep8-1.5.7 %autosetup -n pep8-%{version}
%build %build
%py3_build %py3_build
@ -83,6 +83,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Dec 06 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 1.7.1-1
- Upgrade package to version 1.7.1
* Tue Aug 3 2021 huangtianhua <huangtianhua@huawei.com> - 1.5.7-2 * Tue Aug 3 2021 huangtianhua <huangtianhua@huawei.com> - 1.5.7-2
- Correct licence - Correct licence