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