- 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:
parent
cd1491fe4c
commit
1e5acdb11c
BIN
pycodestyle-2.11.0.tar.gz
(Stored with Git LFS)
BIN
pycodestyle-2.11.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
pycodestyle-2.11.1.tar.gz
Normal file
3
pycodestyle-2.11.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a01fdd890c6472eebc32e8baf21e29173c35776e765c64cc83ccd09b99dc5399
|
||||||
|
size 79865
|
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user