14
0

- update to 2.11.1:

* E275: fix false positive with fstrings containing keyword
    parts in python 3.12
  testsuite_fixes.patch
  * E301: fix regression disallowing decorated one-liners.
  * E714: fix false positive with chained ``is not``.
  * E225: require whitespace around ``and`` ``in`` ``is`` and ``or``.
    PR gh#PyCQA/pycodestyle#919.
* When no path is specified, do not try to read from stdin.
  * Report E227 or E228 instead of E225 for whitespace around bitwise,

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=37
This commit is contained in:
2023-11-27 15:59:08 +00:00
committed by Git OBS Bridge
parent cd1491fe4c
commit 1e5acdb11c
4 changed files with 19 additions and 12 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pycodestyle
Version: 2.11.0
Version: 2.11.1
Release: 0
Summary: Python style guide checker
License: MIT