Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-netmiko for openSUSE:Factory 
checked in at 2021-04-24 23:09:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-netmiko (Old)
 and      /work/SRC/openSUSE:Factory/.python-netmiko.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-netmiko"

Sat Apr 24 23:09:29 2021 rev:14 rq:888234 version:3.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-netmiko/python-netmiko.changes    
2021-03-02 14:27:15.282005411 +0100
+++ /work/SRC/openSUSE:Factory/.python-netmiko.new.12324/python-netmiko.changes 
2021-04-24 23:10:42.571526858 +0200
@@ -1,0 +2,37 @@
+Sat Apr 24 15:56:03 UTC 2021 - Martin Hauke <mar...@gmx.de>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  netmiko-3.3.3.tar.gz

New:
----
  netmiko-3.4.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-netmiko.spec ++++++
--- /var/tmp/diff_new_pack.WFORed/_old  2021-04-24 23:10:42.943527384 +0200
+++ /var/tmp/diff_new_pack.WFORed/_new  2021-04-24 23:10:42.943527384 +0200
@@ -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 @@
 %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

++++++ netmiko-3.3.3.tar.gz -> netmiko-3.4.0.tar.gz ++++++
++++ 2548 lines of diff (skipped)

Reply via email to