forked from pool/python-netmiko
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user