Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-packaging for
SUSE:ALP:Workbench checked in at 2023-04-07 09:08:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/SUSE:ALP:Workbench.OBS/python-packaging (Old)
and /work/SRC/SUSE:ALP:Workbench.OBS/.python-packaging.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-packaging"
Fri Apr 7 09:08:18 2023 rev:2 rq: version:23.0
Changes:
--------
--- /work/SRC/SUSE:ALP:Workbench.OBS/python-packaging/python-packaging.changes
2023-04-04 12:09:06.773773690 +0200
+++
/work/SRC/SUSE:ALP:Workbench.OBS/.python-packaging.new.19717/python-packaging.changes
2023-04-07 09:08:19.125937773 +0200
@@ -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.eTVs31/_old 2023-04-07 09:08:19.449939621 +0200
+++ /var/tmp/diff_new_pack.eTVs31/_new 2023-04-07 09:08:19.457939667 +0200
@@ -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