forked from pool/python-netmiko
Accepting request 839028 from home:mnhauke:network:automation
- Update to version 3.3.2 New Features * Add support for PIP installable ntc-templates * Add support for TTP templates Performance Improvements * Cisco NX-OS Performance Improvements * Cisco IOS-XR Performance Improvements * Arista Performance Improvements New Drivers * Cisco FTD Driver * Ubiquity EdgeRouter * TPLink JetStream Bug Fixes * Secure Copy Progress Bar fix for get Operation - Update to version 3.3.1 OBS-URL: https://build.opensuse.org/request/show/839028 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netmiko?expand=0&rev=29
This commit is contained in:
committed by
Git OBS Bridge
parent
a7bf65b462
commit
eb090ec9ca
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4539a2c2567872342aa485355942d035b0a087a1c91a15ccbc6062009c8ec00d
|
||||
size 372515
|
||||
3
netmiko-3.3.2.tar.gz
Normal file
3
netmiko-3.3.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84832d2b7d19ef28b7255a6e0217a68ed5727c03206a5e74abc101dc42550d97
|
||||
size 483570
|
||||
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 17:50:26 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 3.3.2
|
||||
New Features
|
||||
* Add support for PIP installable ntc-templates
|
||||
* Add support for TTP templates
|
||||
Performance Improvements
|
||||
* Cisco NX-OS Performance Improvements
|
||||
* Cisco IOS-XR Performance Improvements
|
||||
* Arista Performance Improvements
|
||||
New Drivers
|
||||
* Cisco FTD Driver
|
||||
* Ubiquity EdgeRouter
|
||||
* TPLink JetStream
|
||||
Bug Fixes
|
||||
* Secure Copy Progress Bar fix for get Operation
|
||||
- Update to version 3.3.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 22:11:35 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-netmiko
|
||||
Version: 3.3.0
|
||||
Version: 3.3.2
|
||||
Release: 0
|
||||
Summary: Multi-vendor library to simplify Paramiko SSH connections to network devices
|
||||
License: MIT
|
||||
@@ -30,14 +30,15 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-PyYAML
|
||||
Requires: python-paramiko >= 2.4.3
|
||||
Requires: python-paramiko >= 2.6.0
|
||||
Requires: python-pyserial
|
||||
Requires: python-scp >= 0.13.2
|
||||
Requires: python-tenacity
|
||||
Requires: python-textfsm
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module PyYAML}
|
||||
BuildRequires: %{python_module paramiko >= 2.4.3}
|
||||
BuildRequires: %{python_module paramiko >= 2.6.0}
|
||||
BuildRequires: %{python_module pyserial}
|
||||
BuildRequires: %{python_module scp >= 0.13.2}
|
||||
BuildRequires: %{python_module textfsm}
|
||||
|
||||
Reference in New Issue
Block a user