forked from pool/python-netmiko
Accepting request 807425 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/807425 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netmiko?expand=0&rev=9
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0069bb18644ac8e6f0e2759da7069890bc05a0a160bfe0f18511c0ce3448191a
|
||||
size 289902
|
||||
3
netmiko-3.1.1.tar.gz
Normal file
3
netmiko-3.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c113b94affcfc8b80dff19ba7461bb99ba835242d749c1419c68ec9bb6adbe50
|
||||
size 315377
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 17:17:24 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- 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 <mardnh@gmx.de>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user