From 96b7dd75b0af431bd5843f4aa91bdd866868f11dfb8ef99a7218ddfcf5552429 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 7 Feb 2022 09:26:40 +0000 Subject: [PATCH] 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 --- numexpr-2.7.3.tar.gz | 3 --- numexpr-2.8.1.tar.gz | 3 +++ python-numexpr.changes | 21 +++++++++++++++++++++ python-numexpr.spec | 5 +++-- 4 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 numexpr-2.7.3.tar.gz create mode 100644 numexpr-2.8.1.tar.gz diff --git a/numexpr-2.7.3.tar.gz b/numexpr-2.7.3.tar.gz deleted file mode 100644 index 04ae981..0000000 --- a/numexpr-2.7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43616529f9b7d1afc83386f943dc66c4da5e052f00217ba7e3ad8dd1b5f3a825 -size 97932 diff --git a/numexpr-2.8.1.tar.gz b/numexpr-2.8.1.tar.gz new file mode 100644 index 0000000..68f0c62 --- /dev/null +++ b/numexpr-2.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd779aa44dd986c4ef10163519239602b027be06a527946656207acf1f58113b +size 94824 diff --git a/python-numexpr.changes b/python-numexpr.changes index 4491cb7..ae25e03 100644 --- a/python-numexpr.changes +++ b/python-numexpr.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Feb 7 03:27:38 UTC 2022 - Arun Persaud + +- 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 diff --git a/python-numexpr.spec b/python-numexpr.spec index 1b2a3c5..5624e94 100644 --- a/python-numexpr.spec +++ b/python-numexpr.spec @@ -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