File python-flake8-isort.changes of Package python-flake8-isort
-------------------------------------------------------------------
Tue Dec 5 17:51:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 6.1.1:
* Switch from `setup.cfg` to `setup.py`.
* Switch from `setuptools` to `hatchling`.
* Drop python 3.7 support.
* Add preliminary support to Python 3.12.
-------------------------------------------------------------------
Mon Jan 2 16:41:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 6.0.0:
* Drop isort 4.x support.
* Add support for flake8 6.0.0.
* Add `--isort-no-skip-gitignore` option to allow temporarily overriding
the set
value of isort's `skip_gitignore` option with `False`. This can cause
flake8-isort to run significantly faster at the cost of making flake8-isort's
behavior differ slightly from the behavior of `isort --check`. [gschaffner]
* Fix broken `add_options` method [casperdcl]
* Improve the config option is added and read back. [gforcada]
* Bump plugin version. [gforcada]
* Update dependencies. [gforcada]
* Revamp GitHub actions. [gforcada]
* Drop python 3.6, and add python 3.10. [gforcada]
* Use linters and formatters to keep code sane and beautiful. [gforcada]
-------------------------------------------------------------------
Wed Oct 12 03:22:12 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- update to 4.2.0
* Fix compatibility with flake8 version 5.
-------------------------------------------------------------------
Sat Jan 15 15:40:29 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 4.1.1:
* Support flake8 4.x
* Switch from travis-ci to github actions
* Drop python 2.7 support and 3.5 as well
-------------------------------------------------------------------
Tue Aug 11 08:16:08 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to version 4.0.0
* support isort >= 5 [bnavigator, pkolbus]
-------------------------------------------------------------------
Mon Jul 13 16:53:36 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to version 3.0.1
* Work around FailedToLoadPlugin exception by requiring isort 4.x.
Likewise, pin the major version of all dependencies, to reduce
risk of any future incompatibilities. [pkolbus]
- Update to version 3.0.0
* Let isort search the configuration, rather than flake8-isort
try to find it. [jnns]
-------------------------------------------------------------------
Sat Apr 11 07:07:09 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Initial commit, used by spec-cleaner