diff --git a/numexpr-2.10.0.tar.gz b/numexpr-2.10.0.tar.gz new file mode 100644 index 0000000..26cf30d --- /dev/null +++ b/numexpr-2.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89e930752639df040539160326d8f99a84159bbea41943ab8e960591edaaef0 +size 103563 diff --git a/numexpr-2.9.0.tar.gz b/numexpr-2.9.0.tar.gz deleted file mode 100644 index ed610cf..0000000 --- a/numexpr-2.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f21d12f6c432ce349089eb95342babf6629aebb3fddf187a4492d3aadaadaaf0 -size 103155 diff --git a/python-numexpr.changes b/python-numexpr.changes index a358f39..63f169a 100644 --- a/python-numexpr.changes +++ b/python-numexpr.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Apr 19 11:57:33 UTC 2024 - Ben Greiner + +- Update to 2.10.0 + * Support for NumPy 2.0.0. This is still experimental, so please + report any issues you find. Thanks to Clément Robert and Thomas + Caswell for the work. + * Avoid erroring when OMP_NUM_THREADS is empty string. Thanks to + Patrick Hoefler. + * Do not warn if OMP_NUM_THREAD set. + ------------------------------------------------------------------- Tue Feb 6 09:32:12 UTC 2024 - Dirk Müller diff --git a/python-numexpr.spec b/python-numexpr.spec index 217e86a..a23fb30 100644 --- a/python-numexpr.spec +++ b/python-numexpr.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-numexpr -Version: 2.9.0 +Version: 2.10.0 Release: 0 Summary: Numerical expression evaluator for NumPy License: MIT @@ -26,14 +26,15 @@ Group: Development/Languages/Python URL: https://github.com/pydata/numexpr/ Source: https://files.pythonhosted.org/packages/source/n/numexpr/numexpr-%{version}.tar.gz BuildRequires: %{python_module devel >= 3.7} -BuildRequires: %{python_module numpy-devel >= 1.13.3} +# Until numpy 2 is in Factory, keep allowing to build with numpy 1.x. See comments in pyproject.toml for scipy and pandas +BuildRequires: %{python_module numpy-devel >= 1.19.3} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: python-rpm-macros -Requires: python-numpy >= 1.13.3 +Requires: python-numpy >= 1.19.3 %python_subpackages %description