Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ncclient for openSUSE:Factory checked in at 2025-03-03 16:05:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ncclient (Old) and /work/SRC/openSUSE:Factory/.python-ncclient.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ncclient" Mon Mar 3 16:05:07 2025 rev:25 rq:1249609 version:0.6.19 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ncclient/python-ncclient.changes 2025-01-15 17:45:53.039347401 +0100 +++ /work/SRC/openSUSE:Factory/.python-ncclient.new.19136/python-ncclient.changes 2025-03-03 16:05:30.224189983 +0100 @@ -1,0 +2,25 @@ +Sun Mar 2 22:26:20 UTC 2025 - Martin Hauke <mar...@gmx.de> + +- Update to version 0.6.19 + * fixed broken manifest. + +------------------------------------------------------------------- +Sat Mar 1 16:26:35 UTC 2025 - Martin Hauke <mar...@gmx.de> + +- Update to version 0.6.18 + * Fix connect using ssh using keyfile without password. +- Update to version 0.6.17 + * Remove hardcoded values in example. + * Use Paramiko's PKey class for loading public keys instead of + instantiating key subclasses directly. + * Remove Python2 support. + * Only import UnixSocketSession if the platform is not Windows. + * Remove setuptools from runtime requirements; list in build + requirements. + * Adding error handling parameters for RPC replies. + * Drop the pytest-runner dependency. + * Fix for broken iterator. +- Drop patch + * python-ncclient-no-python2.patch (included upstream) + +------------------------------------------------------------------- Old: ---- ncclient-0.6.16.tar.gz python-ncclient-no-python2.patch New: ---- ncclient-0.6.19.tar.gz BETA DEBUG BEGIN: Old:- Drop patch * python-ncclient-no-python2.patch (included upstream) BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ncclient.spec ++++++ --- /var/tmp/diff_new_pack.tiSeGa/_old 2025-03-03 16:05:30.728211069 +0100 +++ /var/tmp/diff_new_pack.tiSeGa/_new 2025-03-03 16:05:30.732211236 +0100 @@ -17,7 +17,7 @@ Name: python-ncclient -Version: 0.6.16 +Version: 0.6.19 Release: 0 Summary: Python library for NETCONF clients License: Apache-2.0 @@ -29,14 +29,11 @@ # PATCH-FIX-UPSTREAM intersphinx-mapping.patch gh#ncclient/ncclient#604 mc...@suse.com # use conditionally new form of intersphinx_mapping Patch1: intersphinx-mapping.patch -# https://github.com/ncclient/ncclient/commit/59ccaac8e01e63f776fb4bf3b68a02e33d24bb20 -Patch2: python-ncclient-no-python2.patch BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-lxml >= 3.3.0 Requires: python-paramiko >= 1.15.0 -Requires: python-setuptools > 0.6 BuildArch: noarch BuildRequires: %{python_module lxml >= 3.3.0} BuildRequires: %{python_module paramiko >= 1.15.0} @@ -64,7 +61,6 @@ %patch -p 1 -P 0 %endif %patch -p 1 -P 1 -%patch -p 1 -P 2 find examples/ -name "*.py" -exec sed -i 's|#!/usr/bin/env python$|#!/usr/bin/python|g' {} \; # drop shebang ++++++ ncclient-0.6.16.tar.gz -> ncclient-0.6.19.tar.gz ++++++ ++++ 1775 lines of diff (skipped)