15
0

Accepting request 823882 from home:mnhauke:network:automation

- Update to version 3.2.0
  * Fixing disable_paging and set_terminal_width so cmd_verify
    is not used as we are still in session_preparation phase.
  * Add Centec-switch platform
  * Sixwind Driver Update
  * Disable cmd_verify on Comware
  * check text with config_md5
  * Add support for vendor/os: broacom_icos.
  * Bypass automatic _open() call
  * Added HPE Comware support
  * Tell aruba connection to strip ansi codes from switches
  * Fixing Arista check_config_mode bug with hostname change
  * Ansi insert line for ProCurve and Aruba
  * Add progress bar for Secure Copy
  * Add connection timeout argument (conn_timeout)

OBS-URL: https://build.opensuse.org/request/show/823882
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netmiko?expand=0&rev=25
This commit is contained in:
2020-08-03 15:57:14 +00:00
committed by Git OBS Bridge
parent d6c112c5cc
commit 183c1ba718
4 changed files with 23 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Aug 1 13:36:17 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 3.2.0
* Fixing disable_paging and set_terminal_width so cmd_verify
is not used as we are still in session_preparation phase.
* Add Centec-switch platform
* Sixwind Driver Update
* Disable cmd_verify on Comware
* check text with config_md5
* Add support for vendor/os: broacom_icos.
* Bypass automatic _open() call
* Added HPE Comware support
* Tell aruba connection to strip ansi codes from switches
* Fixing Arista check_config_mode bug with hostname change
* Ansi insert line for ProCurve and Aruba
* Add progress bar for Secure Copy
* Add connection timeout argument (conn_timeout)
-------------------------------------------------------------------
Tue May 19 17:17:24 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-netmiko
Version: 3.1.1
Version: 3.2.0
Release: 0
Summary: Multi-vendor library to simplify Paramiko SSH connections to network devices
License: MIT