Accepting request 1129190 from devel:languages:python

- 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/request/show/1129190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycodestyle?expand=0&rev=20
This commit is contained in:
Ana Guerrero 2023-11-28 21:18:41 +00:00 committed by Git OBS Bridge
commit 941c641cc5
4 changed files with 19 additions and 12 deletions

BIN
pycodestyle-2.11.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a01fdd890c6472eebc32e8baf21e29173c35776e765c64cc83ccd09b99dc5399
size 79865

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Nov 27 15:56:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.11.1:
* E275: fix false positive with fstrings containing keyword
parts in python 3.12
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 8 15:10:24 UTC 2023 - ecsos <ecsos@opensuse.org> Tue Aug 8 15:10:24 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

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