Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-sparse for openSUSE:Factory 
checked in at 2024-07-08 19:08:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sparse (Old)
 and      /work/SRC/openSUSE:Factory/.python-sparse.new.2080 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sparse"

Mon Jul  8 19:08:39 2024 rev:16 rq:1186068 version:0.15.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sparse/python-sparse.changes      
2024-06-07 15:06:02.245610241 +0200
+++ /work/SRC/openSUSE:Factory/.python-sparse.new.2080/python-sparse.changes    
2024-07-08 19:08:56.668241460 +0200
@@ -1,0 +2,5 @@
+Mon Jul  8 05:01:00 UTC 2024 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Limit numpy to < 2. 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-sparse.spec ++++++
--- /var/tmp/diff_new_pack.M8aCUO/_old  2024-07-08 19:08:57.748280959 +0200
+++ /var/tmp/diff_new_pack.M8aCUO/_new  2024-07-08 19:08:57.752281105 +0200
@@ -22,7 +22,6 @@
 Release:        0
 Summary:        Sparse n-dimensional arrays for Python
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
 URL:            https://github.com/pydata/sparse
 Source:         
https://files.pythonhosted.org/packages/source/s/sparse/sparse-%{version}.tar.gz
 BuildRequires:  %{python_module base >= 3.8}
@@ -33,15 +32,15 @@
 # SECTION test requirements
 BuildRequires:  %{python_module dask-array}
 BuildRequires:  %{python_module numba >= 0.49}
-BuildRequires:  %{python_module numpy >= 1.17}
+BuildRequires:  %{python_module numpy >= 1.17 with %python-numpy < 2}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module scipy >= 0.19}
 # /SECTION
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-numba >= 0.49
-Requires:       python-numpy >= 1.17
 Requires:       python-scipy >= 0.19
+Requires:       (python-numpy >= 1.17 with python-numpy < 2)
 BuildArch:      noarch
 
 %python_subpackages

Reply via email to