upgrade python-pep8-naming

Signed-off-by: cherry530 <xuping33@huawei.com>
This commit is contained in:
cherry530 2022-08-29 16:12:45 +08:00
parent 1528b316a8
commit 0f0b705e37
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/5f/eb/55406edc1c5eb5efacf469f0cf5f207527ef018d84da0fdcbaf0a26e9892/pep8-naming-0.13.1.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-0.13.1
%build
%py3_build
@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Aug 29 2022 wulei <wulei80@h-partners.com> - 0.13.1-1
- Update package
* Mon Oct 12 2020 maminjie <maminjie1@huawei.com> - 0.11.1-1
- Package Init