Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ttp-templates for openSUSE:Factory checked in at 2025-04-10 22:00:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ttp-templates (Old) and /work/SRC/openSUSE:Factory/.python-ttp-templates.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ttp-templates" Thu Apr 10 22:00:10 2025 rev:4 rq:1268409 version:0.3.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ttp-templates/python-ttp-templates.changes 2024-01-21 23:10:06.841349798 +0100 +++ /work/SRC/openSUSE:Factory/.python-ttp-templates.new.1907/python-ttp-templates.changes 2025-04-10 22:01:15.277626963 +0200 @@ -1,0 +2,9 @@ +Thu Apr 10 12:54:18 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to 0.3.7 + * Rename juniper to juniper_junos for N2G templates + * Added juniper_junos template for cli_ip_data plugin +- Add patch to fix package version in pyproject.toml + * fix-package-version.patch + +------------------------------------------------------------------- Old: ---- ttp_templates-0.3.6.tar.gz New: ---- fix-package-version.patch ttp_templates-0.3.7.tar.gz BETA DEBUG BEGIN: New:- Add patch to fix package version in pyproject.toml * fix-package-version.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ttp-templates.spec ++++++ --- /var/tmp/diff_new_pack.GWXrA6/_old 2025-04-10 22:01:15.717645339 +0200 +++ /var/tmp/diff_new_pack.GWXrA6/_new 2025-04-10 22:01:15.721645506 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-ttp-templates # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,13 @@ Name: python-ttp-templates -Version: 0.3.6 +Version: 0.3.7 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 +Patch0: fix-package-version.patch BuildRequires: %{python_module netmiko} BuildRequires: %{python_module pip} BuildRequires: %{python_module poetry-core} @@ -59,5 +60,5 @@ %doc README.md %license LICENSE %{python_sitelib}/ttp_templates -%{python_sitelib}/ttp_templates-%{version}*-info +%{python_sitelib}/ttp_templates-%{version}.dist-info ++++++ fix-package-version.patch ++++++ diff -Nru ttp_templates-0.3.7.orig/pyproject.toml ttp_templates-0.3.7/pyproject.toml --- ttp_templates-0.3.7.orig/pyproject.toml 2024-01-03 13:35:12.000000000 +0100 +++ ttp_templates-0.3.7/pyproject.toml 2025-04-10 14:52:54.199703077 +0200 @@ -1,6 +1,6 @@ [tool.poetry] name = "ttp_templates" -version = "0.3.6" +version = "0.3.7" description = "Template Text Parser Templates collections" license = "MIT" include = [ ++++++ ttp_templates-0.3.6.tar.gz -> ttp_templates-0.3.7.tar.gz ++++++