Accepting request 628220 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/628220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-scikit-sparse?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2018-08-10 07:49:35 +00:00 committed by Git OBS Bridge
parent 28c94dcdbe
commit ac38e31c42
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 8 16:38:21 UTC 2018 - jengelh@inai.de
- Trim irrelevant parts from description.
-------------------------------------------------------------------
Thu May 24 17:42:59 UTC 2018 - toddrme2178@gmail.com

View File

@ -19,9 +19,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-scikit-sparse
Version: 0.4.3
Release: 0
# For license file
%define tag c94f8418b6c36c3ff9db4f87e00fc08bd51cfb4b
Release: 0
Summary: Scikits sparse matrix package
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: Development/Languages/Python
@ -49,12 +49,12 @@ ExcludeArch: %{ix86}
%description
Sparse matrix tools.
This is a home for sparse matrix code in Python that plays well with
This is a sparse matrix code in Python that plays well with
scipy.sparse, but that is somehow unsuitable for inclusion in scipy
proper. Usually this will be because it is released under the GPL.
proper.
So far we have a wrapper for the CHOLMOD library for sparse Cholesky
decomposition. Further contributions are welcome!
There is a wrapper for the CHOLMOD library for sparse Cholesky
decomposition.
%prep
%setup -q -n scikit-sparse-%{version}