From 511101c5cb6ac004ec7aaffe7c92e3e7f79f546bd2b9146c97c3a571e023f659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 14 Sep 2020 08:10:52 +0000 Subject: [PATCH] Accepting request 834027 from home:apersaud:branches:devel:languages:python:numeric MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit in 823921, there was a comment about enabling tests. I have to say that I don't understand bcond_with and how to set it to run tests (looks to me that they should be enabled?). Perhaps we can just accept this update and someone else can add the test independent of the update? - update to version 2.26.0: * Add logging for adaptive start and stop (GH#4101) Matthew Rocklin * Don’t close a nannied worker if it hasn’t yet started (GH#4093) Matthew Rocklin * Respect timeouts when closing clients synchronously (GH#4096) Matthew Rocklin * Log when downloading a preload script (GH#4094) Matthew Rocklin * dask-worker --nprocs accepts negative values (GH#4089) Dror Speiser * Support zero-worker clients (GH#4090) Matthew Rocklin * Exclude fire-and-forget client from metrics (GH#4078) Tom Augspurger * Drop Serialized.deserialize() method (GH#4073) jakirkham * Add timeout= keyword to Client.wait_for_workers method (GH#4087) Matthew Rocklin OBS-URL: https://build.opensuse.org/request/show/834027 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=67 --- distributed-2.25.0.tar.gz | 3 --- distributed-2.26.0.tar.gz | 3 +++ python-distributed.changes | 19 +++++++++++++++++++ python-distributed.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 distributed-2.25.0.tar.gz create mode 100644 distributed-2.26.0.tar.gz diff --git a/distributed-2.25.0.tar.gz b/distributed-2.25.0.tar.gz deleted file mode 100644 index 8b2e834..0000000 --- a/distributed-2.25.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b3a6c9d82dcbe4b8757be2fcb3fbca731a57592e801caf06407a2a76cae2217 -size 665641 diff --git a/distributed-2.26.0.tar.gz b/distributed-2.26.0.tar.gz new file mode 100644 index 0000000..0e5c919 --- /dev/null +++ b/distributed-2.26.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5471a7af8ec3c1b309767bfd726ff20acb4408f72294f96e7bf8ff89a326a7d +size 666427 diff --git a/python-distributed.changes b/python-distributed.changes index c456819..7b12661 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Sep 12 19:58:20 UTC 2020 - Arun Persaud + +- update to version 2.26.0: + * Add logging for adaptive start and stop (GH#4101) Matthew Rocklin + * Don’t close a nannied worker if it hasn’t yet started (GH#4093) + Matthew Rocklin + * Respect timeouts when closing clients synchronously (GH#4096) + Matthew Rocklin + * Log when downloading a preload script (GH#4094) Matthew Rocklin + * dask-worker --nprocs accepts negative values (GH#4089) Dror + Speiser + * Support zero-worker clients (GH#4090) Matthew Rocklin + * Exclude fire-and-forget client from metrics (GH#4078) Tom + Augspurger + * Drop Serialized.deserialize() method (GH#4073) jakirkham + * Add timeout= keyword to Client.wait_for_workers method (GH#4087) + Matthew Rocklin + ------------------------------------------------------------------- Sat Aug 29 15:53:08 UTC 2020 - Arun Persaud diff --git a/python-distributed.spec b/python-distributed.spec index 3a8bcf0..d9cbf32 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -21,7 +21,7 @@ # Test requires network connection %bcond_with test Name: python-distributed -Version: 2.25.0 +Version: 2.26.0 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause