forked from pool/python-joblib
Accepting request 669904 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/669904 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-joblib?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:651fdd4888cdefa39f65c942e33ba1a610d395acd9c1d787adbda1a6beb22218
|
||||
size 1576411
|
3
joblib-0.13.1.tar.gz
Normal file
3
joblib-0.13.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4deed0d8d3368aa0353f9a3cb22582c7100ce9db2c4b489c838957982b3a5d2b
|
||||
size 286857
|
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 29 16:41:57 CET 2019 - mcepl@suse.com
|
||||
|
||||
- Update to Release 0.13.1:
|
||||
* Memory now accepts pathlib.Path objects as ``location``
|
||||
parameter. Also, a warning is raised if the returned backend
|
||||
is None while ``location`` is not None.
|
||||
* Make ``Parallel`` raise an informative ``RuntimeError`` when
|
||||
the active parallel backend has zero worker.
|
||||
* Make the ``DaskDistributedBackend`` wait for workers before
|
||||
trying to schedule work. This is useful in particular when
|
||||
the workers are provisionned dynamically but provisionning is
|
||||
not immediate (for instance using Kubernetes, Yarn or an HPC
|
||||
job queue).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 19:39:00 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
|
@@ -18,25 +18,24 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-joblib
|
||||
Version: 0.13.0
|
||||
Version: 0.13.1
|
||||
Release: 0
|
||||
Summary: Module for using Python functions as pipeline jobs
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/joblib/joblib
|
||||
Source: https://files.pythonhosted.org/packages/source/j/joblib/joblib-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Recommends: python-numpy
|
||||
BuildArch: noarch
|
||||
BuildRequires: %{python_module lz4}
|
||||
BuildRequires: %{python_module numpy}
|
||||
BuildRequires: %{python_module psutil}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-lz4
|
||||
Recommends: python-numpy
|
||||
Recommends: python-psutil
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user