Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-sparse for openSUSE:Factory 
checked in at 2026-06-18 21:37:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sparse (Old)
 and      /work/SRC/openSUSE:Factory/.python-sparse.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sparse"

Thu Jun 18 21:37:50 2026 rev:23 rq:1360293 version:0.18.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sparse/python-sparse.changes      
2026-03-06 18:22:25.085689171 +0100
+++ /work/SRC/openSUSE:Factory/.python-sparse.new.1981/python-sparse.changes    
2026-06-18 21:38:55.855863370 +0200
@@ -1,0 +2,5 @@
+Thu Jun 18 16:46:26 UTC 2026 - Ben Greiner <[email protected]>
+
+- Don't test dask-array on python311: No longer available, SPEC 0
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-sparse.spec ++++++
--- /var/tmp/diff_new_pack.OgEY21/_old  2026-06-18 21:38:56.511890747 +0200
+++ /var/tmp/diff_new_pack.OgEY21/_new  2026-06-18 21:38:56.515890914 +0200
@@ -47,7 +47,7 @@
 Requires:       python-numpy >= 1.17
 Requires:       python-scipy >= 0.19
 %if %{with test}
-BuildRequires:  %{python_module dask-array}
+BuildRequires:  %{python_module dask-array if %python-base >= 3.12}
 BuildRequires:  %{python_module pytest-xdist}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module sparse = %{version}}
@@ -82,7 +82,9 @@
 
 %if %{with test}
 %check
-%pytest -n auto
+# No more dask in python311 (SPEC 0)
+python311_ignore="--ignore sparse/numba_backend/tests/test_dask_interop.py"
+%pytest -n auto ${$python_ignore}
 %endif
 
 %if !%{with test}

Reply via email to