14
0
forked from pool/python-joblib

Accepting request 563705 from home:jengelh:branches:devel:languages:python

- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/563705
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2018-01-11 22:24:17 +00:00
committed by Git OBS Bridge
parent 6288f8eda7
commit da05c7ede5
2 changed files with 12 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 11 22:12:57 UTC 2018 - jengelh@inai.de
- Ensure neutrality of description.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 22 16:35:59 UTC 2017 - toddrme2178@gmail.com Mon May 22 16:35:59 UTC 2017 - toddrme2178@gmail.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-joblib # spec file for package python-joblib
# #
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -27,10 +27,10 @@ License: BSD-3-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://github.com/joblib/joblib Url: https://github.com/joblib/joblib
Source: https://files.pythonhosted.org/packages/source/j/joblib/joblib-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/j/joblib/joblib-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%if %{with test} %if %{with test}
BuildRequires: %{python_module numpy} BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
@@ -41,18 +41,17 @@ BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
Joblib is a set of tools to provide **lightweight pipelining in Joblib is a set of tools to provide lightweight pipelining in
Python**. In particular, joblib offers: Python. In particular, joblib offers:
1. transparent disk-caching of the output values and lazy re-evaluation 1. transparent disk-caching of the output values and lazy re-evaluation
(memoize pattern) (memoize pattern)
2. easy simple parallel computing 2. parallel computing
3. logging and tracing of the execution 3. logging and tracing of the execution
Joblib is optimized to be **fast** and **robust** in particular on large Joblib can handle large data and has specific optimizations for `numpy` arrays.
data and has specific optimizations for `numpy` arrays.
%prep %prep