Overview

Request 1102396 accepted

- 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.

Request History
Martin Schreiner's avatar

mschreiner created request

- 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.


Markéta Machová's avatar

mcalabkova accepted request

Cool :)

openSUSE Build Service is sponsored by