From e6f53322848b6e76b77d592fbdace65a9e63686ef1295f77a8b484724c8e95cf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 27 Dec 2023 15:58:14 +0000 Subject: [PATCH] - 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 --- python-ttp.changes | 12 +++++++++++- python-ttp.spec | 2 +- ttp-0.9.4.tar.gz | 3 --- ttp-0.9.5.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 ttp-0.9.4.tar.gz create mode 100644 ttp-0.9.5.tar.gz diff --git a/python-ttp.changes b/python-ttp.changes index faef309..ff8e8ef 100644 --- a/python-ttp.changes +++ b/python-ttp.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Dec 27 15:56:30 UTC 2023 - Dirk Müller + +- 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 @@ -16,7 +26,7 @@ Tue May 2 15:58:40 UTC 2023 - Daniel Garcia ------------------------------------------------------------------- Wed Dec 7 22:33:00 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 0.9.2 +- Update to version 0.9.2 BUGS * Fix for issue #94 FEATURES diff --git a/python-ttp.spec b/python-ttp.spec index 479fbc4..e9d859c 100644 --- a/python-ttp.spec +++ b/python-ttp.spec @@ -25,7 +25,7 @@ %bcond_with test %endif Name: python-ttp%{psuffix} -Version: 0.9.4 +Version: 0.9.5 Release: 0 Summary: Template Text Parser License: MIT diff --git a/ttp-0.9.4.tar.gz b/ttp-0.9.4.tar.gz deleted file mode 100644 index bc2c88e..0000000 --- a/ttp-0.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d32aa056a8708688d2fd219c07bd8e3f68a6a13b8f71ce686f77bda5b8567409 -size 344591 diff --git a/ttp-0.9.5.tar.gz b/ttp-0.9.5.tar.gz new file mode 100644 index 0000000..a8a00cc --- /dev/null +++ b/ttp-0.9.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5b6ed84e306ad71256d375f27a43c44a6a4934bf3aaecd66e3865ac0225c44 +size 345068