14
0
forked from pool/python-typepy

- update to 1.3.2:

* Fix `DateTime` conversion for timezone aware datetime
  * Modify to use `pypa/build` for package build
  * Add support for Python 3.12
  * 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=16
This commit is contained in:
2023-12-04 10:42:49 +00:00
committed by Git OBS Bridge
parent 1605bac7f0
commit 4ccb639732
4 changed files with 15 additions and 8 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Dec 4 10:42:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.3.2:
* Fix `DateTime` conversion for timezone aware datetime
* Modify to use `pypa/build` for package build
* Add support for Python 3.12
-------------------------------------------------------------------
Tue Dec 7 15:27:29 UTC 2021 - pgajdos@suse.com
@@ -10,7 +18,7 @@ Sat Oct 30 20:46:13 UTC 2021 - Dirk Müller <dmueller@suse.com>
* add python 3.6, drop support for python 3.5
* Fix linting error
* Refactorings
* Add support for string with thousand separators as integer
* Add support for string with thousand separators as integer
-------------------------------------------------------------------
Fri Apr 23 11:27:31 UTC 2021 - Matej Cepl <mcepl@suse.com>