From bba9212c8046a8e945eaf94325123f12286d8d3dd92fee2542aeb2f251d7f573 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Sun, 8 Dec 2013 19:52:26 +0000 Subject: [PATCH] Accepting request 209862 from home:posophe:branches:devel:languages:python update OBS-URL: https://build.opensuse.org/request/show/209862 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=7 --- joblib-0.7.0d.tar.gz | 3 --- joblib-0.7.1.tar.gz | 3 +++ python-joblib.changes | 9 +++++++++ python-joblib.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 joblib-0.7.0d.tar.gz create mode 100644 joblib-0.7.1.tar.gz diff --git a/joblib-0.7.0d.tar.gz b/joblib-0.7.0d.tar.gz deleted file mode 100644 index afdff28..0000000 --- a/joblib-0.7.0d.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1eef2ff1a8dff32f4204e9ae2bd6c2348e1e4dfdef12baf26b3f5fa0eb933c27 -size 296118 diff --git a/joblib-0.7.1.tar.gz b/joblib-0.7.1.tar.gz new file mode 100644 index 0000000..a125fe4 --- /dev/null +++ b/joblib-0.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e57eead7aff9cdfa0d961b11e73f9934af692ef3c4db861ec8cfce56e26fd3b5 +size 302746 diff --git a/python-joblib.changes b/python-joblib.changes index 53535e1..32de6a9 100644 --- a/python-joblib.changes +++ b/python-joblib.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Dec 8 19:47:59 UTC 2013 - p.drouand@gmail.com + +- Update to version 0.7.1 + + MISC: capture meaningless argument (n_jobs=0) in Parallel + + ENH Handles tuples, sets and Python 3's dict_keys type the same as + lists. in pre_dispatch + + ENH: fix function caching for IPython + ------------------------------------------------------------------- Thu Oct 24 11:07:22 UTC 2013 - speilicke@suse.com diff --git a/python-joblib.spec b/python-joblib.spec index 929dff4..28d4953 100644 --- a/python-joblib.spec +++ b/python-joblib.spec @@ -18,7 +18,7 @@ %define modname joblib Name: python-%{modname} -Version: 0.7.0d +Version: 0.7.1 Release: 0 Summary: Lightweight pipelining: using Python functions as pipeline jobs License: BSD-3-Clause