diff --git a/python-ttp-templates.changes b/python-ttp-templates.changes index 4db426a..f329966 100644 --- a/python-ttp-templates.changes +++ b/python-ttp-templates.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Dec 14 12:30:56 UTC 2022 - Daniel Garcia + +- Remove python_module macro defintion +- More specific python_sitelib in %files + +------------------------------------------------------------------- +Tue Dec 13 17:38:02 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 0.3.2 + * Added misc/Netbox folder with templates for Junos, IOS-XR and Arista devices configuration + ------------------------------------------------------------------- Fri Oct 21 10:42:22 UTC 2022 - Daniel Garcia diff --git a/python-ttp-templates.spec b/python-ttp-templates.spec index ec91850..b73623c 100644 --- a/python-ttp-templates.spec +++ b/python-ttp-templates.spec @@ -16,22 +16,21 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ttp-templates -Version: 0.3.1 +Version: 0.3.2 Release: 0 Summary: Template Text Parser Templates collections License: MIT URL: https://github.com/dmulyalin/ttp_templates Source: https://github.com/dmulyalin/ttp_templates/archive/refs/tags/%{version}.tar.gz#/ttp_templates-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: fdupes +BuildRequires: %{python_module netmiko} BuildRequires: %{python_module pip} -BuildRequires: %{python_module wheel} BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module pytest} BuildRequires: %{python_module ttp} -BuildRequires: %{python_module netmiko} +BuildRequires: %{python_module wheel} +BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -59,6 +58,7 @@ popd %files %{python_files} %doc README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/ttp_templates +%{python_sitelib}/ttp_templates-%{version}*-info %changelog diff --git a/ttp_templates-0.3.1.tar.gz b/ttp_templates-0.3.1.tar.gz deleted file mode 100644 index 2ad7207..0000000 --- a/ttp_templates-0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:755c3c06c924347854e158b760beec479c49ecc027f31b4f80dd98cf3a4f94e2 -size 163149 diff --git a/ttp_templates-0.3.2.tar.gz b/ttp_templates-0.3.2.tar.gz new file mode 100644 index 0000000..f645ca9 --- /dev/null +++ b/ttp_templates-0.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b121d815656f826608680ed2aef8e9627f9e98de816b9ebeff84c8393e201159 +size 171782