- update to 0.19.2:
* Fix AttributeError in code for checking the order of imports
in a TYPE_CHECKING block.
* Yank 0.19.0 from PyPI to avoid aforementioned users on older
versions of Python accidentally receiving 0.19.0
* Fix bug in code for checking the order of imports in a
TYPE_CHECKING block.
* Fix python_requires missing from 0.19.0 to allow folks using
vulnerable and unmaintained versions of Python to continue
running 0.18.x with pip selecting the correct version for
them.
* Drop deprecated Python versions 3.7 and 3.8
* Drop unsupported pypy3.9
* Use sys.stdlib_module_names where available to determine
whether a module is in the standard library or not.
* Replace usage of pkg_resources from setuptools with
importlib.metadata.
* Move package to PyCQA PyPI organization
- Update to version 0.18.2
OBS-URL: https://build.opensuse.org/request/show/1344792
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flake8-import-order?expand=0&rev=9
Description
No description provided
Languages
RPM Spec
100%