Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-sybil for openSUSE:Factory 
checked in at 2026-03-04 21:02:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sybil (Old)
 and      /work/SRC/openSUSE:Factory/.python-sybil.new.561 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sybil"

Wed Mar  4 21:02:49 2026 rev:23 rq:1335845 version:9.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sybil/python-sybil.changes        
2026-01-28 15:07:27.206766624 +0100
+++ /work/SRC/openSUSE:Factory/.python-sybil.new.561/python-sybil.changes       
2026-03-04 21:03:22.015844556 +0100
@@ -1,0 +2,5 @@
+Wed Feb 25 10:07:19 UTC 2026 - Markéta Machová <[email protected]>
+
+- Fix the condition with suse_version macro on SLFO (jsc#PED-15847)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-sybil.spec ++++++
--- /var/tmp/diff_new_pack.EOu11d/_old  2026-03-04 21:03:22.575867704 +0100
+++ /var/tmp/diff_new_pack.EOu11d/_new  2026-03-04 21:03:22.575867704 +0100
@@ -44,7 +44,7 @@
 %if 0%{?sle_version} && 0%{?sle_version} <= 150400
 BuildRequires:  %{python_module dataclasses}
 %endif
-%if 0%{suse_version} > 1600
+%if 0%{suse_version} >= 1699
 BuildRequires:  %{python_module seedir}
 %endif
 %endif
@@ -63,7 +63,7 @@
 %autosetup -p1 -n sybil-%{version}
 sed -i '/pytest-cov/ d'  setup.py
 
-%if 0%{suse_version} <= 1600
+%if 0%{suse_version} < 1699
 # Remove seedir dependency for SLFO
 sed -i '/import seedir/d' tests/helpers.py
 %endif
@@ -80,7 +80,7 @@
 %check
 %if %{with test}
 
-%if 0%{suse_version} <= 1600
+%if 0%{suse_version} < 1699
 # Remove seedir build dependency
 test_flags="--ignore docs/patterns.rst"
 %endif

Reply via email to