- Update to 3.0.0 * Drop support for isort < 5 * Add suport for pytest 7 - Release 2.0.0 * BREAKING CHANGE: Files that are ignored in isort's own configuration will now be skipped - Release 1.3.0 * Fix issue with pytest >= 6.1 - Release 1.2.0 * Add support for pytest >= 6 - Drop pytest6.patch - License change OBS-URL: https://build.opensuse.org/request/show/965491 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-isort?expand=0&rev=15
68 lines
2.3 KiB
Plaintext
68 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Mar 28 20:22:52 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to 3.0.0
|
|
* Drop support for isort < 5
|
|
* Add suport for pytest 7
|
|
- Release 2.0.0
|
|
* BREAKING CHANGE: Files that are ignored in isort's own
|
|
configuration will now be skipped
|
|
- Release 1.3.0
|
|
* Fix issue with pytest >= 6.1
|
|
- Release 1.2.0
|
|
* Add support for pytest >= 6
|
|
- Drop pytest6.patch
|
|
- License change
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 25 11:53:40 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Add patch pytest6.patch to fix tests
|
|
- Drop python2 because newer pytest is needed
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 11 23:13:19 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- Update to 1.1.0:
|
|
* Add support for isort >= 5
|
|
|
|
-------------------------------------------------------------------
|
|
Sun May 3 07:31:24 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.0.0:
|
|
* BREAKING CHANGE: Drop support for Python 3.4
|
|
* Add support for pytest >= 5.x - fixes "from_parent" warning
|
|
* Add support for Python 3.7 and Python 3.8
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 11 08:48:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.3.1:
|
|
* Update packaging, source distribution now includes tests and wheel is universal
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 8 11:07:44 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.3.0:
|
|
* Improve display of test result by appending ::ISORT
|
|
* This release requires pytest 3.5
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 14 14:11:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.2.1:
|
|
* Drop "pytest-cache" dependency, not required anymore - part of py.test itself
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 10 00:00:16 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Update to 0.2.0
|
|
* Register marker to work with pytest's strict mode
|
|
* Add "official" support for Python 3.5 and 3.6
|
|
- Use license tag
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 22 15:37:10 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- Initial version
|