Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pyparsing for 
openSUSE:Factory checked in at 2023-02-19 18:18:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyparsing (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyparsing.new.22824 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyparsing"

Sun Feb 19 18:18:34 2023 rev:44 rq:1066427 version:3.0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyparsing/python-pyparsing.changes        
2022-09-17 20:08:32.524845681 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyparsing.new.22824/python-pyparsing.changes 
    2023-02-19 18:18:37.537352805 +0100
@@ -1,0 +2,5 @@
+Fri Feb 17 20:54:20 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- do primary/all split only for tumbleweed (similar to flit-core) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pyparsing.spec ++++++
--- /var/tmp/diff_new_pack.2radUi/_old  2023-02-19 18:18:38.033355956 +0100
+++ /var/tmp/diff_new_pack.2radUi/_new  2023-02-19 18:18:38.037355982 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,21 +20,31 @@
 # in order to avoid rewriting for subpackage generator
 %define mypython python
 %global flavor @BUILD_FLAVOR@%{nil}
+%if 0%{?suse_version} >= 1550
+# The primary python flavor is built in Factory Ring0
 %if "%{flavor}" == "primary"
-# this one is built in Ring0
 %define pprefix %{primary_python}
 %define pythons %{primary_python}
 %endif
+# Additional flavors are built in Factory Ring1
 %if "%{flavor}" == ""
-# The rest is in Ring1
 %define pprefix python
-%if 0%{?suse_version} >= 1550 || 0%{?sle_version} == 150500
-BuildRequires:  python3-base >= 3.6
 %{expand:%%define skip_%{primary_python} 1}
+# ... unless the build set is empty. (We can't use shrink server-side and any 
skips here or on project level may have left spaces)
+%if "%{pythons}" == "" || "%{pythons}" == " " || "%{pythons}" == "  " || 
"%{pythons}" == "   " || "%{pythons}" == "    "
+# Exclude for local osc build: unresolvable
+%define python_module() empty-python-buildset
+# Exclude for obs server
+ExclusiveArch:  do-not-build
+%endif
+%endif
 %else
-%define python_module() no-build-without-multibuild-flavor
-# no non-primary python in <=15.4
+# 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"
@@ -44,7 +54,6 @@
 %else
 %bcond_with test
 %endif
-%{?!python_module:%define python_module() python3-%{**}}
 Name:           %{pprefix}-pyparsing%{?psuffix}
 Version:        3.0.9
 Release:        0

Reply via email to