python-pycodestyle

This commit is contained in:
sunhui 2023-07-31 11:08:48 +08:00
parent fc2717ccc8
commit 6bf94acddd
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
pycodestyle-2.11.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-pycodestyle Name: python-pycodestyle
Version: 2.10.0 Version: 2.11.0
Release: 1 Release: 1
Summary: Python style guide checker Summary: Python style guide checker
License: MIT License: MIT
URL: https://pycodestyle.pycqa.org/ URL: https://pycodestyle.pycqa.org/
Source0: https://files.pythonhosted.org/packages/06/6b/5ca0d12ef7dcf7d20dfa35287d02297f3e0f9e515da5183654c03a9636ce/pycodestyle-2.10.0.tar.gz Source0: https://files.pythonhosted.org/packages/06/6b/5ca0d12ef7dcf7d20dfa35287d02297f3e0f9e515da5183654c03a9636ce/pycodestyle-2.11.0.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
pycodestyle (formerly pep8) is a tool to check your Python code against some of the style conventions in PEP 8. pycodestyle (formerly pep8) is a tool to check your Python code against some of the style conventions in PEP 8.
@ -69,6 +69,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Jul 31 2023 sunhui <sunhui@kylinos.cn> - 2.11.0-1
- Update package to version 2.11.0
* Tue Feb 14 2023 wubijie <wubijie@kylinos.cn> - 2.10.0-1 * Tue Feb 14 2023 wubijie <wubijie@kylinos.cn> - 2.10.0-1
- Update package to version 2.10.0 - Update package to version 2.10.0