Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-executing for
openSUSE:Factory checked in at 2026-06-04 18:51:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-executing (Old)
and /work/SRC/openSUSE:Factory/.python-executing.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-executing"
Thu Jun 4 18:51:43 2026 rev:18 rq:1356947 version:2.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-executing/python-executing.changes
2026-03-01 22:13:48.855471382 +0100
+++
/work/SRC/openSUSE:Factory/.python-executing.new.2375/python-executing.changes
2026-06-04 18:51:54.098901096 +0200
@@ -1,0 +2,5 @@
+Wed Jun 3 11:28:39 UTC 2026 - Daniel Garcia <[email protected]>
+
+- Fix the condition with suse_version macro on SLFO for tests (jsc#PED-15846)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-executing.spec ++++++
--- /var/tmp/diff_new_pack.eDWXdi/_old 2026-06-04 18:51:55.394954555 +0200
+++ /var/tmp/diff_new_pack.eDWXdi/_new 2026-06-04 18:51:55.394954555 +0200
@@ -72,7 +72,7 @@
%if %{with test}
# Don't have ipython build requirement in Leap
-%if 0%{?suse_version} <= 1600
+%if 0%{?suse_version} < 1699
%pytest -k "not test_ipython"
%else
%pytest