Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-testfixtures for
openSUSE:Factory checked in at 2026-02-27 17:02:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-testfixtures (Old)
and /work/SRC/openSUSE:Factory/.python-testfixtures.new.29461 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-testfixtures"
Fri Feb 27 17:02:37 2026 rev:30 rq:1335026 version:8.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-testfixtures/python-testfixtures.changes
2024-10-02 21:32:41.548655410 +0200
+++
/work/SRC/openSUSE:Factory/.python-testfixtures.new.29461/python-testfixtures.changes
2026-02-27 17:04:52.719609995 +0100
@@ -1,0 +2,5 @@
+Wed Feb 25 09:39:04 UTC 2026 - Markéta Machová <[email protected]>
+
+- Fix the condition with suse_version macro on SLFO (jsc#PED-15848)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-testfixtures.spec ++++++
--- /var/tmp/diff_new_pack.Gz99ex/_old 2026-02-27 17:04:53.535643760 +0100
+++ /var/tmp/diff_new_pack.Gz99ex/_new 2026-02-27 17:04:53.535643760 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-testfixtures
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
%bcond_with test
%endif
-%if 0%{?suse_version} == 1600
+%if 0%{?suse_version} >= 1600 && 0%{?suse_version} < 1699
# No django in SLFO:Main
%bcond_with django
%else