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 2022-07-15 13:52:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sparse (Old)
 and      /work/SRC/openSUSE:Factory/.python-sparse.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sparse"

Fri Jul 15 13:52:47 2022 rev:10 rq:989321 version:0.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sparse/python-sparse.changes      
2022-01-25 17:37:31.161735454 +0100
+++ /work/SRC/openSUSE:Factory/.python-sparse.new.1523/python-sparse.changes    
2022-07-15 13:53:00.835573810 +0200
@@ -1,0 +2,6 @@
+Thu Jul 14 17:53:01 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- remove stray ancient pathlib requirement
+- Dask supports Python 3.10 now: reenable tests
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-sparse.spec ++++++
--- /var/tmp/diff_new_pack.6M1es2/_old  2022-07-15 13:53:01.211573931 +0200
+++ /var/tmp/diff_new_pack.6M1es2/_new  2022-07-15 13:53:01.211573931 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sparse
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # 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 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
 %define         skip_python2 1
 Name:           python-sparse
 Version:        0.13.0
@@ -26,10 +26,9 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/pydata/sparse
 Source:         
https://files.pythonhosted.org/packages/source/s/sparse/sparse-%{version}.tar.gz
-BuildRequires:  %{python_module pathlib}
 BuildRequires:  %{python_module setuptools}
 # SECTION test requirements
-BuildRequires:  %{python_module dask-array if %python-base < 3.10}
+BuildRequires:  %{python_module dask-array}
 BuildRequires:  %{python_module numba >= 0.49}
 BuildRequires:  %{python_module numpy >= 1.17}
 BuildRequires:  %{python_module pytest}
@@ -64,9 +63,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# dask is not available for python310 yet
-python310_flags="--ignore sparse/tests/test_dask_interop.py"
-%pytest ${$python_flags}
+%pytest
 
 %files %{python_files}
 %doc README.rst docs/*.rst

Reply via email to