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-01-12 11:20:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ntc-templates (Old)
and /work/SRC/openSUSE:Factory/.python-ntc-templates.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ntc-templates"
Sun Jan 12 11:20:34 2025 rev:11 rq:1236767 version:7.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-ntc-templates/python-ntc-templates.changes
2024-11-05 15:42:44.734411322 +0100
+++
/work/SRC/openSUSE:Factory/.python-ntc-templates.new.1881/python-ntc-templates.changes
2025-01-12 11:27:57.476496347 +0100
@@ -1,0 +2,39 @@
+Fri Jan 10 05:28:42 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Update to 7.5.0:
+ * fix cisco ios show tacacs
+ * fix: Corrected Huawei VRP display_service-set_all template
+ * fix: Corrected Ubiquiti EdgeRouter show_ip_route template
+ * fix: Corrected Cisco IOS show_access-list template
+ * Add sros show lag port
+ * Fix Arista EOS show processes top once
+ * Alcatel aos show vlan port members
+ * added template for Alcatel AOS: show chassis
+ * Adding new template for Alcatel aos: show system
+ * New template Alcatel AOS: show mac-address-table
+ * Created cisco_xr_show_bgp_vrf_all_neighbors_advertised-routes.textfsm
+ * New template Alcatel AOS: show port-security
+ * Add: mikrotik_routeros_routing_ospf_interface_print_terse
+ * feat: Add show_port_description for alcatel_sros
+ * feat: Add show service service-using
+ * feat: Add show service id sap
+ * Consolidate and add extra VRF to XR BGP neighbors
+ * Enhancements to index and alcatel_aos_show_mac
+ * fix: Bring port_id inline with other templates (allow satelites
+ for interface)
+ * cisco_ios_show_platform, only for switches
+ * asa-vpn-l2l allow for empty connection
+ * Update extreme_exos_show_iparp to support output format change
+ * Fix empty line strings to have end-of-line match
+ * New Template Alcatel AOS: show interfaces status
+ * New template for Alcatel AOS: show lldp remote-system
+ * Fix: mikrotik_routeros_ip_address_print
+ * fix: Also take into account satellite ports for show port description
+ * Updating command in Alcatel AOS: show vlan
+ * Added template for Alcatel AOS: show interfaces port
+ * updating the templates to add multiple PON ports
+ * Added template for Extreme EXOS show fdb
+- Correct version in pyproject.toml.
+- No longer any need to clean up LICENSE and README.
+
+-------------------------------------------------------------------
Old:
----
ntc-templates-7.4.0.tar.gz
New:
----
ntc-templates-7.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ntc-templates.spec ++++++
--- /var/tmp/diff_new_pack.4AfVIK/_old 2025-01-12 11:27:57.936515278 +0100
+++ /var/tmp/diff_new_pack.4AfVIK/_new 2025-01-12 11:27:57.936515278 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-ntc-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,11 +17,10 @@
Name: python-ntc-templates
-Version: 7.4.0
+Version: 7.5.0
Release: 0
Summary: Package to return structured data from the output of network
devices
License: Apache-2.0
-Group: Development/Languages/Python
URL: https://github.com/networktocode/ntc-templates
Source:
https://github.com/networktocode/ntc-templates/archive/v%{version}.tar.gz#/ntc-templates-%{version}.tar.gz
BuildRequires: %{python_module pip}
@@ -52,6 +51,8 @@
%setup -q -n ntc-templates-%{version}
# rpmlintrc
chmod -x ntc_templates/templates/cisco*
+# Correct version -- https://github.com/networktocode/ntc-templates/issues/1969
+sed -i 's/6.0.0/%{version}/' pyproject.toml
%build
%pyproject_wheel
@@ -59,7 +60,6 @@
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%python_expand rm %{buildroot}%{$python_sitelib}/{LICENSE,README.md}
%check
%if 0%{suse_version} <= 1500
@@ -75,5 +75,6 @@
%files %{python_files}
%license LICENSE
%doc README.md
-%{python_sitelib}/ntc_templates*
+%{python_sitelib}/ntc_templates
+%{python_sitelib}/ntc_templates-%{version}.dist-info
++++++ ntc-templates-7.4.0.tar.gz -> ntc-templates-7.5.0.tar.gz ++++++
++++ 5264 lines of diff (skipped)