From d6c112c5cc515823d07d1bfc795cb335e5a691dc8fbf021485abf4fcad52fde2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 20 May 2020 04:40:08 +0000 Subject: [PATCH] Accepting request 807385 from home:mnhauke:network:automation - Update to version 3.1.1 New Drivers/Platforms * UnifiSwitchSSH * Huawei OLT * Huawei SmartAX Bugs and Improvements * Nokia SR-OS SCP Support * Improve terminal width behavior * Fix some issues related to cmd_verify * Expanded autodetect support OBS-URL: https://build.opensuse.org/request/show/807385 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netmiko?expand=0&rev=23 --- netmiko-3.1.0.tar.gz | 3 --- netmiko-3.1.1.tar.gz | 3 +++ python-netmiko.changes | 14 ++++++++++++++ python-netmiko.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 netmiko-3.1.0.tar.gz create mode 100644 netmiko-3.1.1.tar.gz diff --git a/netmiko-3.1.0.tar.gz b/netmiko-3.1.0.tar.gz deleted file mode 100644 index 1985960..0000000 --- a/netmiko-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0069bb18644ac8e6f0e2759da7069890bc05a0a160bfe0f18511c0ce3448191a -size 289902 diff --git a/netmiko-3.1.1.tar.gz b/netmiko-3.1.1.tar.gz new file mode 100644 index 0000000..01ea64d --- /dev/null +++ b/netmiko-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c113b94affcfc8b80dff19ba7461bb99ba835242d749c1419c68ec9bb6adbe50 +size 315377 diff --git a/python-netmiko.changes b/python-netmiko.changes index f78b504..456f4b7 100644 --- a/python-netmiko.changes +++ b/python-netmiko.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue May 19 17:17:24 UTC 2020 - Martin Hauke + +- Update to version 3.1.1 + New Drivers/Platforms + * UnifiSwitchSSH + * Huawei OLT + * Huawei SmartAX + Bugs and Improvements + * Nokia SR-OS SCP Support + * Improve terminal width behavior + * Fix some issues related to cmd_verify + * Expanded autodetect support + ------------------------------------------------------------------- Mon Mar 23 19:35:36 UTC 2020 - Martin Hauke diff --git a/python-netmiko.spec b/python-netmiko.spec index 7cf2719..51a3822 100644 --- a/python-netmiko.spec +++ b/python-netmiko.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-netmiko -Version: 3.1.0 +Version: 3.1.1 Release: 0 Summary: Multi-vendor library to simplify Paramiko SSH connections to network devices License: MIT @@ -30,7 +30,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-PyYAML -Requires: python-paramiko >= 2.4.1 +Requires: python-paramiko >= 2.4.3 Requires: python-pyserial Requires: python-scp >= 0.13.2 Requires: python-textfsm