diff --git a/python-ttp.changes b/python-ttp.changes index 8dbaa62..faef309 100644 --- a/python-ttp.changes +++ b/python-ttp.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue May 2 15:58:40 UTC 2023 - Daniel Garcia + +- 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 diff --git a/python-ttp.spec b/python-ttp.spec index 1f40675..479fbc4 100644 --- a/python-ttp.spec +++ b/python-ttp.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -%{flavor} @@ -26,7 +25,7 @@ %bcond_with test %endif Name: python-ttp%{psuffix} -Version: 0.9.2 +Version: 0.9.4 Release: 0 Summary: Template Text Parser License: MIT @@ -95,7 +94,8 @@ popd %doc README.md %license LICENSE %python_alternative %{_bindir}/ttp -%{python_sitelib}/* +%{python_sitelib}/ttp +%{python_sitelib}/ttp-%{version}*-info %endif %changelog diff --git a/ttp-0.9.2.tar.gz b/ttp-0.9.2.tar.gz deleted file mode 100644 index cecec69..0000000 --- a/ttp-0.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:997ea16e451b3ae77247029093af9a288c3da72f68cdd541a0f1af42d0052b1f -size 336679 diff --git a/ttp-0.9.4.tar.gz b/ttp-0.9.4.tar.gz new file mode 100644 index 0000000..bc2c88e --- /dev/null +++ b/ttp-0.9.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32aa056a8708688d2fd219c07bd8e3f68a6a13b8f71ce686f77bda5b8567409 +size 344591