From 031b8e79f5de41998cc2f6f78927c9acac2cb0dc7f1e4356bc8b28fe335bc0a9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Mar 2021 08:09:53 +0000 Subject: [PATCH] Accepting request 876135 from home:mnhauke:network:automation - Update to version 3.3.3 New Drivers * Add Ericcson IPOS Support * Adtran Telnet Support Performance Improvements * Juniper Performance Improvements * Cisco ASA Performance Improvements Bugs and Enhancements * Improve Authentication Exception Handling * FIX Cryptography Lib Change Issue OBS-URL: https://build.opensuse.org/request/show/876135 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netmiko?expand=0&rev=31 --- netmiko-3.3.2.tar.gz | 3 --- netmiko-3.3.3.tar.gz | 3 +++ python-netmiko.changes | 14 ++++++++++++++ python-netmiko.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 netmiko-3.3.2.tar.gz create mode 100644 netmiko-3.3.3.tar.gz diff --git a/netmiko-3.3.2.tar.gz b/netmiko-3.3.2.tar.gz deleted file mode 100644 index bed3a79..0000000 --- a/netmiko-3.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84832d2b7d19ef28b7255a6e0217a68ed5727c03206a5e74abc101dc42550d97 -size 483570 diff --git a/netmiko-3.3.3.tar.gz b/netmiko-3.3.3.tar.gz new file mode 100644 index 0000000..dc37066 --- /dev/null +++ b/netmiko-3.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead6ea70b46307cce03d121d4da96fd862f76619474d6e962d1019560bb4c5a1 +size 496512 diff --git a/python-netmiko.changes b/python-netmiko.changes index 5dea8b7..71ce510 100644 --- a/python-netmiko.changes +++ b/python-netmiko.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Mar 2 07:42:15 UTC 2021 - Martin Hauke + +- Update to version 3.3.3 + New Drivers + * Add Ericcson IPOS Support + * Adtran Telnet Support + Performance Improvements + * Juniper Performance Improvements + * Cisco ASA Performance Improvements + Bugs and Enhancements + * Improve Authentication Exception Handling + * FIX Cryptography Lib Change Issue + ------------------------------------------------------------------- Thu Oct 1 17:50:26 UTC 2020 - Martin Hauke diff --git a/python-netmiko.spec b/python-netmiko.spec index 353a693..b396fb5 100644 --- a/python-netmiko.spec +++ b/python-netmiko.spec @@ -1,7 +1,7 @@ # # spec file for package python-netmiko # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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.3.2 +Version: 3.3.3 Release: 0 Summary: Multi-vendor library to simplify Paramiko SSH connections to network devices License: MIT