Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-autoray for openSUSE:Factory checked in at 2022-01-26 21:26:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-autoray (Old) and /work/SRC/openSUSE:Factory/.python-autoray.new.1938 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-autoray" Wed Jan 26 21:26:54 2022 rev:3 rq:949135 version:0.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-autoray/python-autoray.changes 2021-02-19 23:45:46.747393616 +0100 +++ /work/SRC/openSUSE:Factory/.python-autoray.new.1938/python-autoray.changes 2022-01-26 21:27:30.541775404 +0100 @@ -1,0 +2,6 @@ +Mon Jan 24 16:30:37 UTC 2022 - Benjamin Greiner <[email protected]> + +- SciPy and dask are optional +- Don't test dask with python310: not supported yet + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-autoray.spec ++++++ --- /var/tmp/diff_new_pack.5kc0lj/_old 2022-01-26 21:27:30.917772811 +0100 +++ /var/tmp/diff_new_pack.5kc0lj/_new 2022-01-26 21:27:30.921772783 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-autoray # -# 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 @@ -18,8 +18,7 @@ %define packagename autoray %define skip_python2 1 -%define skip_python36 1 -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} Name: python-autoray Version: 0.2.5 Release: 0 @@ -27,16 +26,16 @@ License: Apache-2.0 URL: https://github.com/jcmgray/autoray Source: https://github.com/jcmgray/autoray/archive/%{version}.tar.gz#/autoray-%{version}.tar.gz -BuildRequires: %{python_module dask-array} +BuildRequires: %{python_module dask-array if %python-base < 3.10} BuildRequires: %{python_module numpy} BuildRequires: %{python_module pytest} BuildRequires: %{python_module scipy} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-dask-array Requires: python-numpy -Requires: python-scipy +Recommends: python-dask-array +Recommends: python-scipy BuildArch: noarch %python_subpackages @@ -55,12 +54,14 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# flaky test (failed 2 out of 6 times on x86_64 during preparation for submit) +donttest="(test_linalg_solve and float32-numpy)" +%pytest -k "not ($donttest)" %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/%{packagename}-*.egg-info +%{python_sitelib}/%{packagename}-%{version}*-info %{python_sitelib}/%{packagename} %changelog
