Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-physt for openSUSE:Factory checked in at 2024-07-08 19:08:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-physt (Old) and /work/SRC/openSUSE:Factory/.python-physt.new.2080 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-physt" Mon Jul 8 19:08:35 2024 rev:7 rq:1186065 version:0.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-physt/python-physt.changes 2024-03-06 23:05:14.954874970 +0100 +++ /work/SRC/openSUSE:Factory/.python-physt.new.2080/python-physt.changes 2024-07-08 19:08:53.996143736 +0200 @@ -1,0 +2,5 @@ +Mon Jul 8 04:37:02 UTC 2024 - Steve Kowalik <steven.kowa...@suse.com> + +- Add upper bound on numpy of < 2. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-physt.spec ++++++ --- /var/tmp/diff_new_pack.2uWO4W/_old 2024-07-08 19:08:54.536163486 +0200 +++ /var/tmp/diff_new_pack.2uWO4W/_new 2024-07-08 19:08:54.540163632 +0200 @@ -29,9 +29,9 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-numpy >= 1.20 Requires: python-packaging Requires: python-typing-extensions +Requires: (python-numpy >= 1.20 with python-numpy < 2) Recommends: python-dask Recommends: python-folium Recommends: python-matplotlib @@ -42,8 +42,9 @@ Recommends: python-xarray BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module numpy >= 1.20} +BuildRequires: %{python_module dask-array} BuildRequires: %{python_module matplotlib} +BuildRequires: %{python_module numpy >= 1.20 with %python-numpy < 2} BuildRequires: %{python_module packaging} BuildRequires: %{python_module pandas} BuildRequires: %{python_module plotly if %python-base >= 3.10}