14
0
forked from pool/python-ttp

- Update to version 0.9.4:

* Better fix for issue #103 and fix for issue #95
- 0.9.3:
  * Fix issue #103 - introduced login to not run validation check for
    group function for group tail match results
  * Fix for issue #97 - improoved path formatters handling when match
    variable contains *
  * Fix issue #98 - improoved pat formatters handling when match
    variable contains \
  * For debug output excluded 'ttp' dictionary from variables, groups
    and template objects to not clutter the output

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ttp?expand=0&rev=7
This commit is contained in:
2023-05-02 16:12:03 +00:00
committed by Git OBS Bridge
parent 9dff6aa59f
commit cc83e1fbdf
4 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue May 2 15:58:40 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Update to version 0.9.4:
* Better fix for issue #103 and fix for issue #95
- 0.9.3:
* Fix issue #103 - introduced login to not run validation check for
group function for group tail match results
* Fix for issue #97 - improoved path formatters handling when match
variable contains *
* Fix issue #98 - improoved pat formatters handling when match
variable contains \
* For debug output excluded 'ttp' dictionary from variables, groups
and template objects to not clutter the output
-------------------------------------------------------------------
Wed Dec 7 22:33:00 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>