15
0

- update to 4.1.1:

* add Nokia SRLinux Support
  * Add Mikrotik File Transfer Support
  * Performance Improvements
  * Performance Improvements for Linux Driver
  * Improve Performance Graphs
  * Bug Fixes / Improvements
  * Better Error Messages for Incompatible Python Versions
  * Improve Huawei Driver
  * Improve Huawei VRPv8 Driver
  * Improve HPE ProCurve Driver
  * Improving Junos context stripping patterns
  * Improve MikroTik Driver
  * Fix for Extreme ERS login issues
  * Minor update to threading calls in Netmiko Tools
  * Increase save_config default timeout for Cisco-based platforms

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netmiko?expand=0&rev=39
This commit is contained in:
2022-07-19 12:04:21 +00:00
committed by Git OBS Bridge
parent 0632cacb86
commit d5b9a313b5
4 changed files with 24 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Jul 19 12:03:55 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 4.1.1:
* add Nokia SRLinux Support
* Add Mikrotik File Transfer Support
* Performance Improvements
* Performance Improvements for Linux Driver
* Improve Performance Graphs
* Bug Fixes / Improvements
* Better Error Messages for Incompatible Python Versions
* Improve Huawei Driver
* Improve Huawei VRPv8 Driver
* Improve HPE ProCurve Driver
* Improving Junos context stripping patterns
* Improve MikroTik Driver
* Fix for Extreme ERS login issues
* Minor update to threading calls in Netmiko Tools
* Increase save_config default timeout for Cisco-based platforms
-------------------------------------------------------------------
Wed Apr 27 19:45:50 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.1.0
Version: 4.1.1
Release: 0
Summary: Multi-vendor library to simplify Paramiko SSH connections to network devices
License: MIT