From f53a38a3818a81e1c0c7916e28bccd03e85d9c59aacc04e951394840c5e1618a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 15 May 2020 10:41:48 +0000 Subject: [PATCH] Accepting request 805796 from home:mnhauke:network:automation - Update to version 3.0.1 * [Junos] close configuration in case configure_private is set to avoid configure session to stay forever * [IOS] get_interfaces_counters broken with Managment Interface * [IOS] get_optics does not work on VSS setup * [IOS] get_optics broken if input value is N/A * [NXOS] Fix cmd_verify and null character OBS-URL: https://build.opensuse.org/request/show/805796 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-napalm?expand=0&rev=9 --- napalm-3.0.0.tar.gz | 3 --- napalm-3.0.1.tar.gz | 3 +++ python-napalm.changes | 11 +++++++++++ python-napalm.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 napalm-3.0.0.tar.gz create mode 100644 napalm-3.0.1.tar.gz diff --git a/napalm-3.0.0.tar.gz b/napalm-3.0.0.tar.gz deleted file mode 100644 index c308cc2..0000000 --- a/napalm-3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbc1a187b9b38cd0840a53b4281728852d22b35f59ec6e81e4c97001cb705a0e -size 1190589 diff --git a/napalm-3.0.1.tar.gz b/napalm-3.0.1.tar.gz new file mode 100644 index 0000000..7a4e11e --- /dev/null +++ b/napalm-3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d159e91a2d1355fc1eed323a189981999f99776d15c628a8b6aba822fb855a +size 1197783 diff --git a/python-napalm.changes b/python-napalm.changes index d1706fc..c86a890 100644 --- a/python-napalm.changes +++ b/python-napalm.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri May 15 10:36:31 UTC 2020 - Martin Hauke + +- Update to version 3.0.1 + * [Junos] close configuration in case configure_private is set + to avoid configure session to stay forever + * [IOS] get_interfaces_counters broken with Managment Interface + * [IOS] get_optics does not work on VSS setup + * [IOS] get_optics broken if input value is N/A + * [NXOS] Fix cmd_verify and null character + ------------------------------------------------------------------- Wed May 6 15:38:12 UTC 2020 - Martin Hauke diff --git a/python-napalm.spec b/python-napalm.spec index b750d7e..eaa2459 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.0 +Version: 3.0.1 Release: 0 Summary: Network Automation and Programmability Abstraction Layer License: Apache-2.0