Accepting request 952000 from home:apersaud:branches:devel:languages:python:numeric

update to latest version

OBS-URL: https://build.opensuse.org/request/show/952000
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numexpr?expand=0&rev=18
This commit is contained in:
2022-02-07 09:26:40 +00:00
committed by Git OBS Bridge
parent afc789189f
commit 2c584fcf60
4 changed files with 27 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Feb 7 03:27:38 UTC 2022 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
* skip build for python2
- update to version 2.8.1:
* Fixed dependency list.
* Added "pyproject.toml" and modernize the "setup.py" script. Thanks
to Antonio Valentino for the PR.
- changes from version 2.8.0:
* Wheels for Python 3.10 are now provided.
* Support for Python 2.7 and 3.5 has been discontinued.
* All residual support for Python 2.X syntax has been removed, and
therefore the setup build no longer makes calls to the `2to3`
script. The `setup.py` has been refactored to be more modern.
* The examples on how to link into Intel VML/MKL/oneAPI now use the
dynamic library.
-------------------------------------------------------------------
Fri Mar 12 20:28:19 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-numexpr
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python2 1
%global skip_python36 1
Name: python-numexpr
Version: 2.7.3
Version: 2.8.1
Release: 0
Summary: Numerical expression evaluator for NumPy
License: MIT