Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pypet for openSUSE:Factory checked in at 2024-07-08 19:08:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pypet (Old) and /work/SRC/openSUSE:Factory/.python-pypet.new.2080 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pypet" Mon Jul 8 19:08:37 2024 rev:10 rq:1186066 version:0.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pypet/python-pypet.changes 2024-03-07 22:02:59.152024159 +0100 +++ /work/SRC/openSUSE:Factory/.python-pypet.new.2080/python-pypet.changes 2024-07-08 19:08:54.860175336 +0200 @@ -1,0 +2,5 @@ +Mon Jul 8 04:38:44 UTC 2024 - Steve Kowalik <steven.kowa...@suse.com> + +- Pin numpy's upper bound to < 2, due to python-tables. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pypet.spec ++++++ --- /var/tmp/diff_new_pack.IKbA5Z/_old 2024-07-08 19:08:55.576201522 +0200 +++ /var/tmp/diff_new_pack.IKbA5Z/_new 2024-07-08 19:08:55.576201522 +0200 @@ -40,15 +40,16 @@ BuildRequires: python-rpm-macros %if %{with test} BuildRequires: %{python_module dill} -BuildRequires: %{python_module numpy >= 1.6.1} +# Due to tables +BuildRequires: %{python_module numpy >= 1.6.1 with %python-numpy < 2} BuildRequires: %{python_module pandas >= 0.15.0} BuildRequires: %{python_module scipy >= 0.9.0} BuildRequires: %{python_module tables >= 3.1.1} %endif -Requires: python-numpy >= 1.6.1 -Requires: python-pandas >= 0.15.0 +Requires: python-pandas >= 0.150 Requires: python-scipy >= 0.9.0 Requires: python-tables >= 3.1.1 +Requires: (python-numpy >= 1.6.1 with python-numpy < 2) Recommends: python-GitPython >= 0.2.1 Recommends: python-Sumatra >= 0.7.1 Recommends: python-dill >= 0.2.1