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 2021-08-23 10:08:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ntc-templates (Old)
and /work/SRC/openSUSE:Factory/.python-ntc-templates.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ntc-templates"
Mon Aug 23 10:08:05 2021 rev:3 rq:913372 version:2.2.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-ntc-templates/python-ntc-templates.changes
2020-12-09 22:21:39.627689928 +0100
+++
/work/SRC/openSUSE:Factory/.python-ntc-templates.new.1899/python-ntc-templates.changes
2021-08-23 10:09:06.332180930 +0200
@@ -1,0 +2,76 @@
+Fri Aug 20 09:04:53 UTC 2021 - Martin Hauke <[email protected]>
+
+- Update to version 2.2.2
+ * cisco ios show ip access-lists template includes additional
+ ICMP_TYPE options
+ * cisco ios show version template support for StackWise Virtual
+ Domains
+- Update to version 2.2.1
+ * Missing ICMP Type mask
+- Update to version 2.2.0
+ Closed issues:
+ * cisco_ios_show_ip_access-lists template needs updated to
+ include precedence and tos in *_PORT_MATCH
+ * cisco_nxos_show_interface_transceiver transceiver template
+ failure
+ Merged pull requests:
+ * cisco_ios_show_version: Cisco IOS uptime parsing more granular
+ (days, hours, etc.).
+ * New Template: cisco_ios_show_crypto_session_details.
+ * cisco_ios_show_vrf.texfsm: Parse a vrf with no interfaces.
+ * cisco_ios_show_interfaces_switchport: Modified Trunk state to
+ handle multiline trunking lists.
+ * Fix nxos_show_interface_transceiver failure.
+ * Updated cisco_ios_show_ip_access-lists.textfsm to include the
+ SRC_PORT_MATCH and DST_PORT_MATCH values for precedence and
+ tos.
+- Update to version 2.1.0
+ Closed issues:
+ * cisco_nxos_show_cdp_neighbors_detail 'str' object has no
+ attribute 'seek'.
+ * show int status returns error (seems template error) for
+ particular switch for other switches it does work (iOS).
+ * IPinfusuion OCNOS support request.
+ * cisco_ios_show_interfaces_status.textfsm (no interface in
+ monitoring state).
+ * Arista_eos: show ip bgp summary Error.
+ * arista_eos_show_ip_route parse exception.
+ * cisco nxos show interface status issue when FC ports are
+ present.
+ * cisco_asa_show_running_cryprom_map does not parse crypto maps
+ without "set security association lifetime".
+ * Cisco ASA show vpn-sessiondb invalid and not returning data
+ after ASA SW update.
+ * cannot import name 'clitable' from 'textfsm'.
+ * Adding Restarted to show version template for cisco ios.
+ * cisco_nxos add f-path vlan type.
+ * New Template: Alcatel, sh router ospf int.
+ * New Template: SROS "show system cpu".
+ * Adds monitoring port for show interfaces status.
+ * New Template: All BGP VPNv4 Neighbors.
+ * Added Known Issues section to document Micah's finding/issue.
+ * Added deploy option to auto deploy on tags.
+ * sros, new template - sh router interface, -vrf.
+ * Add end of line for matching empty lines.
+ * New Template: ruckus_fastiron, show mac-address.
+ * New Template: ruckus_fastiron, show version.
+ * New Template: alcatel_sros, sh router mpls lsp.
+ * New Template: alcatel_sros, sap-using.
+ * New Template: alcatel_sros, sdp-using.
+ * add new template show port-security interface.
+ * Bugfix: Type for cisco_nxos_show_interface_status.
+- Update to version 2.0.0
+ * Migrate to Poetry for packaging and distribution.
+ * The templates directory has moved to ntc_templates/templates
+- Update to version 1.7.0
+ Changes to existing template fields:
+ * arista_eos_show_ip_route: NEXT_HOP and INTERFACE are now lists
+ * cisco_asa_show_vpn-sessiondb: VPN_SESSION_NAME,
+ VPN_SESSION_ACTIVE, VPN_SESSION_CUMULATIVE,
+ VPN_SESSION_PEAK_CONCURRENT, VPN_SESSION_INACTIVE,
+ TUNNELS_SUMMARY_NAME, TUNNELS_SUMMARY_ACTIVE,
+ TUNNELS_SUMMARY_CUMULATIVE,
+ TUNNELS_SUMMARY_PEAK_CONCURRENT are now lists
+- Reeanbled test "show_arp"
+
+-------------------------------------------------------------------
Old:
----
v1.6.0.tar.gz
New:
----
v2.2.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ntc-templates.spec ++++++
--- /var/tmp/diff_new_pack.Qwm7GJ/_old 2021-08-23 10:09:06.800180384 +0200
+++ /var/tmp/diff_new_pack.Qwm7GJ/_new 2021-08-23 10:09:06.800180384 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-ntc-templates
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-ntc-templates
-Version: 1.6.0
+Version: 2.2.2
Release: 0
Summary: Package to return structured data from the output of network
devices
License: Apache-2.0
URL: https://github.com/networktocode/ntc-templates
Source:
https://github.com/networktocode/ntc-templates/archive/v%{version}.tar.gz
-BuildRequires: %{python_module devel}
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module poetry-core}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-textfsm >= 1.1.0
@@ -51,10 +51,10 @@
%setup -q -n ntc-templates-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -62,11 +62,15 @@
# https://github.com/networktocode/ntc-templates/issues/743
rm tests/cisco_ios/show_access-list/cisco_ios_show_access-list.raw
%endif
-%pytest -k 'not (arista_eos_show_ip_access-lists or cisco_ios_show_access-list
or cisco_nxos_show_ip_bgp_neighbors or
cisco_nxos_show_ip_bgp_neighbors_with_policy_names or show_arp)'
+# 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
+# -> skip tests: cisco_nxos_show_environment, cisco_nxos_show_environment2
+%pytest -k 'not (arista_eos_show_ip_access-lists or cisco_ios_show_access-list
or cisco_nxos_show_ip_bgp_neighbors or cisco_nxos_show_environment or
cisco_nxos_show_environment2 or
cisco_nxos_show_ip_bgp_neighbors_with_policy_names)'
%files %{python_files}
%license LICENSE
-%doc README.md CHANGELOG
+%doc README.md CHANGELOG.md
%{python_sitelib}/*
%changelog
++++++ v1.6.0.tar.gz -> v2.2.2.tar.gz ++++++
++++ 69924 lines of diff (skipped)