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-07-22 12:20:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ncclient (Old)
and /work/SRC/openSUSE:Factory/.python-ncclient.new.8875 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ncclient"
Tue Jul 22 12:20:51 2025 rev:27 rq:1294927 version:0.6.19
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ncclient/python-ncclient.changes
2025-04-14 16:08:01.397864896 +0200
+++
/work/SRC/openSUSE:Factory/.python-ncclient.new.8875/python-ncclient.changes
2025-07-22 12:21:36.983414341 +0200
@@ -1,0 +2,5 @@
+Tue Jul 22 05:43:18 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ncclient.spec ++++++
--- /var/tmp/diff_new_pack.Hb20DN/_old 2025-07-22 12:21:37.563438418 +0200
+++ /var/tmp/diff_new_pack.Hb20DN/_new 2025-07-22 12:21:37.563438418 +0200
@@ -32,8 +32,10 @@
Patch1: intersphinx-mapping.patch
BuildRequires: %{python_module lxml >= 3.3.0}
BuildRequires: %{python_module paramiko >= 1.15.0}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-lxml >= 3.3.0
@@ -68,11 +70,11 @@
find ncclient/operations/third_party/ -name "*.py" -exec sed -i '/^#!\//, 1d'
{} \;
%build
-%python_build
+%pyproject_wheel
cd docs && make %{?_smp_mflags} html && rm build/html/.buildinfo
%install
-%python_install
+%pyproject_install
%fdupes %{buildroot}
%check
@@ -81,7 +83,7 @@
%files %{python_files}
%license LICENSE
%{python_sitelib}/ncclient
-%{python_sitelib}/ncclient-%{version}*-info
+%{python_sitelib}/ncclient-%{version}.dist-info
%files -n python-ncclient-doc
%doc README.md README.rst examples docs/build/html