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
This commit is contained in:
2017-10-05 09:58:44 +00:00
committed by Git OBS Bridge
parent 98042efa46
commit 750a1db9df
2 changed files with 10 additions and 4 deletions

View File

@@ -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

View File

@@ -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}