Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ntc-templates for
openSUSE:Factory checked in at 2025-04-14 16:08:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ntc-templates (Old)
and /work/SRC/openSUSE:Factory/.python-ntc-templates.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ntc-templates"
Mon Apr 14 16:08:00 2025 rev:14 rq:1269146 version:7.8.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-ntc-templates/python-ntc-templates.changes
2025-03-21 20:22:38.047288766 +0100
+++
/work/SRC/openSUSE:Factory/.python-ntc-templates.new.1907/python-ntc-templates.changes
2025-04-14 16:08:06.914096565 +0200
@@ -1,0 +2,7 @@
+Thu Apr 10 15:59:28 UTC 2025 - Georg Pfuetzenreuter
<[email protected]>
+
+- Enable sle15_python_module_pythons (align with poetry)
+- Correct PyYAML BuildRequires
+- Remove no longer needed test workaround
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ntc-templates.spec ++++++
--- /var/tmp/diff_new_pack.670Ims/_old 2025-04-14 16:08:08.166149149 +0200
+++ /var/tmp/diff_new_pack.670Ims/_new 2025-04-14 16:08:08.178149652 +0200
@@ -16,6 +16,7 @@
#
+%{?sle15_python_module_pythons}
Name: python-ntc-templates
Version: 7.8.0
Release: 0
@@ -35,8 +36,8 @@
Suggests: python-yamllint
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module pyaml}
BuildRequires: %{python_module invoke}
+BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module pytest >= 4.0.0}
BuildRequires: %{python_module ruamel.yaml}
BuildRequires: %{python_module textfsm >= 1.1.0}
@@ -62,10 +63,6 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%if 0%{suse_version} <= 1500
-# https://github.com/networktocode/ntc-templates/issues/743
-rm tests/cisco_ios/show_access-list/cisco_ios_show_access-list.raw
-%endif
# https://github.com/networktocode/ntc-templates/issues/743 (closed but still
an open issue)
# -> skip tests: arista_eos_show_ip_access-lists, cisco_ios_show_access-list,
cisco_nxos_show_ip_bgp_neighbors,
cisco_nxos_show_ip_bgp_neighbors_with_policy_names
# https://github.com/networktocode/ntc-templates/issues/958