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 2023-05-30 22:02:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sparse (Old)
 and      /work/SRC/openSUSE:Factory/.python-sparse.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sparse"

Tue May 30 22:02:49 2023 rev:13 rq:1089730 version:0.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sparse/python-sparse.changes      
2023-03-27 18:15:43.326929892 +0200
+++ /work/SRC/openSUSE:Factory/.python-sparse.new.1533/python-sparse.changes    
2023-05-30 22:03:04.251232524 +0200
@@ -1,0 +2,6 @@
+Mon May 29 16:44:57 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Unskip python311: numby 0.57 is released
+- Skip test_tensordot: gh#pydata/sparse#594
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-sparse.spec ++++++
--- /var/tmp/diff_new_pack.USgqvO/_old  2023-05-30 22:03:04.711235235 +0200
+++ /var/tmp/diff_new_pack.USgqvO/_new  2023-05-30 22:03:04.715235259 +0200
@@ -16,8 +16,6 @@
 #
 
 
-# no python311-numba yet
-%define skip_python311 1
 Name:           python-sparse
 Version:        0.14.0
 Release:        0
@@ -66,9 +64,11 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+# https://github.com/pydata/sparse/issues/594
+donttest="test_tensordot"
 # 32bit fails in half of the test suite because the tests try to convert to 
64bit types
 if [ $(getconf LONG_BIT) -eq 64 ]; then
-%pytest
+%pytest -k "not ($donttest)"
 fi
 
 %files %{python_files}

Reply via email to