From 8baf6f89c9a65625b12d5b210d2643d6e23faf526337585642d434c36e901686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 26 Mar 2019 14:49:17 +0000 Subject: [PATCH] - 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 --- joblib-0.13.1.tar.gz | 3 --- joblib-0.13.2.tar.gz | 3 +++ python-joblib.changes | 7 +++++++ python-joblib.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 joblib-0.13.1.tar.gz create mode 100644 joblib-0.13.2.tar.gz diff --git a/joblib-0.13.1.tar.gz b/joblib-0.13.1.tar.gz deleted file mode 100644 index 28c449e..0000000 --- a/joblib-0.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4deed0d8d3368aa0353f9a3cb22582c7100ce9db2c4b489c838957982b3a5d2b -size 286857 diff --git a/joblib-0.13.2.tar.gz b/joblib-0.13.2.tar.gz new file mode 100644 index 0000000..4f7650a --- /dev/null +++ b/joblib-0.13.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315d6b19643ec4afd4c41c671f9f2d65ea9d787da093487a81ead7b0bac94524 +size 287438 diff --git a/python-joblib.changes b/python-joblib.changes index cdb54d8..cbd487c 100644 --- a/python-joblib.changes +++ b/python-joblib.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 26 14:45:24 UTC 2019 - Tomáš Chvátal + +- 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 + ------------------------------------------------------------------- Thu Mar 7 15:57:20 UTC 2019 - John Vandenberg diff --git a/python-joblib.spec b/python-joblib.spec index 4ecfb09..3c13af3 100644 --- a/python-joblib.spec +++ b/python-joblib.spec @@ -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