Accepting request 1228309 from home:bnavigator:branches:devel:languages:python:numeric

- Update to 2.10.2
  * Better support for CPUs that do not have a power of 2 number of
    cores.  See #479 and #490.  Thanks to @avalentino.
  * Allow numexpr to run with the multithreading package in Python.
    See PR #496.  Thanks to @emmaai
  * Wheels for Python 3.13 are now provided.
- Drop fix-test-max-threads-unset.patch

OBS-URL: https://build.opensuse.org/request/show/1228309
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numexpr?expand=0&rev=43
This commit is contained in:
2024-12-04 13:13:33 +00:00
committed by Git OBS Bridge
parent 748c0a6b1a
commit 1b3671fe18
5 changed files with 15 additions and 19 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-numexpr
Version: 2.10.1
Version: 2.10.2
Release: 0
Summary: Numerical expression evaluator for NumPy
License: MIT
@@ -26,8 +26,6 @@ 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}
# PATCH-FIX-UPSTREAM: fix-test-max-threads-unset.patch gh#pydata/numexpr#491
Patch0: fix-test-max-threads-unset.patch
BuildRequires: %{python_module numpy-devel >= 1.23}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}