Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-flit-core for
openSUSE:Factory checked in at 2026-02-11 18:47:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flit-core (Old)
and /work/SRC/openSUSE:Factory/.python-flit-core.new.1670 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flit-core"
Wed Feb 11 18:47:02 2026 rev:23 rq:1331997 version:3.12.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-flit-core/python-flit-core.changes
2026-02-05 17:58:06.453837052 +0100
+++
/work/SRC/openSUSE:Factory/.python-flit-core.new.1670/python-flit-core.changes
2026-02-11 18:47:04.568914090 +0100
@@ -1,0 +2,6 @@
+Mon Feb 9 11:04:15 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-flit-core.spec ++++++
--- /var/tmp/diff_new_pack.4A0CUA/_old 2026-02-11 18:47:05.088935928 +0100
+++ /var/tmp/diff_new_pack.4A0CUA/_new 2026-02-11 18:47:05.092936096 +0100
@@ -19,7 +19,7 @@
%define modname flit-core
%global flavor @BUILD_FLAVOR@%{nil}
%define plainpython python
-%if 0%{?suse_version} >= 1550
+%if 0%{?suse_version} >= 1600
# The primary python flavor is built in Factory Ring0
%if "%{flavor}" == "primary"
%define pprefix %{primary_python}
@@ -49,6 +49,9 @@
%bcond_with test
%endif
+%if "%{flavor}" == ""
+%{?pythons_for_pypi}
+%endif
%{?sle15_python_module_pythons}
%if "%{flavor}" == "" && "%{shrink:%{pythons}}" == ""