15
0

Accepting request 788894 from home:mnhauke:network:automation

- Update to version 3.1.0:
  New Platforms / Transports
  * D-Link DGS/DES
  * WatchGuard Firebox
  * Sophos SG Firewalls
  * Huawei Telnet Support
  Bug Fixes/Enhancements
  * Add cmd_verify argument to send_command
  * Add global_cmd_verify argument to ConnectHandler

OBS-URL: https://build.opensuse.org/request/show/788894
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netmiko?expand=0&rev=21
This commit is contained in:
Tomáš Chvátal
2020-03-27 07:52:17 +00:00
committed by Git OBS Bridge
parent 5a2cafd8d3
commit 7f7b65d9f1
4 changed files with 18 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Mar 23 19:35:36 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 3.1.0:
New Platforms / Transports
* D-Link DGS/DES
* WatchGuard Firebox
* Sophos SG Firewalls
* Huawei Telnet Support
Bug Fixes/Enhancements
* Add cmd_verify argument to send_command
* Add global_cmd_verify argument to ConnectHandler
-------------------------------------------------------------------
Thu Jan 16 07:29:20 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-netmiko
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-netmiko
Version: 3.0.0
Version: 3.1.0
Release: 0
Summary: Multi-vendor library to simplify Paramiko SSH connections to network devices
License: MIT