diff --git a/joblib-0.13.0.tar.gz b/joblib-0.13.0.tar.gz deleted file mode 100644 index a2a1676..0000000 --- a/joblib-0.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:651fdd4888cdefa39f65c942e33ba1a610d395acd9c1d787adbda1a6beb22218 -size 1576411 diff --git a/joblib-0.13.1.tar.gz b/joblib-0.13.1.tar.gz new file mode 100644 index 0000000..28c449e --- /dev/null +++ b/joblib-0.13.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4deed0d8d3368aa0353f9a3cb22582c7100ce9db2c4b489c838957982b3a5d2b +size 286857 diff --git a/python-joblib.changes b/python-joblib.changes index 7611ee9..002698d 100644 --- a/python-joblib.changes +++ b/python-joblib.changes @@ -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 diff --git a/python-joblib.spec b/python-joblib.spec index fee7f1a..89b7885 100644 --- a/python-joblib.spec +++ b/python-joblib.spec @@ -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