14
0
forked from pool/python-ttp

- update to 0.9.5:

* 1. group `to_int` function improved handling of missing keys,
  * 2. group `to_int` function added support to handle list of
    integers conversion, #109
  * 3. group `to_int` function improved best effort conversion
    logic to not fail on any conversion error at all
- Update to version 0.9.2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ttp?expand=0&rev=9
This commit is contained in:
2023-12-27 15:58:14 +00:00
committed by Git OBS Bridge
parent cc83e1fbdf
commit e6f5332284
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Dec 27 15:56:30 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.9.5:
* 1. group `to_int` function improved handling of missing keys,
* 2. group `to_int` function added support to handle list of
integers conversion, #109
* 3. group `to_int` function improved best effort conversion
logic to not fail on any conversion error at all
-------------------------------------------------------------------
Tue May 2 15:58:40 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
@@ -16,7 +26,7 @@ Tue May 2 15:58:40 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
-------------------------------------------------------------------
Wed Dec 7 22:33:00 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 0.9.2
- Update to version 0.9.2
BUGS
* Fix for issue #94
FEATURES