diff --git a/pep8-naming-0.11.1.tar.gz b/pep8-naming-0.11.1.tar.gz deleted file mode 100644 index 8ab3b40..0000000 Binary files a/pep8-naming-0.11.1.tar.gz and /dev/null differ diff --git a/pep8-naming-0.13.1.tar.gz b/pep8-naming-0.13.1.tar.gz new file mode 100644 index 0000000..86a8af1 Binary files /dev/null and b/pep8-naming-0.13.1.tar.gz differ diff --git a/python-pep8-naming.spec b/python-pep8-naming.spec index 20d5790..b36da13 100644 --- a/python-pep8-naming.spec +++ b/python-pep8-naming.spec @@ -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 - 0.13.1-1 +- Update package + * Mon Oct 12 2020 maminjie - 0.11.1-1 - Package Init