14
0
forked from pool/python-joblib

- Update to 0.13.2:

* Upgrade to cloudpickle 0.8.0
  * Add a non-regression test related to joblib issues #836 and #833, reporting that cloudpickle versions between 0.5.4 and 0.7 introduced a bug where global variables changes in a parent process between two calls to joblib.Parallel would not be propagated into the workers

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=26
This commit is contained in:
Tomáš Chvátal
2019-03-26 14:49:17 +00:00
committed by Git OBS Bridge
parent cb72ccabdc
commit 8baf6f89c9
4 changed files with 11 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-joblib
Version: 0.13.1
Version: 0.13.2
Release: 0
Summary: Module for using Python functions as pipeline jobs
License: BSD-3-Clause