From eca692cf918691af904c924ca3ec3b9fb1b845c8f9abb661be91b5d2f12bdc9a Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 14 Dec 2022 12:25:37 +0000 Subject: [PATCH 1/2] Accepting request 1042761 from home:yarunachalam:branches:devel:languages:python - Update to version 0.3.2 * Added misc/Netbox folder with templates for Junos, IOS-XR and Arista devices configuration OBS-URL: https://build.opensuse.org/request/show/1042761 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ttp-templates?expand=0&rev=4 --- python-ttp-templates.changes | 6 ++++++ python-ttp-templates.spec | 10 +++++----- ttp_templates-0.3.1.tar.gz | 3 --- ttp_templates-0.3.2.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 ttp_templates-0.3.1.tar.gz create mode 100644 ttp_templates-0.3.2.tar.gz diff --git a/python-ttp-templates.changes b/python-ttp-templates.changes index 4db426a..a8e8d56 100644 --- a/python-ttp-templates.changes +++ b/python-ttp-templates.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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..34da4b4 100644 --- a/python-ttp-templates.spec +++ b/python-ttp-templates.spec @@ -18,20 +18,20 @@ %{?!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 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 From d03a0711daa811bb86fd4703f267b747ef54ea15fc00cce5c2def3bda0c42fff Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 14 Dec 2022 12:31:28 +0000 Subject: [PATCH 2/2] - Remove python_module macro defintion - More specific python_sitelib in %files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ttp-templates?expand=0&rev=5 --- python-ttp-templates.changes | 6 ++++++ python-ttp-templates.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-ttp-templates.changes b/python-ttp-templates.changes index a8e8d56..f329966 100644 --- a/python-ttp-templates.changes +++ b/python-ttp-templates.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/python-ttp-templates.spec b/python-ttp-templates.spec index 34da4b4..b73623c 100644 --- a/python-ttp-templates.spec +++ b/python-ttp-templates.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ttp-templates Version: 0.3.2 Release: 0 @@ -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