From b2873064e5f90800954b7dea0fcbdb9e0daae5e37d22f4188f78a374c65c6e4c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 6 Feb 2024 09:33:30 +0000 Subject: [PATCH 1/2] - update to 2.9.0: * Support for PyPy (see PRs #467 and #740). The full test suite should pass now, at least for the 3.10 version. providing help and additional fixes. * Fixed more sanitizer issues (see PR #469). * Modernized the test suite to avoid some warnings. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numexpr?expand=0&rev=33 --- numexpr-2.8.8.tar.gz | 3 --- numexpr-2.9.0.tar.gz | 3 +++ python-numexpr.changes | 10 ++++++++++ python-numexpr.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 numexpr-2.8.8.tar.gz create mode 100644 numexpr-2.9.0.tar.gz diff --git a/numexpr-2.8.8.tar.gz b/numexpr-2.8.8.tar.gz deleted file mode 100644 index 9498c43..0000000 --- a/numexpr-2.8.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e76ce4d25372f46170cf7eb1ff14ed5d9c69a0b162a405063cbe481bafe3af34 -size 102950 diff --git a/numexpr-2.9.0.tar.gz b/numexpr-2.9.0.tar.gz new file mode 100644 index 0000000..ed610cf --- /dev/null +++ b/numexpr-2.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f21d12f6c432ce349089eb95342babf6629aebb3fddf187a4492d3aadaadaaf0 +size 103155 diff --git a/python-numexpr.changes b/python-numexpr.changes index 4f03929..a358f39 100644 --- a/python-numexpr.changes +++ b/python-numexpr.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Feb 6 09:32:12 UTC 2024 - Dirk Müller + +- update to 2.9.0: + * Support for PyPy (see PRs #467 and #740). The full test suite + should pass now, at least for the 3.10 version. + providing help and additional fixes. + * Fixed more sanitizer issues (see PR #469). + * Modernized the test suite to avoid some warnings. + ------------------------------------------------------------------- Mon Dec 18 09:23:43 UTC 2023 - Dirk Müller diff --git a/python-numexpr.spec b/python-numexpr.spec index f38bda6..18edf01 100644 --- a/python-numexpr.spec +++ b/python-numexpr.spec @@ -1,7 +1,7 @@ # # spec file for package python-numexpr # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-numexpr -Version: 2.8.8 +Version: 2.9.0 Release: 0 Summary: Numerical expression evaluator for NumPy License: MIT From 94739bfeda862ea9ea4f867fed55da30d0ead281257a5b9b02c0b9421354ef06 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 6 Feb 2024 09:35:09 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numexpr?expand=0&rev=34 --- python-numexpr.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-numexpr.spec b/python-numexpr.spec index 18edf01..217e86a 100644 --- a/python-numexpr.spec +++ b/python-numexpr.spec @@ -28,6 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/n/numexpr/numexpr BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module numpy-devel >= 1.13.3} BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: gcc-c++