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:
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:997ea16e451b3ae77247029093af9a288c3da72f68cdd541a0f1af42d0052b1f
|
||||
size 336679
|
3
ttp-0.9.4.tar.gz
Normal file
3
ttp-0.9.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d32aa056a8708688d2fd219c07bd8e3f68a6a13b8f71ce686f77bda5b8567409
|
||||
size 344591
|
Reference in New Issue
Block a user