14
0
forked from pool/python-typepy

Accepting request 789529 from home:mnhauke

- Update to version 1.0.0
  * Drop Python 2 support
  * Add support for Python 3.9
  * Add extract_typepy_from_dtype function
  * Remove deprecated functions
  * Modify NullString not to strip white spaces in default

OBS-URL: https://build.opensuse.org/request/show/789529
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typepy?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2020-03-29 19:08:03 +00:00
committed by Git OBS Bridge
parent 3d142d2fb9
commit 3b71cc0167
4 changed files with 15 additions and 10 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Mar 29 15:18:34 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.0.0
* Drop Python 2 support
* Add support for Python 3.9
* Add extract_typepy_from_dtype function
* Remove deprecated functions
* Modify NullString not to strip white spaces in default
-------------------------------------------------------------------
Tue Mar 17 08:22:09 UTC 2020 - pgajdos@suse.com