From d267de885853da3329988dd8e968c0197c82862c0dc119a00eda136573697087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 27 Jul 2020 20:08:29 +0000 Subject: [PATCH] Accepting request 823026 from home:mnhauke:network:automation - Update to version 3.1.0 Core changes * Fix: force_no_enable enabled on ios and nx only * If you maintain a thrid-party driver using Netmiko for the underlying layer, but that doesn't make use of the enable features typically found on IOS-like devices, it is recommended to pin to this NAPALM version, so it won't break compatibility. * lxml text retrieval (find_txt) shouldn't fail if no text element available Driver changes * [NX-OS] Initial version for nxos_ssh get_optics * [NX-OS] Fixed get_bgp_neighbors and asdot notation on NX-OS * [Junos] Fix "KeyError in get_environment() on Juniper MX10k3 with Junos 19.2R1.8 by making PEM naming consistent * [IOS] Fix get_optics metric * [IOS] Allow username detection on older Cisco ios versions OBS-URL: https://build.opensuse.org/request/show/823026 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-napalm?expand=0&rev=13 --- napalm-3.0.1.tar.gz | 3 --- napalm-3.1.0.tar.gz | 3 +++ python-napalm.changes | 21 +++++++++++++++++++++ python-napalm.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 napalm-3.0.1.tar.gz create mode 100644 napalm-3.1.0.tar.gz diff --git a/napalm-3.0.1.tar.gz b/napalm-3.0.1.tar.gz deleted file mode 100644 index 7a4e11e..0000000 --- a/napalm-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2d159e91a2d1355fc1eed323a189981999f99776d15c628a8b6aba822fb855a -size 1197783 diff --git a/napalm-3.1.0.tar.gz b/napalm-3.1.0.tar.gz new file mode 100644 index 0000000..fd1bce1 --- /dev/null +++ b/napalm-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d711f273e12478db35982a36e7128cf63caae90ec4fef2c9a12a92b21998d59a +size 1205360 diff --git a/python-napalm.changes b/python-napalm.changes index b826248..bc01f1b 100644 --- a/python-napalm.changes +++ b/python-napalm.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Jul 27 18:36:06 UTC 2020 - Martin Hauke + +- Update to version 3.1.0 + Core changes + * Fix: force_no_enable enabled on ios and nx only + * If you maintain a thrid-party driver using Netmiko for the + underlying layer, but that doesn't make use of the enable + features typically found on IOS-like devices, it is + recommended to pin to this NAPALM version, so it won't break + compatibility. + * lxml text retrieval (find_txt) shouldn't fail if no text + element available + Driver changes + * [NX-OS] Initial version for nxos_ssh get_optics + * [NX-OS] Fixed get_bgp_neighbors and asdot notation on NX-OS + * [Junos] Fix "KeyError in get_environment() on Juniper MX10k3 + with Junos 19.2R1.8 by making PEM naming consistent + * [IOS] Fix get_optics metric + * [IOS] Allow username detection on older Cisco ios versions + ------------------------------------------------------------------- Thu May 21 10:56:30 UTC 2020 - Petr Gajdos diff --git a/python-napalm.spec b/python-napalm.spec index e337eec..86dd653 100644 --- a/python-napalm.spec +++ b/python-napalm.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-napalm -Version: 3.0.1 +Version: 3.1.0 Release: 0 Summary: Network Automation and Programmability Abstraction Layer License: Apache-2.0