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:
@@ -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
|
||||
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user