15
0

Accepting request 973262 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/973262
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netmiko?expand=0&rev=16
This commit is contained in:
2022-04-28 21:07:43 +00:00
committed by Git OBS Bridge
4 changed files with 36 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Apr 27 19:45:50 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to vedrsion 4.1.0
Performance Improvements
* Improve performance in Junos config_mode() and
check_config_mode() methods.
* Improve performance on disconnect() method.
* Improve slow NX-OS disconnect()
* Improve slow Junos disconnect()
Bug Fixes and other Improvements
* Update VyOS save_config()
* Fix read_timeout being excessively long in case where
check_config() fails
* Fix Huawei regular expression issue
* Fix Huawei login issue
* Improve Juniper enter_cli_mode()
* Fix issue with Nokia SROS MD-CLI having square bracket data
being removed
* Fix issue with 'write memory' on ubiquity edge switches
* Fix extreme exos read-only account issue
* Add Cisco WLC _send_command_w_yes() method
* Fix Cisco IOS, IOS-XE, and IOS-XR abbreviating prompt in
config mode
* Fix Aruba controller paging issue
* Fix fortigate autodetect
* Fixing HP Procurve session_preparation issue on repeated
connection
Python Version Support
* Remove PY3.6 Support
* Add PY3.10 Support
-------------------------------------------------------------------
Wed Mar 30 09:27:17 UTC 2022 - 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: 4.0.0
Version: 4.1.0
Release: 0
Summary: Multi-vendor library to simplify Paramiko SSH connections to network devices
License: MIT