From a62b60226d4476ba8009dd00c76af9216d6a8007b97f13e35daa83a98aeb5c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 8 Oct 2018 15:27:05 +0000 Subject: [PATCH] Accepting request 640650 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/640650 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=9 --- distributed-1.23.2.tar.gz | 3 --- distributed-1.23.3.tar.gz | 3 +++ python-distributed.changes | 20 ++++++++++++++++++++ python-distributed.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 distributed-1.23.2.tar.gz create mode 100644 distributed-1.23.3.tar.gz diff --git a/distributed-1.23.2.tar.gz b/distributed-1.23.2.tar.gz deleted file mode 100644 index 87a51ec..0000000 --- a/distributed-1.23.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:803af56bdc755bcb351bd93b25c4f4ded48d684aa9e591d877f751080ad2f898 -size 515222 diff --git a/distributed-1.23.3.tar.gz b/distributed-1.23.3.tar.gz new file mode 100644 index 0000000..bc5240f --- /dev/null +++ b/distributed-1.23.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d48a4de280fd7243ca76f9b12db5fe2486fc89dcdb510c77fa51f51733a04cc +size 515993 diff --git a/python-distributed.changes b/python-distributed.changes index e890b9a..3cb0a50 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Oct 8 15:02:15 UTC 2018 - Arun Persaud + +- update to version 1.23.3: + * Err in dask serialization if not a NotImplementedError (GH#2251) + Matthew Rocklin + * Protect against key missing from priority in GraphLayout (GH#2259) + Matthew Rocklin + * Do not pull data twice in Client.gather (GH#2263) Adam Klein + * Add pytest fixture for cluster tests (GH#2262) Matthew Rocklin + * Cleanup bokeh callbacks (GH#2261) (GH#2278) Matthew Rocklin + * Fix bokeh error for memory_limit=None (GH#2255) Brett Naul + * Place large keywords into task graph in Client.map (GH#2281) + Matthew Rocklin + * Remove redundant blosc threading code from protocol.numpy + (GH#2284) Mike Gevaert + * Add ncores to workertable (GH#2289) Matthew Rocklin + * Support upload_file on files with no extension (GH#2290) Matthew + Rocklin + ------------------------------------------------------------------- Mon Sep 17 14:55:33 UTC 2018 - Arun Persaud diff --git a/python-distributed.spec b/python-distributed.spec index 390a23e..467a5b2 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -20,7 +20,7 @@ # Test requires network connection %bcond_with test Name: python-distributed -Version: 1.23.2 +Version: 1.23.3 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause