Accepting request 878626 from devel:languages:python:numeric

- skip python3.6 build (no numpy) 

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

OBS-URL: https://build.opensuse.org/request/show/878626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2021-03-15 09:54:27 +00:00 committed by Git OBS Bridge
commit ed1b15118e
4 changed files with 20 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Mar 12 20:28:19 UTC 2021 - Dirk Müller <dmueller@suse.com>
- skip python3.6 build (no numpy)
-------------------------------------------------------------------
Wed Mar 3 19:08:44 UTC 2021 - Arun Persaud <arun@gmx.de>
- 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 <arun@gmx.de>

View File

@ -17,8 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python36 1
Name: python-numexpr
Version: 2.7.2
Version: 2.7.3
Release: 0
Summary: Numerical expression evaluator for NumPy
License: MIT