Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-tables for openSUSE:Factory checked in at 2024-04-21 20:26:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tables (Old) and /work/SRC/openSUSE:Factory/.python-tables.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tables" Sun Apr 21 20:26:22 2024 rev:27 rq:1169290 version:3.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tables/python-tables.changes 2024-02-23 16:47:51.112824785 +0100 +++ /work/SRC/openSUSE:Factory/.python-tables.new.26366/python-tables.changes 2024-04-21 20:27:32.342489286 +0200 @@ -1,0 +2,6 @@ +Fri Apr 19 12:01:41 UTC 2024 - Ben Greiner <c...@bnavigator.de> + +- Pin to numpy < 2: gh#PyTables/PyTables#1083 +- Clean obsolete python39 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tables.spec ++++++ --- /var/tmp/diff_new_pack.5FJKzk/_old 2024-04-21 20:27:33.954548437 +0200 +++ /var/tmp/diff_new_pack.5FJKzk/_new 2024-04-21 20:27:33.954548437 +0200 @@ -24,9 +24,6 @@ %else %define psuffix -%{flavor} %bcond_without test -%if "%{flavor}" != "test-py39" -%define skip_python39 1 -%endif %if "%{flavor}" != "test-py310" %define skip_python310 1 %endif @@ -56,7 +53,8 @@ BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} BuildRequires: %{python_module numexpr >= 2.6.2} -BuildRequires: %{python_module numpy-devel >= 1.19} +# See gh#PyTables/PyTables#1083 +BuildRequires: %{python_module numpy-devel >= 1.19 with %python-numpy-devel < 2} BuildRequires: %{python_module packaging} BuildRequires: %{python_module pip} BuildRequires: %{python_module py-cpuinfo} @@ -77,7 +75,8 @@ %endif Requires: python-Cython Requires: python-numexpr >= 2.6.2 -Requires: python-numpy >= 1.19 +# See gh#PyTables/PyTables#1083 +Requires: (python-numpy >= 1.19 with python-numpy < 2) Requires: python-packaging Requires: python-py-cpuinfo # boo#1196682 ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.5FJKzk/_old 2024-04-21 20:27:33.986549612 +0200 +++ /var/tmp/diff_new_pack.5FJKzk/_new 2024-04-21 20:27:33.990549758 +0200 @@ -1,5 +1,4 @@ <multibuild> - <package>test-py39</package> <package>test-py310</package> <package>test-py311</package> <package>test-py312</package>