From eafc92a52df62c42368df2a2eb6ae56dff001154e7232ac7de94a0a402512b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 2 Dec 2018 09:15:28 +0000 Subject: [PATCH] Accepting request 653380 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/653380 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=17 --- distributed-1.24.2.tar.gz | 3 --- distributed-1.25.0.tar.gz | 3 +++ python-distributed.changes | 13 +++++++++++++ python-distributed.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 distributed-1.24.2.tar.gz create mode 100644 distributed-1.25.0.tar.gz diff --git a/distributed-1.24.2.tar.gz b/distributed-1.24.2.tar.gz deleted file mode 100644 index b9a9f05..0000000 --- a/distributed-1.24.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ab24f0ea634dab7b6667c32b18c98794141f3ef3b081293dfea1943498ce987 -size 513872 diff --git a/distributed-1.25.0.tar.gz b/distributed-1.25.0.tar.gz new file mode 100644 index 0000000..3a0c02a --- /dev/null +++ b/distributed-1.25.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d892c7aeb28ba4903eef6735851e7c6e20baeb6a4b4c159c27cae53f4b8064e +size 513607 diff --git a/python-distributed.changes b/python-distributed.changes index ba5cfe8..a58a147 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Dec 1 18:37:39 UTC 2018 - Arun Persaud + +- update to version 1.25.0: + * Fixed the 404 error on the Scheduler Dashboard homepage (GH#2361) + Michael Wheeler + * Consolidate two Worker classes into one (GH#2363) Matthew Rocklin + * Avoid warnings in pyarrow and msgpack (GH#2364) Matthew Rocklin + * Avoid race condition in Actor’s Future (GH#2374) Matthew Rocklin + * Support missing packages keyword in Client.get_versions (GH#2379) + Matthew Rocklin + * Fixup serializing masked arrays (GH#2373) Jim Crist + ------------------------------------------------------------------- Thu Nov 22 22:46:56 UTC 2018 - Arun Persaud diff --git a/python-distributed.spec b/python-distributed.spec index 381e907..02f60ef 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.24.2 +Version: 1.25.0 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause