Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-quantities for openSUSE:Factory checked in at 2024-07-22 17:18:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-quantities (Old) and /work/SRC/openSUSE:Factory/.python-quantities.new.17339 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-quantities" Mon Jul 22 17:18:35 2024 rev:11 rq:1188925 version:0.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-quantities/python-quantities.changes 2024-01-21 23:10:31.242239248 +0100 +++ /work/SRC/openSUSE:Factory/.python-quantities.new.17339/python-quantities.changes 2024-07-22 17:20:18.530823262 +0200 @@ -1,0 +2,5 @@ +Mon Jul 22 04:41:11 UTC 2024 - Steve Kowalik <steven.kowa...@suse.com> + +- Restrict numpy to < 2, not quite supported yet. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-quantities.spec ++++++ --- /var/tmp/diff_new_pack.m7H07i/_old 2024-07-22 17:20:19.006842397 +0200 +++ /var/tmp/diff_new_pack.m7H07i/_new 2024-07-22 17:20:19.006842397 +0200 @@ -25,7 +25,7 @@ Source: https://files.pythonhosted.org/packages/source/q/quantities/quantities-%{version}.tar.gz Patch0: reproducible.patch BuildRequires: %{python_module base >= 3.7} -BuildRequires: %{python_module numpy >= 1.16} +BuildRequires: %{python_module numpy >= 1.16 with %python-numpy < 2} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools_scm} @@ -33,7 +33,7 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-numpy >= 1.16 +Requires: (python-numpy >= 1.16 with python-numpy < 2) BuildArch: noarch %python_subpackages @@ -59,6 +59,6 @@ %doc CHANGES.txt README.rst %license doc/user/license.rst %dir %{python_sitelib}/quantities -%{python_sitelib}/quantities/* -%{python_sitelib}/quantities-%{version}*-info +%{python_sitelib}/quantities +%{python_sitelib}/quantities-%{version}.dist-info