From 02d7b395cc9ade74c4fd0fd31815a350b80f5d042665cb14153e76e537a5e332 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 28 Sep 2017 10:34:50 +0000 Subject: [PATCH] Accepting request 528801 from devel:languages:python 1 OBS-URL: https://build.opensuse.org/request/show/528801 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=6 --- numexpr-2.6.2.tar.gz | 3 --- numexpr-2.6.4.tar.gz | 3 +++ python-numexpr.changes | 21 +++++++++++++++++++++ python-numexpr.spec | 10 +++++----- 4 files changed, 29 insertions(+), 8 deletions(-) delete mode 100644 numexpr-2.6.2.tar.gz create mode 100644 numexpr-2.6.4.tar.gz diff --git a/numexpr-2.6.2.tar.gz b/numexpr-2.6.2.tar.gz deleted file mode 100644 index 500f5af..0000000 --- a/numexpr-2.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ab8ff5c19e7f452966bf5a3220b845cf3244fe0b96544f7f9acedcc2db5c705 -size 90970 diff --git a/numexpr-2.6.4.tar.gz b/numexpr-2.6.4.tar.gz new file mode 100644 index 0000000..d1c3336 --- /dev/null +++ b/numexpr-2.6.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0bef9a3a5407fb8d6344cf91b658bef7c13ec8a8eb13f423822d9d2ca5af6ce +size 91060 diff --git a/python-numexpr.changes b/python-numexpr.changes index 0139974..bec66bc 100644 --- a/python-numexpr.changes +++ b/python-numexpr.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sun Sep 24 21:29:49 UTC 2017 - arun@gmx.de + +- update to version 2.6.4: + * Christoph Gohkle noticed a lack of coverage for the 2.6.3 floor + and ceil functions for MKL that caused seg-faults in + +- changes from version 2.6.2: + * Documentation now available at readthedocs.io. + * Support for floor() and ceil() functions added by Caleb P. Burns. + * NumPy requirement increased from 1.6 to 1.7 due to changes in + iterator flags (#245). + * Sphinx autodocs support added for documentation on + readthedocs.org. + * Fixed a bug where complex constants would return an error, fixing + problems with sympy when using NumExpr as a backend. + * Fix for #277 whereby arrays of shape (1,...) would be reduced as + if they were full reduction. Behavoir now matches that of NumPy. + * String literals are automatically encoded into 'ascii' bytes for + convience (see #281). + ------------------------------------------------------------------- Wed Apr 19 22:13:57 UTC 2017 - toddrme2178@gmail.com diff --git a/python-numexpr.spec b/python-numexpr.spec index e7ca72f..924d0a7 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.6.2 +Version: 2.6.4 Release: 0 Url: https://github.com/pydata/numexpr/ Summary: Fast numerical expression evaluator for NumPy @@ -26,12 +26,12 @@ License: MIT Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/n/numexpr/numexpr-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: gcc-c++ -BuildRequires: fdupes -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module numpy-devel >= 1.6} +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: gcc-c++ +BuildRequires: python-rpm-macros Requires: python-numpy >= 1.6 %python_subpackages