Revisions of python-pycodestyle
buildservice-autocommit
accepted
request 1194568
from
Dirk Mueller (dirkmueller)
(revision 42)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 41)
- update to 2.12.1: * Properly preserve escaped `{` and `}` in fstrings in logical lines in 3.12+.
buildservice-autocommit
accepted
request 1181240
from
Dirk Mueller (dirkmueller)
(revision 40)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 39)
- update to 2.12.0: * E721: Fix false positive of the form `x.type(...) ==`.  * E502: Fix false-negative with a backslash escape in a comment.  * E204: New lint forbidding whitespace after decorator `@`.
buildservice-autocommit
accepted
request 1129190
from
Dirk Mueller (dirkmueller)
(revision 38)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 37)
- 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,
buildservice-autocommit
accepted
request 1103222
from
Dirk Mueller (dirkmueller)
(revision 36)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1102969
from
Eric Schirra (ecsos)
(revision 35)
- %{?sle15_python_module_pythons} must at beginning of spec to work.
Markéta Machová (mcalabkova)
accepted
request 1102396
from
Martin Schreiner (mschreiner)
(revision 34)
- Update to 2.11.0 * Drop EOL python 3.6 / 3.7. * Add support for python 3.12. * E721: adjust handling of type comparison. Allowed forms are now isinstance(x, t) or type(x) is t. * Remove handling of python 2 <> operator. * W606: removed. async / await are always keywords. * Internal: move tests to pytest. * Remove handling of python 2 ur'' strings. - Remove testsuite_fixes.patch as it's no longer required - Replaced spec file "Source" to pull from GitHub due to this issue: https://github.com/PyCQA/pycodestyle/issues/1183 - Apply spec-cleaner to spec file.
buildservice-autocommit
accepted
request 1099250
from
Steve Kowalik (StevenK)
(revision 33)
baserev update by copy to link target
Steve Kowalik (StevenK)
accepted
request 1099247
from
Ana Guerrero (anag)
(revision 32)
Fix python-codestyle FTBFS, this is blocking cloud-init in staging
buildservice-autocommit
accepted
request 1085636
from
Dirk Mueller (dirkmueller)
(revision 31)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1085604
from
Johannes Kastl (ojkastl_buildservice)
(revision 30)
add sle15_python_module_pythons
buildservice-autocommit
accepted
request 1058713
from
Markéta Machová (mcalabkova)
(revision 29)
baserev update by copy to link target
Markéta Machová (mcalabkova)
accepted
request 1058254
from
Johannes Kastl (ojkastl_buildservice)
(revision 28)
cleanup spec, trim %files section and fix %python_clone command
buildservice-autocommit
accepted
request 1043221
from
Dirk Mueller (dirkmueller)
(revision 27)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 26)
- Update to 2.10.0 (bsc#1206225)
Dirk Mueller (dirkmueller)
committed
(revision 25)
- Update to 2.10.0 * Changes: E231: allow trailing comma inside 1-tuples in []. PR #1108. W601, W602, W603, W604: removed (no longer relevant in python 3). PR #1111. E741: also apply to lambdas. PR #1106. E741: fix false positive for comparison operators. PR #1118.
buildservice-autocommit
accepted
request 1042870
from
Dirk Mueller (dirkmueller)
(revision 24)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1042740
from
Yogalakshmi Arunachalam (yarunachalam)
(revision 23)
- Update to 2.10.0 * Changes: E231: allow trailing comma inside 1-tuples in []. PR #1108. W601, W602, W603, W604: removed (no longer relevant in python 3). PR #1111. E741: also apply to lambdas. PR #1106. E741: fix false positive for comparison operators. PR #1118.
Displaying revisions 1 - 20 of 42