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 2023-01-29 14:10:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flit-core (Old)
and /work/SRC/openSUSE:Factory/.python-flit-core.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flit-core"
Sun Jan 29 14:10:00 2023 rev:13 rq:1061579 version:3.8.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-flit-core/python-flit-core.changes
2022-11-09 12:56:01.791872477 +0100
+++
/work/SRC/openSUSE:Factory/.python-flit-core.new.32243/python-flit-core.changes
2023-01-29 14:14:54.400430847 +0100
@@ -1,0 +2,6 @@
+Fri Jan 27 15:43:53 UTC 2023 - Antonio Larrosa <[email protected]>
+
+- Exclude the regular build in SLE15 SP5 as in SP4 instead of
+ leaving it as unresolvable
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-flit-core.spec ++++++
--- /var/tmp/diff_new_pack.gnuidp/_old 2023-01-29 14:14:54.744432719 +0100
+++ /var/tmp/diff_new_pack.gnuidp/_new 2023-01-29 14:14:54.748432740 +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
@@ -29,12 +29,12 @@
%if "%{flavor}" == ""
# The rest is in Ring1
%define pprefix python
-%if 0%{?suse_version} >= 1550 || 0%{?sle_version} == 150500
+%if 0%{?suse_version} >= 1550
BuildRequires: python3-base >= 3.6
%{expand:%%define skip_%{primary_python} 1}
%else
%define python_module() no-build-without-multibuild-flavor
-# no non-primary python in <=15.4
+# no non-primary python in <=15.5
ExclusiveArch: do-not-build
%endif
%endif