14
0
forked from pool/python-typepy

Accepting request 877397 from home:mnhauke

- Update to version 1.1.4
  * Fix bool values conversion
- Update to version 1.1.3
  * Add support for Python 3.10
  * Improve error messages when conversion error happens.
  * Drop dependency of deprecated distutils
- Update to version 1.1.2
  * Modify dependencies

OBS-URL: https://build.opensuse.org/request/show/877397
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typepy?expand=0&rev=11
This commit is contained in:
2021-03-06 17:35:16 +00:00
committed by Git OBS Bridge
parent 89911c7e5c
commit b41099a677
4 changed files with 20 additions and 11 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Mar 6 13:20:09 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.1.4
* Fix bool values conversion
- Update to version 1.1.3
* Add support for Python 3.10
* Improve error messages when conversion error happens.
* Drop dependency of deprecated distutils
- Update to version 1.1.2
* Modify dependencies
-------------------------------------------------------------------
Wed Jul 8 14:39:57 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>