Accepting request 1004600 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1004600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netmiko?expand=0&rev=18
This commit is contained in:
2022-09-19 14:03:36 +00:00
committed by Git OBS Bridge
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:6529b11da166d3009aac1133a7eedb2fbaf6110c519bbb4b4f48f865d8daac9a
size 302216

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

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

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Sep 18 10:42:55 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to 4.1.2:
New Driver
* Audiocode Driver.
Bugs and Improvements
* Improve disconnect behavior.
* Improve encoding behavior.
* Fix textfsm dependency issue by pinning to 1.1.2.
* Proposed Cisco WLC fix for session_preparation().
* Added Versa FlexVNF platform to SSH autodetect.
* Nokia global_cmd_verify default fix.
* Fix issue with redispatch not working due to no data.
* Fix generator bug in send_config_set.
* Fix to accommodate single character prompts in set_base_prompt.
* Adding check that key_file exists if use_keys is True.
* Minor session_log test updates.
-------------------------------------------------------------------
Tue Jul 19 12:03:55 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

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