diff --git a/napalm-3.1.0.tar.gz b/napalm-3.1.0.tar.gz deleted file mode 100644 index fd1bce1..0000000 --- a/napalm-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d711f273e12478db35982a36e7128cf63caae90ec4fef2c9a12a92b21998d59a -size 1205360 diff --git a/napalm-3.2.0.tar.gz b/napalm-3.2.0.tar.gz new file mode 100644 index 0000000..797b025 --- /dev/null +++ b/napalm-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7901fe3a1dfba710f90f7d979dc7f3b02d1e5a9ea5d419495cc5a89daafd3e23 +size 1216428 diff --git a/python-napalm.changes b/python-napalm.changes index bc01f1b..fb5c15a 100644 --- a/python-napalm.changes +++ b/python-napalm.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Sep 3 18:55:26 UTC 2020 - Martin Hauke + +- 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 diff --git a/python-napalm.spec b/python-napalm.spec index 86dd653..6e35a76 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.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}