From 52c348ce2948593ed7b1cdcd3ea8d1a0112522bfbcee17ce220266819b66aa0a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 5 Oct 2017 09:58:44 +0000 Subject: [PATCH] Accepting request 530885 from devel:languages:python 1 OBS-URL: https://build.opensuse.org/request/show/530885 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numexpr?expand=0&rev=7 --- python-numexpr.changes | 5 +++++ python-numexpr.spec | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/python-numexpr.changes b/python-numexpr.changes index bec66bc..d1ae0c5 100644 --- a/python-numexpr.changes +++ b/python-numexpr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 2 21:57:06 UTC 2017 - jengelh@inai.de + +- Ensure neutrality of description. + ------------------------------------------------------------------- Sun Sep 24 21:29:49 UTC 2017 - arun@gmx.de diff --git a/python-numexpr.spec b/python-numexpr.spec index 924d0a7..4c5159f 100644 --- a/python-numexpr.spec +++ b/python-numexpr.spec @@ -21,7 +21,7 @@ Name: python-numexpr Version: 2.6.4 Release: 0 Url: https://github.com/pydata/numexpr/ -Summary: Fast numerical expression evaluator for NumPy +Summary: Numerical expression evaluator for NumPy License: MIT Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/n/numexpr/numexpr-%{version}.tar.gz @@ -36,9 +36,10 @@ Requires: python-numpy >= 1.6 %python_subpackages %description -Numexpr is a fast numerical expression evaluator for NumPy. With it, -expressions that operate on arrays (like "3*a+4*b") are accelerated -and use less memory than doing the same calculation in Python. +Numexpr is a numerical expression evaluator for NumPy. It is a C++ +module. With it, expressions that operate on arrays (like "3*a+4*b") +can be accelerated and use less memory than doing the same +calculation in Python. %prep %setup -q -n numexpr-%{version}