From a232fae7f7adaf3d8aa0788a38625aa3d419fb638e1d5c37e35a9f86d5642b9c Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 27 Aug 2025 04:11:40 +0000 Subject: [PATCH] - Update to 2.11.0: * Initial support for free-threaded Python 3.13t has been added. * Fix imaginary evaluation in the form of 1.1e1j. * The test suite has been modernized to use pytest instead of unittest. * Python 3.10 is now the minimum supported version. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numexpr?expand=0&rev=45 --- numexpr-2.10.2.tar.gz | 3 --- numexpr-2.11.0.tar.gz | 3 +++ python-numexpr.changes | 9 +++++++++ python-numexpr.spec | 11 +++++------ 4 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 numexpr-2.10.2.tar.gz create mode 100644 numexpr-2.11.0.tar.gz diff --git a/numexpr-2.10.2.tar.gz b/numexpr-2.10.2.tar.gz deleted file mode 100644 index d975604..0000000 --- a/numexpr-2.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0aff6b48ebc99d2f54f27b5f73a58cb92fde650aeff1b397c71c8788b4fff1a -size 106787 diff --git a/numexpr-2.11.0.tar.gz b/numexpr-2.11.0.tar.gz new file mode 100644 index 0000000..04b5c5d --- /dev/null +++ b/numexpr-2.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b2c01a4eda2e7c357bc67a3f5c3dd76506c15b5fd4dc42845ef2e182181bad +size 108960 diff --git a/python-numexpr.changes b/python-numexpr.changes index 28d3725..6e6ca78 100644 --- a/python-numexpr.changes +++ b/python-numexpr.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Aug 27 04:10:48 UTC 2025 - Steve Kowalik + +- Update to 2.11.0: + * Initial support for free-threaded Python 3.13t has been added. + * Fix imaginary evaluation in the form of 1.1e1j. + * The test suite has been modernized to use pytest instead of unittest. + * Python 3.10 is now the minimum supported version. + ------------------------------------------------------------------- Wed Dec 4 10:38:19 UTC 2024 - Ben Greiner diff --git a/python-numexpr.spec b/python-numexpr.spec index 211537b..ea5298a 100644 --- a/python-numexpr.spec +++ b/python-numexpr.spec @@ -1,7 +1,7 @@ # # spec file for package python-numexpr # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,22 +18,21 @@ %{?sle15_python_module_pythons} Name: python-numexpr -Version: 2.10.2 +Version: 2.11.0 Release: 0 Summary: Numerical expression evaluator for NumPy License: MIT -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.23} +BuildRequires: %{python_module devel >= 3.10} +BuildRequires: %{python_module numpy-devel >= 2.0} 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.23 +Requires: python-numpy >= 2.0 %python_subpackages %description