14
0
forked from pool/python-tap.py

Accepting request 970749 from home:pgajdos:python

- version update to 3.1
  * Add support for Python 3.10.
  * Add support for Python 3.9.
  * Add support for Python 3.8.
  * Drop support for Python 3.5 (it is end-of-life).
  * Fix parsing of multi-line strings in YAML blocks (#111)
  * Remove unmaintained i18n support.

OBS-URL: https://build.opensuse.org/request/show/970749
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tap.py?expand=0&rev=9
This commit is contained in:
2022-04-19 12:06:17 +00:00
committed by Git OBS Bridge
parent 1098038e89
commit 2ce5fe79e1
4 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Apr 19 10:59:08 UTC 2022 - pgajdos@suse.com
- version update to 3.1
* Add support for Python 3.10.
* Add support for Python 3.9.
* Add support for Python 3.8.
* Drop support for Python 3.5 (it is end-of-life).
* Fix parsing of multi-line strings in YAML blocks (#111)
* Remove unmaintained i18n support.
-------------------------------------------------------------------
Tue May 19 08:03:11 UTC 2020 - Petr Gajdos <pgajdos@suse.com>