Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-semantic_version for
openSUSE:Factory checked in at 2026-03-01 22:13:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-semantic_version (Old)
and /work/SRC/openSUSE:Factory/.python-semantic_version.new.29461 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-semantic_version"
Sun Mar 1 22:13:38 2026 rev:15 rq:1335233 version:2.10.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-semantic_version/python-semantic_version.changes
2025-06-17 18:20:35.054219113 +0200
+++
/work/SRC/openSUSE:Factory/.python-semantic_version.new.29461/python-semantic_version.changes
2026-03-01 22:13:40.555130250 +0100
@@ -1,0 +2,6 @@
+Wed Feb 25 10:29:07 UTC 2026 - Markéta Machová <[email protected]>
+
+- Fix the condition with suse_version macro on SLFO (jsc#PED-15844)
+ * there is Django in Leap 16, so enable the condition there
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-semantic_version.spec ++++++
--- /var/tmp/diff_new_pack.slVEUi/_old 2026-03-01 22:13:41.403165103 +0100
+++ /var/tmp/diff_new_pack.slVEUi/_new 2026-03-01 22:13:41.403165103 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-semantic_version
#
-# Copyright (c) 2025 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
@@ -16,7 +16,7 @@
#
-%if 0%{?suse_version} == 1600 || 0%{?suse_version} <= 1550
+%if 0%{?suse_version} >= 1600 && 0%{?is_opensuse} == 0
# No django in SLFO:Main
%bcond_with django
%else