Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyenchant for
openSUSE:Factory checked in at 2026-02-27 17:03:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyenchant (Old)
and /work/SRC/openSUSE:Factory/.python-pyenchant.new.29461 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyenchant"
Fri Feb 27 17:03:03 2026 rev:25 rq:1335117 version:3.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyenchant/python-pyenchant.changes
2025-11-25 15:51:12.334331368 +0100
+++
/work/SRC/openSUSE:Factory/.python-pyenchant.new.29461/python-pyenchant.changes
2026-02-27 17:07:34.366302549 +0100
@@ -1,0 +2,5 @@
+Wed Feb 25 13:55:01 UTC 2026 - Markéta Machová <[email protected]>
+
+- Fix the condition with suse_version macro on SLFO (jsc#PED-15842)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyenchant.spec ++++++
--- /var/tmp/diff_new_pack.LkeLyg/_old 2026-02-27 17:07:34.874323604 +0100
+++ /var/tmp/diff_new_pack.LkeLyg/_new 2026-02-27 17:07:34.874323604 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pyenchant
#
-# 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
@@ -67,7 +67,7 @@
export LANG=en_US.UTF-8
%python_exec -c 'import enchant; print(vars(enchant.Dict()))'
ignore=""
-%if 0%{suse_version} == 1600
+%if 0%{suse_version} >= 1600 && 0%{suse_version} < 1699
# test_can_use_multiprocessing fails to build in OBS for ALP,
# bsc#1221034
ignore="--ignore tests/test_multiprocessing.py"