!5 Upgrade package to version 1.7.1

From: @jxy_git 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2022-12-06 06:39:34 +00:00 committed by Gitee
commit a3ae17fd37
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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