From 133d477934e6edf38f93b7b470dd70b450c1e4388c2b2f61d0a0895fb459e2be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 20 Aug 2021 13:15:06 +0000 Subject: [PATCH] Accepting request 913295 from home:mnhauke:network:automation - Update to version 3.3.1 * [IOS-XR] Fix #1330 (get_bgp_neighbors_detail: flap_count return a negative value). * [IOS] Fix #1387 (get_network_instances fails KeyError when deleting item from interfaces). * [Junos] Fix bgp flap_count issue for iosxr_netconf. * [Junos] Change the function cli when result is xml object. * [EOS, IOS, Junos, NXOS] Add source_interface argument to ping. - Update to version 3.3.0 New Features * [Junos] Add get_vlans for Junos. * [Junos] Added Support for Logical Interfaces Counters. * [Junos] Use aply-groups inheritance on get-configuration RPC calls. * [Core] Adding cannonical mapping for 25GE, 50GE, 200GE and 400GE interfaces. Bug Fixes * [EOS] Fix for BGP description not found by get_bgp_neighbors in some EOS versions. * [EOS] Set next hop to something valid for vxlan routes. * [EOS] Fix naplam.get_route_to() not working on EOS:failed to detect a valid IP address from u''. * [IOS-XR] XR 7+: get_lldp_neighbors_detail query only the NodeTable. * [IOS-XR] Resolve #1181 (IOS-XR get_environment() throws an error in 6.3.2 on NCS5501) and reduce the get_facts heavy workload. * [IOS-XR] Look up the KeepAliveTime and HoldTime keys in the VRF tree. * [Junos] Fix sanitized bug for Junos. OBS-URL: https://build.opensuse.org/request/show/913295 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-napalm?expand=0&rev=17 --- napalm-3.2.0.tar.gz | 3 --- napalm-3.3.1.tar.gz | 3 +++ python-napalm.changes | 40 ++++++++++++++++++++++++++++++++++++++++ python-napalm.spec | 4 ++-- 4 files changed, 45 insertions(+), 5 deletions(-) delete mode 100644 napalm-3.2.0.tar.gz create mode 100644 napalm-3.3.1.tar.gz diff --git a/napalm-3.2.0.tar.gz b/napalm-3.2.0.tar.gz deleted file mode 100644 index 797b025..0000000 --- a/napalm-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7901fe3a1dfba710f90f7d979dc7f3b02d1e5a9ea5d419495cc5a89daafd3e23 -size 1216428 diff --git a/napalm-3.3.1.tar.gz b/napalm-3.3.1.tar.gz new file mode 100644 index 0000000..8837651 --- /dev/null +++ b/napalm-3.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1f5897e2007b27c0c137e93be822c8193357fe7f5416d64eb751175a9ffdb9 +size 1535740 diff --git a/python-napalm.changes b/python-napalm.changes index fb5c15a..21575a0 100644 --- a/python-napalm.changes +++ b/python-napalm.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Fri Aug 20 09:38:29 UTC 2021 - Martin Hauke + +- Update to version 3.3.1 + * [IOS-XR] Fix #1330 (get_bgp_neighbors_detail: flap_count + return a negative value). + * [IOS] Fix #1387 (get_network_instances fails KeyError when + deleting item from interfaces). + * [Junos] Fix bgp flap_count issue for iosxr_netconf. + * [Junos] Change the function cli when result is xml object. + * [EOS, IOS, Junos, NXOS] Add source_interface argument to ping. +- Update to version 3.3.0 + New Features + * [Junos] Add get_vlans for Junos. + * [Junos] Added Support for Logical Interfaces Counters. + * [Junos] Use aply-groups inheritance on get-configuration RPC + calls. + * [Core] Adding cannonical mapping for 25GE, 50GE, 200GE and + 400GE interfaces. + Bug Fixes + * [EOS] Fix for BGP description not found by get_bgp_neighbors + in some EOS versions. + * [EOS] Set next hop to something valid for vxlan routes. + * [EOS] Fix naplam.get_route_to() not working on EOS:failed to + detect a valid IP address from u''. + * [IOS-XR] XR 7+: get_lldp_neighbors_detail query only the + NodeTable. + * [IOS-XR] Resolve #1181 (IOS-XR get_environment() throws an + error in 6.3.2 on NCS5501) and reduce the get_facts heavy + workload. + * [IOS-XR] Look up the KeepAliveTime and HoldTime keys in the + VRF tree. + * [Junos] Fix sanitized bug for Junos. + * [Junos] Multiple next-hop self config stanzas generate a list. + * [Junos] Add wildcard for set matches on junos. + * [Junos] Fix mapping for Juniper devices with Netmiko. + * [IOS] Handle control plane interface. + * [IOS] Set minimum ttl to zero to fix issue. + * [NX-OS] Cast uptime values to int before processing. + ------------------------------------------------------------------- Thu Sep 3 18:55:26 UTC 2020 - Martin Hauke diff --git a/python-napalm.spec b/python-napalm.spec index 6e35a76..07cf815 100644 --- a/python-napalm.spec +++ b/python-napalm.spec @@ -1,7 +1,7 @@ # # spec file for package python-napalm # -# 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,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-napalm -Version: 3.2.0 +Version: 3.3.1 Release: 0 Summary: Network Automation and Programmability Abstraction Layer License: Apache-2.0