- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-isort?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2020-05-03 07:33:05 +00:00
committed by Git OBS Bridge
parent fe96c89757
commit f4cdd1ad3b
4 changed files with 14 additions and 7 deletions

View File

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