15
0

Accepting request 888231 from home:mnhauke:network:automation

- Update to version 3.4.0
  New Features
  * Add error_pattern argument to send_config_set() and
    send_config_from_file() to allow configuration to stop when
    pattern is detected.
  * Add run_ttp method to support more complex TTP interactions.
  * Juniper performance improvements.
  * ASA performance improvements.
  * Add telnet support to AdtranOS
  New Drivers
  * Allied Telesis AlliedWare Plus
  * Brocade Fabric OS
  * C-DOT CROS
  * Ericsson IPOS
  * Supermicro SMIS
  Bug fixes/improvements
  * Fixing Palo Alto line repaint issue
  * Fixing F5 TMSH disconnect process
  * Fix IOS-XR exit_config_mode issue
  * Fixing some enable method state issues
  * Fixing SR-OS remote file size
  * Fixing issue with remote_file_size parsing failure
  * Fix ASA enable() issue in session_preparation
  * Fix Yamaha enter issue on exit enable mode
  * Fix Yamaha telnet enter issue
  * F5 TMOS driver update
  * Fix newlines on Cisco NX-OS
  * Fixes an issue with ssh _autodetect_remote_version
  * Fix tplink_jetstream to support cryptography 3.1+
  * Allowing Dell OS10 to support hyphen or space

OBS-URL: https://build.opensuse.org/request/show/888231
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netmiko?expand=0&rev=33
This commit is contained in:
2021-04-24 16:30:26 +00:00
committed by Git OBS Bridge
parent 031b8e79f5
commit f640cc772a
4 changed files with 44 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Sat Apr 24 15:56:03 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 3.4.0
New Features
* Add error_pattern argument to send_config_set() and
send_config_from_file() to allow configuration to stop when
pattern is detected.
* Add run_ttp method to support more complex TTP interactions.
* Juniper performance improvements.
* ASA performance improvements.
* Add telnet support to AdtranOS
New Drivers
* Allied Telesis AlliedWare Plus
* Brocade Fabric OS
* C-DOT CROS
* Ericsson IPOS
* Supermicro SMIS
Bug fixes/improvements
* Fixing Palo Alto line repaint issue
* Fixing F5 TMSH disconnect process
* Fix IOS-XR exit_config_mode issue
* Fixing some enable method state issues
* Fixing SR-OS remote file size
* Fixing issue with remote_file_size parsing failure
* Fix ASA enable() issue in session_preparation
* Fix Yamaha enter issue on exit enable mode
* Fix Yamaha telnet enter issue
* F5 TMOS driver update
* Fix newlines on Cisco NX-OS
* Fixes an issue with ssh _autodetect_remote_version
* Fix tplink_jetstream to support cryptography 3.1+
* Allowing Dell OS10 to support hyphen or space
* Fix authentication exception handling
* Improve ssh_autodetect so most common command happens first.
* Fix dell_force10 autodetect
-------------------------------------------------------------------
Tue Mar 2 07:42:15 UTC 2021 - 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.3.3
Version: 3.4.0
Release: 0
Summary: Multi-vendor library to simplify Paramiko SSH connections to network devices
License: MIT
@@ -51,7 +51,9 @@ Multi-vendor library to simplify Paramiko SSH connections to network devices.
%prep
%setup -q -n netmiko-%{version}
# drop shebang
sed -i -e '/^#!\//, 1d' netmiko/nokia/nokia_sros_ssh.py
sed -i -e '/^#!\//, 1d' \
netmiko/nokia/nokia_sros.py \
netmiko/cdot/cdot_cros_ssh.py
%build
%python_build