forked from pool/python-pycodestyle
35aeb575a9b4bb14bc262c42240c3dbe996bbf84b8aa40cace87a3c044544bcb
- 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. OBS-URL: https://build.opensuse.org/request/show/1102396 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycodestyle?expand=0&rev=34
Description
No description provided
Languages
RPM Spec
100%