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 02d7b395cc
commit 52c348ce29
2 changed files with 10 additions and 4 deletions

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}