Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qpid-proton for openSUSE:Factory 
checked in at 2026-05-30 22:54:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qpid-proton (Old)
 and      /work/SRC/openSUSE:Factory/.qpid-proton.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qpid-proton"

Sat May 30 22:54:27 2026 rev:29 rq:1355799 version:0.38.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qpid-proton/qpid-proton.changes  2024-03-28 
14:03:45.242149025 +0100
+++ /work/SRC/openSUSE:Factory/.qpid-proton.new.1937/qpid-proton.changes        
2026-05-30 22:54:40.035731965 +0200
@@ -1,0 +2,5 @@
+Thu May 28 05:16:25 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Use pyproject macros to build and install for SLE 15 SP4 and greater.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ qpid-proton.spec ++++++
--- /var/tmp/diff_new_pack.j3Xn8P/_old  2026-05-30 22:54:41.507792443 +0200
+++ /var/tmp/diff_new_pack.j3Xn8P/_new  2026-05-30 22:54:41.511792607 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qpid-proton
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -42,6 +42,10 @@
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module xml}
+%if 0%{?suse_version} >= 1540
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module wheel}
+%endif
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -186,14 +190,22 @@
 # build from the created sdist for all enabled python flavors
 pushd python/dist
 # Note: never python_expand in the root source tree. It removes the build/ 
directory
+%if 0%{?suse_version} >= 1540
+%pyproject_wheel
+%else
 %python_build
+%endif
 popd
 
 %install
 %cmake_install
 
 pushd build/python/dist
+%if 0%{?suse_version} >= 1540
+%pyproject_install
+%else
 %python_install
+%endif
 %python_expand chmod +x %{buildroot}%{$python_sitearch}/*_cproton*.so
 popd
 

Reply via email to