!8 Upgrade to 0.13.1

From: @starlet-dx 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2023-11-22 01:49:37 +00:00 committed by Gitee
commit 4e9f708ee2
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-naming-0.13.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,14 @@
%global _empty_manifest_terminate_build 0
Name: python-pep8-naming
Version: 0.11.1
Version: 0.13.1
Release: 1
Summary: Check PEP-8 naming conventions, plugin for flake8
License: Expat license
URL: https://github.com/PyCQA/pep8-naming
Source0: https://files.pythonhosted.org/packages/23/f4/55e9fcad80b3210d607e87008f1db5607945d4615f739b397dc97f5f0bba/pep8-naming-0.11.1.tar.gz
Source0: https://files.pythonhosted.org/packages/source/p/pep8-naming/pep8-naming-%{version}.tar.gz
BuildArch: noarch
Requires: python3-flake8-polyfill
Requires: python3-flake8
%description
Check your code against PEP 8 naming conventions.
@ -34,7 +34,7 @@ This module provides a plugin for flake, the Python code checker.
(It replaces the plugin flint-naming for the flint checker.)
%prep
%autosetup -n pep8-naming-0.11.1
%autosetup -n pep8-naming-%{version} -p1
%build
%py3_build
@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed Nov 22 2023 yaoxin <yao_xin001@hoperun.com> - 0.13.1-1
- Upgrade to 0.13.1
* Mon Oct 12 2020 maminjie <maminjie1@huawei.com> - 0.11.1-1
- Package Init