From f640cc772a247571bb81ff190d6b6119091646186b77423e7f9a19e912c9af3e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 24 Apr 2021 16:30:26 +0000 Subject: [PATCH] Accepting request 888231 from home:mnhauke:network:automation - Update to version 3.4.0 New Features * Add error_pattern argument to send_config_set() and send_config_from_file() to allow configuration to stop when pattern is detected. * Add run_ttp method to support more complex TTP interactions. * Juniper performance improvements. * ASA performance improvements. * Add telnet support to AdtranOS New Drivers * Allied Telesis AlliedWare Plus * Brocade Fabric OS * C-DOT CROS * Ericsson IPOS * Supermicro SMIS Bug fixes/improvements * Fixing Palo Alto line repaint issue * Fixing F5 TMSH disconnect process * Fix IOS-XR exit_config_mode issue * Fixing some enable method state issues * Fixing SR-OS remote file size * Fixing issue with remote_file_size parsing failure * Fix ASA enable() issue in session_preparation * Fix Yamaha enter issue on exit enable mode * Fix Yamaha telnet enter issue * F5 TMOS driver update * Fix newlines on Cisco NX-OS * Fixes an issue with ssh _autodetect_remote_version * Fix tplink_jetstream to support cryptography 3.1+ * Allowing Dell OS10 to support hyphen or space OBS-URL: https://build.opensuse.org/request/show/888231 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netmiko?expand=0&rev=33 --- netmiko-3.3.3.tar.gz | 3 --- netmiko-3.4.0.tar.gz | 3 +++ python-netmiko.changes | 37 +++++++++++++++++++++++++++++++++++++ python-netmiko.spec | 6 ++++-- 4 files changed, 44 insertions(+), 5 deletions(-) delete mode 100644 netmiko-3.3.3.tar.gz create mode 100644 netmiko-3.4.0.tar.gz diff --git a/netmiko-3.3.3.tar.gz b/netmiko-3.3.3.tar.gz deleted file mode 100644 index dc37066..0000000 --- a/netmiko-3.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ead6ea70b46307cce03d121d4da96fd862f76619474d6e962d1019560bb4c5a1 -size 496512 diff --git a/netmiko-3.4.0.tar.gz b/netmiko-3.4.0.tar.gz new file mode 100644 index 0000000..8a26f9e --- /dev/null +++ b/netmiko-3.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acadb9dd97864ee848e2032f1f0e301c7b31e7a4153757d98f5c8ba1b9614993 +size 502064 diff --git a/python-netmiko.changes b/python-netmiko.changes index 71ce510..562b951 100644 --- a/python-netmiko.changes +++ b/python-netmiko.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Sat Apr 24 15:56:03 UTC 2021 - Martin Hauke + +- Update to version 3.4.0 + New Features + * Add error_pattern argument to send_config_set() and + send_config_from_file() to allow configuration to stop when + pattern is detected. + * Add run_ttp method to support more complex TTP interactions. + * Juniper performance improvements. + * ASA performance improvements. + * Add telnet support to AdtranOS + New Drivers + * Allied Telesis AlliedWare Plus + * Brocade Fabric OS + * C-DOT CROS + * Ericsson IPOS + * Supermicro SMIS + Bug fixes/improvements + * Fixing Palo Alto line repaint issue + * Fixing F5 TMSH disconnect process + * Fix IOS-XR exit_config_mode issue + * Fixing some enable method state issues + * Fixing SR-OS remote file size + * Fixing issue with remote_file_size parsing failure + * Fix ASA enable() issue in session_preparation + * Fix Yamaha enter issue on exit enable mode + * Fix Yamaha telnet enter issue + * F5 TMOS driver update + * Fix newlines on Cisco NX-OS + * Fixes an issue with ssh _autodetect_remote_version + * Fix tplink_jetstream to support cryptography 3.1+ + * Allowing Dell OS10 to support hyphen or space + * Fix authentication exception handling + * Improve ssh_autodetect so most common command happens first. + * Fix dell_force10 autodetect + ------------------------------------------------------------------- Tue Mar 2 07:42:15 UTC 2021 - Martin Hauke diff --git a/python-netmiko.spec b/python-netmiko.spec index b396fb5..b5a123d 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.3.3 +Version: 3.4.0 Release: 0 Summary: Multi-vendor library to simplify Paramiko SSH connections to network devices License: MIT @@ -51,7 +51,9 @@ Multi-vendor library to simplify Paramiko SSH connections to network devices. %prep %setup -q -n netmiko-%{version} # drop shebang -sed -i -e '/^#!\//, 1d' netmiko/nokia/nokia_sros_ssh.py +sed -i -e '/^#!\//, 1d' \ + netmiko/nokia/nokia_sros.py \ + netmiko/cdot/cdot_cros_ssh.py %build %python_build