From cab594d19aa34eee99237c21282b1af263bdf471480d0a4a13055c4e1a310f80 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Mar 2021 08:30:19 +0000 Subject: [PATCH] Accepting request 876605 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/876605 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numexpr?expand=0&rev=15 --- numexpr-2.7.2.tar.gz | 3 --- numexpr-2.7.3.tar.gz | 3 +++ python-numexpr.changes | 10 ++++++++++ python-numexpr.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 numexpr-2.7.2.tar.gz create mode 100644 numexpr-2.7.3.tar.gz diff --git a/numexpr-2.7.2.tar.gz b/numexpr-2.7.2.tar.gz deleted file mode 100644 index fdd8c17..0000000 --- a/numexpr-2.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4cf5082f3e4f256ba4033ba31d0b95cacc7619babd09d7b5fb56b3036c8923aa -size 97785 diff --git a/numexpr-2.7.3.tar.gz b/numexpr-2.7.3.tar.gz new file mode 100644 index 0000000..04ae981 --- /dev/null +++ b/numexpr-2.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43616529f9b7d1afc83386f943dc66c4da5e052f00217ba7e3ad8dd1b5f3a825 +size 97932 diff --git a/python-numexpr.changes b/python-numexpr.changes index 7ba7d34..bc9d42a 100644 --- a/python-numexpr.changes +++ b/python-numexpr.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Mar 3 19:08:44 UTC 2021 - Arun Persaud + +- update to version 2.7.3: + * Pinned Numpy versions to minimum supported version in an effort to + alleviate issues seen in Windows machines not having the same MSVC + runtime installed as was used to build the wheels. + * ARMv8 wheels are now available, thanks to odidev for the pull + request. + ------------------------------------------------------------------- Sat Jan 9 20:01:06 UTC 2021 - Arun Persaud diff --git a/python-numexpr.spec b/python-numexpr.spec index e39e018..7b5e19f 100644 --- a/python-numexpr.spec +++ b/python-numexpr.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-numexpr -Version: 2.7.2 +Version: 2.7.3 Release: 0 Summary: Numerical expression evaluator for NumPy License: MIT