Accepting request 965491 from home:bnavigator:branches:devel:languages:python:pytest

- 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
This commit is contained in:
2022-03-29 19:43:56 +00:00
committed by Git OBS Bridge
parent 823191f03a
commit e264dcdec7
5 changed files with 42 additions and 41 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
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>