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 2026-02-11 18:47:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-packaging (Old)
 and      /work/SRC/openSUSE:Factory/.python-packaging.new.1670 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-packaging"

Wed Feb 11 18:47:02 2026 rev:39 rq:1331998 version:26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-packaging/python-packaging.changes        
2026-02-05 17:58:12.094073645 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-packaging.new.1670/python-packaging.changes  
    2026-02-11 18:47:06.556997578 +0100
@@ -1,0 +2,6 @@
+Mon Feb  9 11:07:43 UTC 2026 - Daniel Garcia <[email protected]>
+
+- Add pythons_for_pypi macro. This macro will help to build the python
+  minimal stack for different python versions.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-packaging.spec ++++++
--- /var/tmp/diff_new_pack.Yp4f8d/_old  2026-02-11 18:47:07.525038231 +0100
+++ /var/tmp/diff_new_pack.Yp4f8d/_new  2026-02-11 18:47:07.529038399 +0100
@@ -20,7 +20,8 @@
 # in order to avoid rewriting for subpackage generator
 %define mypython python
 %global flavor @BUILD_FLAVOR@%{nil}
-%if 0%{?suse_version} >= 1650
+%if 0%{?suse_version} >= 1600
+
 %if "%{flavor}" == "primary"
 # this one is goes into Ring0:  Bootstrap for primary python stack
 %define pprefix %{primary_python}
@@ -53,7 +54,18 @@
 %bcond_with test
 %endif
 
+%if "%{flavor}" == ""
+%{?pythons_for_pypi}
+%endif
 %{?sle15_python_module_pythons}
+
+%if "%{flavor}" == "" && "%{shrink:%{pythons}}" == ""
+# Exclude for local osc build: unresolvable
+%define python_module() empty-python-buildset
+# Exclude for obs server
+ExclusiveArch:  do-not-build
+%endif
+
 Name:           %{pprefix}-packaging%{?psuffix}
 Version:        26.0
 Release:        0

Reply via email to