15
0

Accepting request 715437 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/715437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netmiko?expand=0&rev=4
This commit is contained in:
2019-07-17 12:26:46 +00:00
committed by Git OBS Bridge
4 changed files with 29 additions and 7 deletions

View File

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

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

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

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Jul 12 19:10:16 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.4.0
New Platforms
* VERSA Networks FlexVNF
* Mikrotik
* CloudGenix ION
* MRV LX
* Endace
* Huawei telnet support
* IOS-XR telnet support
Enhancements
* Switch docs to pdoc3
* Add support for paramiko banner_timeout
* Netmiko Tools search path for inventory file
Bug fixes
* Fixing MD5 / carriage return issue on NX-OS 9K
* Use YAML safe_load
* Fix NET_TEXTFSM path issues
* Update save_config method params across platforms
-------------------------------------------------------------------
Fri Mar 8 06:54:31 UTC 2019 - Martin Hauke <mardnh@gmx.de>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-netmiko
Version: 2.3.3
Version: 2.4.0
Release: 0
Summary: Multi-vendor library to simplify Paramiko SSH connections to network devices
License: MIT
@@ -33,7 +33,7 @@ BuildRequires: python2-ipaddress
Requires: python-PyYAML
Requires: python-paramiko >= 2.4.1
Requires: python-pyserial
Requires: python-scp >= 0.10.0
Requires: python-scp >= 0.13.2
Requires: python-textfsm
BuildArch: noarch
%ifpython2
@@ -42,9 +42,9 @@ Requires: python-ipaddress
%endif
# SECTION test requirements
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module paramiko >= 2.0.0}
BuildRequires: %{python_module paramiko >= 2.4.3}
BuildRequires: %{python_module pyserial}
BuildRequires: %{python_module scp >= 0.10.0}
BuildRequires: %{python_module scp >= 0.13.2}
BuildRequires: %{python_module textfsm}
# /SECTION
%python_subpackages