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-01-15 17:45:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ncclient (Old)
and /work/SRC/openSUSE:Factory/.python-ncclient.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ncclient"
Wed Jan 15 17:45:38 2025 rev:24 rq:1238046 version:0.6.16
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ncclient/python-ncclient.changes
2024-11-11 14:58:25.567166739 +0100
+++
/work/SRC/openSUSE:Factory/.python-ncclient.new.1881/python-ncclient.changes
2025-01-15 17:45:53.039347401 +0100
@@ -1,0 +2,8 @@
+Tue Jan 14 14:54:22 UTC 2025 - [email protected]
+
+- do not require six for build
+- added patches
+ fix
https://github.com/ncclient/ncclient/commit/59ccaac8e01e63f776fb4bf3b68a02e33d24bb20
+ + python-ncclient-no-python2.patch
+
+-------------------------------------------------------------------
New:
----
python-ncclient-no-python2.patch
BETA DEBUG BEGIN:
New: fix
https://github.com/ncclient/ncclient/commit/59ccaac8e01e63f776fb4bf3b68a02e33d24bb20
+ python-ncclient-no-python2.patch
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ncclient.spec ++++++
--- /var/tmp/diff_new_pack.V5lGsx/_old 2025-01-15 17:45:53.979386275 +0100
+++ /var/tmp/diff_new_pack.V5lGsx/_new 2025-01-15 17:45:53.983386441 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-ncclient
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,18 +29,18 @@
# PATCH-FIX-UPSTREAM intersphinx-mapping.patch gh#ncclient/ncclient#604
[email protected]
# 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
-Requires: python-six
BuildArch: noarch
BuildRequires: %{python_module lxml >= 3.3.0}
BuildRequires: %{python_module paramiko >= 1.15.0}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module six}
%python_subpackages
%description
@@ -64,6 +64,7 @@
%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
++++++ python-ncclient-no-python2.patch ++++++
++++ 964 lines (skipped)