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-01-25 17:36:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sparse (Old) and /work/SRC/openSUSE:Factory/.python-sparse.new.1938 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sparse" Tue Jan 25 17:36:02 2022 rev:9 rq:948904 version:0.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sparse/python-sparse.changes 2021-09-22 22:13:45.848363270 +0200 +++ /work/SRC/openSUSE:Factory/.python-sparse.new.1938/python-sparse.changes 2022-01-25 17:37:31.161735454 +0100 @@ -1,0 +2,5 @@ +Mon Jan 24 16:35:40 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Don't test optional dask for python310: not supported yet + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sparse.spec ++++++ --- /var/tmp/diff_new_pack.5VtVbA/_old 2022-01-25 17:37:31.569732644 +0100 +++ /var/tmp/diff_new_pack.5VtVbA/_new 2022-01-25 17:37:31.573732616 +0100 @@ -18,7 +18,6 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 -%define skip_python36 1 Name: python-sparse Version: 0.13.0 Release: 0 @@ -30,7 +29,7 @@ BuildRequires: %{python_module pathlib} BuildRequires: %{python_module setuptools} # SECTION test requirements -BuildRequires: %{python_module dask-array} +BuildRequires: %{python_module dask-array if %python-base < 3.10} BuildRequires: %{python_module numba >= 0.49} BuildRequires: %{python_module numpy >= 1.17} BuildRequires: %{python_module pytest} @@ -65,7 +64,9 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# dask is not available for python310 yet +python310_flags="--ignore sparse/tests/test_dask_interop.py" +%pytest ${$python_flags} %files %{python_files} %doc README.rst docs/*.rst