From 8e5438d4831d0c583b1f87f3bc7f54a63a267e3aed70b1a41c02a2956fefd2c6 Mon Sep 17 00:00:00 2001 From: Todd R Date: Sat, 22 Dec 2018 20:13:37 +0000 Subject: [PATCH] Accepting request 660731 from home:TheBlackCat:branches:devel:languages:python:numeric MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to version 1.25.1 * Serialize numpy.ma.masked objects properly (:pr:`2384`) `Jim Crist`_ * Turn off bokeh property validation in dashboard (:pr:`2387`) `Jim Crist`_ * Fully initialize WorkerState objects (:pr:`2388`) `Jim Crist`_ * Fix typo in scheduler docstring (:pr:`2393`) `Russ Bubley`_ * DOC: fix typo in distributed.worker.Worker docstring (:pr:`2395`) `Loïc Estève`_ * Remove clients and workers from event log after removal (:pr:`2394`) `tjb900`_ * Support msgpack 0.6.0 by providing length keywords (:pr:`2399`) `tjb900`_ * Use async-await on large messages test (:pr:`2404`) `Matthew Rocklin`_ * Fix race condition in normalize_collection (:pr:`2386`) `Jim Crist`_ * Fix redict collection after HighLevelGraph fix upstream (:pr:`2413`) `Matthew Rocklin`_ * Add a blocking argument to Lock.acquire(`) (:pr:`2412`) `Stephan Hoyer`_ * Fix long traceback test (:pr:`2417`) `Matthew Rocklin`_ * Update x509 certificates to current OpenSSL standards. (:pr:`2418`) `Diane Trout`_ OBS-URL: https://build.opensuse.org/request/show/660731 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=19 --- distributed-1.25.0.tar.gz | 3 --- distributed-1.25.1.tar.gz | 3 +++ python-distributed.changes | 18 ++++++++++++++++++ python-distributed.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 distributed-1.25.0.tar.gz create mode 100644 distributed-1.25.1.tar.gz diff --git a/distributed-1.25.0.tar.gz b/distributed-1.25.0.tar.gz deleted file mode 100644 index 3a0c02a..0000000 --- a/distributed-1.25.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d892c7aeb28ba4903eef6735851e7c6e20baeb6a4b4c159c27cae53f4b8064e -size 513607 diff --git a/distributed-1.25.1.tar.gz b/distributed-1.25.1.tar.gz new file mode 100644 index 0000000..f2414c8 --- /dev/null +++ b/distributed-1.25.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f226e14953736ea8c51e7da2a33d0f5974a0a5e0778c82b3513e85e15495ee1 +size 519990 diff --git a/python-distributed.changes b/python-distributed.changes index a58a147..64fd1fc 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Dec 22 03:59:39 UTC 2018 - Todd R + +- Update to version 1.25.1 + * Serialize numpy.ma.masked objects properly (:pr:`2384`) `Jim Crist`_ + * Turn off bokeh property validation in dashboard (:pr:`2387`) `Jim Crist`_ + * Fully initialize WorkerState objects (:pr:`2388`) `Jim Crist`_ + * Fix typo in scheduler docstring (:pr:`2393`) `Russ Bubley`_ + * DOC: fix typo in distributed.worker.Worker docstring (:pr:`2395`) `Loïc Estève`_ + * Remove clients and workers from event log after removal (:pr:`2394`) `tjb900`_ + * Support msgpack 0.6.0 by providing length keywords (:pr:`2399`) `tjb900`_ + * Use async-await on large messages test (:pr:`2404`) `Matthew Rocklin`_ + * Fix race condition in normalize_collection (:pr:`2386`) `Jim Crist`_ + * Fix redict collection after HighLevelGraph fix upstream (:pr:`2413`) `Matthew Rocklin`_ + * Add a blocking argument to Lock.acquire(`) (:pr:`2412`) `Stephan Hoyer`_ + * Fix long traceback test (:pr:`2417`) `Matthew Rocklin`_ + * Update x509 certificates to current OpenSSL standards. (:pr:`2418`) `Diane Trout`_ + ------------------------------------------------------------------- Sat Dec 1 18:37:39 UTC 2018 - Arun Persaud diff --git a/python-distributed.spec b/python-distributed.spec index 02f60ef..2f7dae0 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.25.0 +Version: 1.25.1 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause