14
0
forked from pool/python-typepy

- update to 1.3.0:

* add python 3.6, drop support for python 3.5
  * Fix linting error
  * Refactorings
  * Add support for string with thousand separators as integer

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typepy?expand=0&rev=14
This commit is contained in:
2021-10-30 20:47:06 +00:00
committed by Git OBS Bridge
parent 7239f4e608
commit e8d2d3da76
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Oct 30 20:46:13 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.3.0:
* add python 3.6, drop support for python 3.5
* Fix linting error
* Refactorings
* Add support for string with thousand separators as integer
-------------------------------------------------------------------
Fri Apr 23 11:27:31 UTC 2021 - Matej Cepl <mcepl@suse.com>