14
0
forked from pool/python-josepy

- update to 1.5.0:

* Added support for Python 3.9.
  * Dropped support for Python 3.5.
  * Stopped supporting running tests with ``python setup.py test`` which is
    deprecated in favor of ``python -m pytest``.
  * Deprecated support for Python 3.5.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=17
This commit is contained in:
2021-01-06 12:37:39 +00:00
committed by Git OBS Bridge
parent 025855b5a5
commit 41e5d29c9c
6 changed files with 27 additions and 17 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 6 12:37:16 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.5.0:
* Added support for Python 3.9.
* Dropped support for Python 3.5.
* Stopped supporting running tests with ``python setup.py test`` which is
deprecated in favor of ``python -m pytest``.
* Deprecated support for Python 3.5.
-------------------------------------------------------------------
Tue Mar 31 05:09:52 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>