From 57f0a23dacac36864817685e24ac16f0fb8107f7fd930031fa7bf54b670a56cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 3 May 2020 09:46:10 +0000 Subject: [PATCH] Accepting request 799737 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/799737 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=57 --- distributed-2.15.0.tar.gz | 3 --- distributed-2.15.2.tar.gz | 3 +++ python-distributed.changes | 20 ++++++++++++++++++++ python-distributed.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 distributed-2.15.0.tar.gz create mode 100644 distributed-2.15.2.tar.gz diff --git a/distributed-2.15.0.tar.gz b/distributed-2.15.0.tar.gz deleted file mode 100644 index afa8eaf..0000000 --- a/distributed-2.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c99b9a672af397e438779230596a774da3a07a4aaf2083ed9e3fc105daf8998 -size 636992 diff --git a/distributed-2.15.2.tar.gz b/distributed-2.15.2.tar.gz new file mode 100644 index 0000000..330280b --- /dev/null +++ b/distributed-2.15.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472f833cd819b1e964734bfe5f211e3ef8dd41bf288b2b7a4bdb40596f4c4d34 +size 638377 diff --git a/python-distributed.changes b/python-distributed.changes index c43da41..c5d247d 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat May 2 20:27:24 UTC 2020 - Arun Persaud + +- update to version 2.15.2: + * Connect to dashboard when address provided (GH#3758) Tom + Augspurger + * Move test_gpu_metrics test (GH#3721) Tom Augspurger + * Nanny closing worker on KeyboardInterrupt (GH#3747) Mads + R. B. Kristensen + * Replace OrderedDict with dict in scheduler (GH#3740) Matthew + Rocklin + * Fix exception handling typo (GH#3751) Jonas Haag + +- changes from version 2.15.1: + * Ensure BokehTornado uses prefix (GH#3746) James Bourbeau + * Warn if cluster closes before starting (GH#3735) Matthew Rocklin + * Memoryview serialisation (GH#3743) Martin Durant + * Allows logging config under distributed key (GH#2952) Dillon + Niederhut + ------------------------------------------------------------------- Sat Apr 25 16:23:42 UTC 2020 - Arun Persaud diff --git a/python-distributed.spec b/python-distributed.spec index 7fcb771..f0a1431 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.15.0 +Version: 2.15.2 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause