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