- 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
This commit is contained in:
2024-02-06 09:33:30 +00:00
committed by Git OBS Bridge
parent aefd57f1e1
commit 437a0fad72
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e76ce4d25372f46170cf7eb1ff14ed5d9c69a0b162a405063cbe481bafe3af34
size 102950

3
numexpr-2.9.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f21d12f6c432ce349089eb95342babf6629aebb3fddf187a4492d3aadaadaaf0
size 103155

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Feb 6 09:32:12 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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