From 9252890608d6a34099ded5b369eb324a28899b3ce8903e265c0dc7cead8da862 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 19 Sep 2022 07:48:55 +0000 Subject: [PATCH] Accepting request 1004469 from home:mnhauke:network:automation - 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. OBS-URL: https://build.opensuse.org/request/show/1004469 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netmiko?expand=0&rev=41 --- netmiko-4.1.1.tar.gz | 3 --- netmiko-4.1.2.tar.gz | 3 +++ python-netmiko.changes | 19 +++++++++++++++++++ python-netmiko.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 netmiko-4.1.1.tar.gz create mode 100644 netmiko-4.1.2.tar.gz diff --git a/netmiko-4.1.1.tar.gz b/netmiko-4.1.1.tar.gz deleted file mode 100644 index bbe4558..0000000 --- a/netmiko-4.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6529b11da166d3009aac1133a7eedb2fbaf6110c519bbb4b4f48f865d8daac9a -size 302216 diff --git a/netmiko-4.1.2.tar.gz b/netmiko-4.1.2.tar.gz new file mode 100644 index 0000000..7b3903e --- /dev/null +++ b/netmiko-4.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ede2a28670d3dfd3470061468665f80f9b4906ed20e6b0fb4d9e1c9be67afc +size 323571 diff --git a/python-netmiko.changes b/python-netmiko.changes index c704e47..8df4965 100644 --- a/python-netmiko.changes +++ b/python-netmiko.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Sep 18 10:42:55 UTC 2022 - Martin Hauke + +- 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 diff --git a/python-netmiko.spec b/python-netmiko.spec index 39d1a7e..d6a1b72 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: 4.1.1 +Version: 4.1.2 Release: 0 Summary: Multi-vendor library to simplify Paramiko SSH connections to network devices License: MIT