15
0

Accepting request 641188 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/641188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netmiko?expand=0&rev=2
This commit is contained in:
2018-10-11 10:00:36 +00:00
committed by Git OBS Bridge
parent 05b43279a8
commit 52da437fd5
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7066d63e47c5a9928d7a011a76502df45ebce7eeaed4951cc5263459d50116d4
size 76053

3
netmiko-2.3.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:659aa37523f8c215d56b302f543c2d3ef29325252961cd8aed0f9d7b6b119690
size 79533

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Oct 10 18:36:23 UTC 2018 - mardnh@gmx.de
- Update to version 2.3.0
* Add Dell DNOS6 support
* Add RAD ETX support
* Add IP Infusion OcNOS support
* Add Paramiko pkey, auth_timeout, and passphrase support.
* Add support for unicode banners
* Gracefully cleanup session on failures during session_preparation()
* Bug fixes
-------------------------------------------------------------------
Thu Jul 19 07:51:23 UTC 2018 - mardnh@gmx.de

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-netmiko
Version: 2.2.2
Version: 2.3.0
Release: 0
Summary: Multi-vendor library to simplify Paramiko SSH connections to network devices
License: MIT
@@ -31,7 +31,7 @@ BuildRequires: python-rpm-macros
BuildRequires: python2-enum34
BuildRequires: python2-ipaddress
Requires: python-PyYAML
Requires: python-paramiko >= 2.0.0
Requires: python-paramiko >= 2.4.1
Requires: python-pyserial
Requires: python-scp >= 0.10.0
Requires: python-textfsm