Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-packaging for 
openSUSE:Factory checked in at 2023-03-12 16:22:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-packaging (Old)
 and      /work/SRC/openSUSE:Factory/.python-packaging.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-packaging"

Sun Mar 12 16:22:16 2023 rev:28 rq:1070509 version:23.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-packaging/python-packaging.changes        
2023-01-18 13:08:10.087912827 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-packaging.new.31432/python-packaging.changes 
    2023-03-12 16:22:18.068250899 +0100
@@ -1,0 +2,7 @@
+Thu Mar  9 16:39:58 UTC 2023 - Dirk Müller <[email protected]>
+
+- Don't use :primary multibuild flavor for non-Tumbleweed
+  * accomodates special SLE15 projects defininig extra flavors but
+    not building for primary python3
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-packaging.spec ++++++
--- /var/tmp/diff_new_pack.IE2YmG/_old  2023-03-12 16:22:18.600253242 +0100
+++ /var/tmp/diff_new_pack.IE2YmG/_new  2023-03-12 16:22:18.604253260 +0100
@@ -20,6 +20,7 @@
 # in order to avoid rewriting for subpackage generator
 %define mypython python
 %global flavor @BUILD_FLAVOR@%{nil}
+%if 0%{?suse_version} >= 1550
 %if "%{flavor}" == "primary"
 # this one is goes into Ring0:  Bootstrap for primary python stack
 %define pprefix %{primary_python}
@@ -33,6 +34,15 @@
 %{expand:%%define skip_%{primary_python} 1}
 BuildRequires:  python3-packaging
 %endif
+%else
+# backport and option d projects for 15.X having one or more python in the 
buildset don't need the Ring split for bootstrap
+%if "%{flavor}" == "primary"
+%define python_module() invalid-multibuild-flavor-for-15.X
+ExclusiveArch:  do-not-build
+%else
+%define pprefix python
+%endif
+%endif
 %if "%{flavor}" == "test"
 %define pprefix python
 %define psuffix -test

Reply via email to