15
0
forked from pool/python-napalm

Accepting request 831976 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/831976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-napalm?expand=0&rev=7
This commit is contained in:
2020-09-04 09:12:46 +00:00
committed by Git OBS Bridge
4 changed files with 23 additions and 8 deletions

View File

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

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

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Sep 3 18:55:26 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 3.2.0
New features
* [EOS] Add get_vlans getter.
* [NX-OS] Feature/nxos ssh get_interfaces_counters.
Bug fixes and behaviour changes
* [IOS] get_network_instances fixes, see #1095 for more details.
* [IOS-XR] get_route_to fix pyIOSXR.exceptions.XMLCLIError for
some versions.
* [EOS] Fix get_arp_table for static ARP records.
* [EOS] Add EOS-4.23+ translation for show environment temperature.
* [IOS] Update get_probe code to make it work it IOS XE 16.12.x.
-------------------------------------------------------------------
Mon Jul 27 18:36:06 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-napalm
Version: 3.1.0
Version: 3.2.0
Release: 0
Summary: Network Automation and Programmability Abstraction Layer
License: Apache-2.0
@@ -36,8 +36,8 @@ Requires: python-ciscoconfparse
Requires: python-future
Requires: python-junos-eznc >= 2.2.1
Requires: python-netaddr
Requires: python-netmiko >= 2.4.2
Requires: python-paramiko >= 2.4.2
Requires: python-netmiko >= 3.1.0
Requires: python-paramiko >= 2.6.0
Requires: python-pyeapi >= 0.8.2
Requires: python-requests >= 2.7.0
Requires: python-scp
@@ -56,8 +56,8 @@ BuildRequires: %{python_module future}
BuildRequires: %{python_module junos-eznc >= 2.2.1}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module netaddr}
BuildRequires: %{python_module netmiko >= 2.4.2}
BuildRequires: %{python_module paramiko >= 2.4.2}
BuildRequires: %{python_module netmiko >= 3.1.0}
BuildRequires: %{python_module paramiko >= 2.6.0}
BuildRequires: %{python_module pyeapi >= 0.8.2}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests >= 2.7.0}