From de2e5acfb1a5be04e81f3ccefb7d0b3099297580bb6705fa07ff75eb3edc9cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 12 Oct 2020 07:01:59 +0000 Subject: [PATCH] Accepting request 840893 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/840893 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=73 --- distributed-2.29.0.tar.gz | 3 --- distributed-2.30.0.tar.gz | 3 +++ python-distributed.changes | 11 +++++++++++ python-distributed.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 distributed-2.29.0.tar.gz create mode 100644 distributed-2.30.0.tar.gz diff --git a/distributed-2.29.0.tar.gz b/distributed-2.29.0.tar.gz deleted file mode 100644 index f353890..0000000 --- a/distributed-2.29.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d9abffb95e3fa8b8bb811c042df915a2897417839909a3ff31194d7db4645f4 -size 668192 diff --git a/distributed-2.30.0.tar.gz b/distributed-2.30.0.tar.gz new file mode 100644 index 0000000..0e1aa9c --- /dev/null +++ b/distributed-2.30.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb8e4173625cea6ebda2f0a079b813eeabbffd1b24584855cf063ed1cca60b3 +size 670404 diff --git a/python-distributed.changes b/python-distributed.changes index b52a161..161ea0a 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Oct 10 19:04:32 UTC 2020 - Arun Persaud + +- update to version 2.30.0: + * Support SubgraphCallable in str_graph() (GH#4148) Mads + R. B. Kristensen + * Handle exceptions in BatchedSend (GH#4135) Tom Augspurger + * Fix for missing : in autosummary docs (GH#4143) Gil Forsyth + * Limit GPU metrics to visible devices only (GH#3810) Jacob + Tomlinson + ------------------------------------------------------------------- Mon Oct 5 20:16:12 UTC 2020 - Arun Persaud diff --git a/python-distributed.spec b/python-distributed.spec index dd8f328..5f411cf 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.29.0 +Version: 2.30.0 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause