Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sunpy for openSUSE:Factory checked in at 2023-03-25 18:55:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sunpy (Old) and /work/SRC/openSUSE:Factory/.python-sunpy.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sunpy" Sat Mar 25 18:55:30 2023 rev:21 rq:1074165 version:4.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sunpy/python-sunpy.changes 2023-02-28 12:48:59.764618395 +0100 +++ /work/SRC/openSUSE:Factory/.python-sunpy.new.31432/python-sunpy.changes 2023-03-25 18:55:43.394778994 +0100 @@ -1,0 +2,5 @@ +Thu Mar 23 06:53:31 UTC 2023 - Ben Greiner <[email protected]> + +- Don't test with dask for python311: No numba yet + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sunpy.spec ++++++ --- /var/tmp/diff_new_pack.AYTbcD/_old 2023-03-25 18:55:44.306783761 +0100 +++ /var/tmp/diff_new_pack.AYTbcD/_new 2023-03-25 18:55:44.310783782 +0100 @@ -91,7 +91,8 @@ BuildRequires: %{python_module asdf-astropy >= 0.1.1} BuildRequires: %{python_module beautifulsoup4 >= 4.0.0} BuildRequires: %{python_module cdflib >= 0.3.19} -BuildRequires: %{python_module dask-array} +# no numba, no dask for Py 3.11 yet +BuildRequires: %{python_module dask-array if %python-base < 3.11} BuildRequires: %{python_module drms >= 0.6.1} BuildRequires: %{python_module extension-helpers} BuildRequires: %{python_module h5netcdf} @@ -147,6 +148,8 @@ } # fails because it does not find any opencv-python dist metadata (even for python3-opencv installed) donttest="test_self_test" +# no dask, numba for python 3.11 +python311_donttest="$python311_donttest or test_find_dependencies" %pytest_arch --pyargs sunpy -ra -n auto -k "not ($donttest ${$python_donttest})" popd
