diff --git a/pycodestyle-2.11.1.tar.gz b/pycodestyle-2.11.1.tar.gz deleted file mode 100644 index 10235a5a825a1f85c3fa6fb7ae3f69499992fdb9..0000000000000000000000000000000000000000 Binary files a/pycodestyle-2.11.1.tar.gz and /dev/null differ diff --git a/pycodestyle-2.12.1.tar.gz b/pycodestyle-2.12.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6b17da4abbc49a192e1e94abbfe56873176c2cb6 Binary files /dev/null and b/pycodestyle-2.12.1.tar.gz differ diff --git a/python-pycodestyle.spec b/python-pycodestyle.spec index 1d971eaf77e632529fb37bee784ed755bb3232b6..d33e89f5880ab30c2ea94e736adab0df387026f8 100644 --- a/python-pycodestyle.spec +++ b/python-pycodestyle.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pycodestyle -Version: 2.11.1 +Version: 2.12.1 Release: 1 Summary: Python style guide checker License: MIT URL: https://pycodestyle.pycqa.org/ -Source0: https://files.pythonhosted.org/packages/34/8f/fa09ae2acc737b9507b5734a9aec9a2b35fa73409982f57db1b42f8c3c65/pycodestyle-2.11.1.tar.gz +Source0: https://files.pythonhosted.org/packages/43/aa/210b2c9aedd8c1cbeea31a50e42050ad56187754b34eb214c46709445801/pycodestyle-2.12.1.tar.gz BuildArch: noarch @@ -71,6 +71,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Aug 15 2024 Dongxing Wang - 2.12.1-1 +- Update version to 2.12.1 + Improve backtracking of COMPARE_TYPE_REGEX + Prevent false positive for E721 on member function + Add new error E204 for whitespace after decorator + * Wed Jul 24 2024 liudy - 2.11.1-1 - Update version to 2.11.1 - fix false positive with fstrings containing keyword parts in python 3.12