From 183c1ba718500ee6eda3d8937f355be891593822a7ca5813c8a755fe9adfcffc Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 3 Aug 2020 15:57:14 +0000 Subject: [PATCH] Accepting request 823882 from home:mnhauke:network:automation - Update to version 3.2.0 * Fixing disable_paging and set_terminal_width so cmd_verify is not used as we are still in session_preparation phase. * Add Centec-switch platform * Sixwind Driver Update * Disable cmd_verify on Comware * check text with config_md5 * Add support for vendor/os: broacom_icos. * Bypass automatic _open() call * Added HPE Comware support * Tell aruba connection to strip ansi codes from switches * Fixing Arista check_config_mode bug with hostname change * Ansi insert line for ProCurve and Aruba * Add progress bar for Secure Copy * Add connection timeout argument (conn_timeout) OBS-URL: https://build.opensuse.org/request/show/823882 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netmiko?expand=0&rev=25 --- netmiko-3.1.1.tar.gz | 3 --- netmiko-3.2.0.tar.gz | 3 +++ python-netmiko.changes | 19 +++++++++++++++++++ python-netmiko.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 netmiko-3.1.1.tar.gz create mode 100644 netmiko-3.2.0.tar.gz diff --git a/netmiko-3.1.1.tar.gz b/netmiko-3.1.1.tar.gz deleted file mode 100644 index 01ea64d..0000000 --- a/netmiko-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c113b94affcfc8b80dff19ba7461bb99ba835242d749c1419c68ec9bb6adbe50 -size 315377 diff --git a/netmiko-3.2.0.tar.gz b/netmiko-3.2.0.tar.gz new file mode 100644 index 0000000..8058c72 --- /dev/null +++ b/netmiko-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26c62827453196645aa34768fc814469530d3ce4d3592157d05b41abd37ea68 +size 366409 diff --git a/python-netmiko.changes b/python-netmiko.changes index 456f4b7..dae0326 100644 --- a/python-netmiko.changes +++ b/python-netmiko.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Aug 1 13:36:17 UTC 2020 - Martin Hauke + +- Update to version 3.2.0 + * Fixing disable_paging and set_terminal_width so cmd_verify + is not used as we are still in session_preparation phase. + * Add Centec-switch platform + * Sixwind Driver Update + * Disable cmd_verify on Comware + * check text with config_md5 + * Add support for vendor/os: broacom_icos. + * Bypass automatic _open() call + * Added HPE Comware support + * Tell aruba connection to strip ansi codes from switches + * Fixing Arista check_config_mode bug with hostname change + * Ansi insert line for ProCurve and Aruba + * Add progress bar for Secure Copy + * Add connection timeout argument (conn_timeout) + ------------------------------------------------------------------- Tue May 19 17:17:24 UTC 2020 - Martin Hauke diff --git a/python-netmiko.spec b/python-netmiko.spec index 51a3822..578b57a 100644 --- a/python-netmiko.spec +++ b/python-netmiko.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-netmiko -Version: 3.1.1 +Version: 3.2.0 Release: 0 Summary: Multi-vendor library to simplify Paramiko SSH connections to network devices License: MIT