!8 Upgrade to 0.13.1
From: @starlet-dx Reviewed-by: @cherry530 Signed-off-by: @cherry530
This commit is contained in:
commit
4e9f708ee2
Binary file not shown.
BIN
pep8-naming-0.13.1.tar.gz
Normal file
BIN
pep8-naming-0.13.1.tar.gz
Normal file
Binary file not shown.
@ -1,14 +1,14 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-pep8-naming
|
Name: python-pep8-naming
|
||||||
Version: 0.11.1
|
Version: 0.13.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Check PEP-8 naming conventions, plugin for flake8
|
Summary: Check PEP-8 naming conventions, plugin for flake8
|
||||||
License: Expat license
|
License: Expat license
|
||||||
URL: https://github.com/PyCQA/pep8-naming
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-flake8-polyfill
|
Requires: python3-flake8
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Check your code against PEP 8 naming conventions.
|
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.)
|
(It replaces the plugin flint-naming for the flint checker.)
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n pep8-naming-0.11.1
|
%autosetup -n pep8-naming-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 12 2020 maminjie <maminjie1@huawei.com> - 0.11.1-1
|
||||||
- Package Init
|
- Package Init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user