15
0
forked from pool/python-napalm

Accepting request 823035 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/823035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-napalm?expand=0&rev=6
This commit is contained in:
2020-07-28 15:25:39 +00:00
committed by Git OBS Bridge
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2d159e91a2d1355fc1eed323a189981999f99776d15c628a8b6aba822fb855a
size 1197783

3
napalm-3.1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d711f273e12478db35982a36e7128cf63caae90ec4fef2c9a12a92b21998d59a
size 1205360

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Jul 27 18:36:06 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- 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 <pgajdos@suse.com>

View File

@@ -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