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}