Hello community, here is the log from the commit of package python-netmiko for openSUSE:Factory checked in at 2020-01-16 18:22:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-netmiko (Old) and /work/SRC/openSUSE:Factory/.python-netmiko.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-netmiko" Thu Jan 16 18:22:19 2020 rev:7 rq:764892 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-netmiko/python-netmiko.changes 2019-09-13 14:58:26.277277539 +0200 +++ /work/SRC/openSUSE:Factory/.python-netmiko.new.26092/python-netmiko.changes 2020-01-16 18:22:34.105019870 +0100 @@ -1,0 +2,28 @@ +Thu Jan 16 07:29:20 UTC 2020 - Martin Hauke <[email protected]> + +- Upate to version 3.0.0: + Key enhancements/changes + * PY3.6+ support only (all support for PY27 removed) + * Significant reliability improvements to reduce loss of session + state problems + * Add support for direct use of TextFSM template + * Allow custom socket timeout in SCP file_transfer + * Improve MD5 hashing mechanism in SCP checks + * Add sock parameter support + * Increase default banner_timeout to 15 + New Drivers + * Eltex ESR + * Juniper ScreenOS + * Ruijei RGOS + Driver Updates + * Huawei driver improvements + * Ciena driver improvements + * NX-OS driver improvements + * Nokia SR-OS driver improvements + * HP ProCurve driver improvements + * Juniper Junos driver improvements + * Fortinet banner fix + * Ruckus handling of failed enable + * Linux enable/sudo improvements + +------------------------------------------------------------------- Old: ---- netmiko-2.4.2.tar.gz New: ---- netmiko-3.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-netmiko.spec ++++++ --- /var/tmp/diff_new_pack.gSeYlM/_old 2020-01-16 18:22:34.769020245 +0100 +++ /var/tmp/diff_new_pack.gSeYlM/_new 2020-01-16 18:22:34.773020247 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-netmiko # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-netmiko -Version: 2.4.2 +Version: 3.0.0 Release: 0 Summary: Multi-vendor library to simplify Paramiko SSH connections to network devices License: MIT @@ -28,18 +29,12 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: python2-enum34 -BuildRequires: python2-ipaddress Requires: python-PyYAML Requires: python-paramiko >= 2.4.1 Requires: python-pyserial Requires: python-scp >= 0.13.2 Requires: python-textfsm BuildArch: noarch -%ifpython2 -Requires: python-enum34 -Requires: python-ipaddress -%endif # SECTION test requirements BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module paramiko >= 2.4.3} @@ -54,6 +49,8 @@ %prep %setup -q -n netmiko-%{version} +# drop shebang +sed -i -e '/^#!\//, 1d' netmiko/nokia/nokia_sros_ssh.py %build %python_build ++++++ netmiko-2.4.2.tar.gz -> netmiko-3.0.0.tar.gz ++++++ ++++ 76870 lines of diff (skipped)
