diff --git a/pycodestyle-2.12.1.tar.gz b/pycodestyle-2.12.1.tar.gz deleted file mode 100644 index 6b17da4abbc49a192e1e94abbfe56873176c2cb6..0000000000000000000000000000000000000000 Binary files a/pycodestyle-2.12.1.tar.gz and /dev/null differ diff --git a/pycodestyle-2.13.0.tar.gz b/pycodestyle-2.13.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d0d77eb2d7cd43c68053d701c783fd7ca5feaa18 Binary files /dev/null and b/pycodestyle-2.13.0.tar.gz differ diff --git a/python-pycodestyle.spec b/python-pycodestyle.spec index d33e89f5880ab30c2ea94e736adab0df387026f8..f0fbfbcc24d657c792e9906c7a7bb4a76fbb8231 100644 --- a/python-pycodestyle.spec +++ b/python-pycodestyle.spec @@ -1,14 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-pycodestyle -Version: 2.12.1 +Version: 2.13.0 Release: 1 Summary: Python style guide checker License: MIT URL: https://pycodestyle.pycqa.org/ -Source0: https://files.pythonhosted.org/packages/43/aa/210b2c9aedd8c1cbeea31a50e42050ad56187754b34eb214c46709445801/pycodestyle-2.12.1.tar.gz +Source0: https://files.pythonhosted.org/packages/04/6e/1f4a62078e4d95d82367f24e685aef3a672abfd27d1a868068fed4ed2254/pycodestyle-2.13.0.tar.gz BuildArch: noarch - %description pycodestyle (formerly pep8) is a tool to check your Python code against some of the style conventions in PEP 8. @@ -71,6 +70,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jun 04 2025 zhoulinshen - 2.13.0-1 +- Update package to version 2.13.0 + * Thu Aug 15 2024 Dongxing Wang - 2.12.1-1 - Update version to 2.12.1 Improve backtracking of COMPARE_TYPE_REGEX