From 4955bde4df3543af007f7f220c65759ddd254478cc9de80d966e6c1d057b286a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 13 Jan 2020 08:39:19 +0000 Subject: [PATCH] Accepting request 763375 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/763375 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=43 --- distributed-2.9.0.tar.gz | 3 --- distributed-2.9.1.tar.gz | 3 +++ python-distributed.changes | 33 +++++++++++++++++++++++++++++++++ python-distributed.spec | 4 ++-- 4 files changed, 38 insertions(+), 5 deletions(-) delete mode 100644 distributed-2.9.0.tar.gz create mode 100644 distributed-2.9.1.tar.gz diff --git a/distributed-2.9.0.tar.gz b/distributed-2.9.0.tar.gz deleted file mode 100644 index 9222d57..0000000 --- a/distributed-2.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b66a15d6c02c28dd07e815d09cd77dab8484004533d38895714a5f10c7e7e325 -size 578130 diff --git a/distributed-2.9.1.tar.gz b/distributed-2.9.1.tar.gz new file mode 100644 index 0000000..6c46ee1 --- /dev/null +++ b/distributed-2.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37a5c5be992f3b16db24b54d2801cbe370990fbc63089c6e7ef40d6f03cf5dd +size 582244 diff --git a/python-distributed.changes b/python-distributed.changes index 09274cf..1c2ba8c 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Sat Jan 11 18:24:51 UTC 2020 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 2.9.1: + * Add lock around dumps_function cache (GH#3337) Matthew Rocklin + * Add setuptools to dependencies (GH#3320) James Bourbeau + * Use TaskPrefix.name in Graph layout (GH#3328) Matthew Rocklin + * Add missing “ in performance report example (GH#3329) John Kirkham + * Add performance report docs and color definitions to docs + (GH#3325) Benjamin Zaitlen + * Switch startstops to dicts and add worker name to transfer + (GH#3319) Jacob Tomlinson + * Add plugin entry point for out-of-tree comms library (GH#3305) + Patrick Sodré + * All scheduler task states in prometheus (GH#3307) fjetter + * Use worker name in logs (GH#3309) Stephan Erb + * Add TaskGroup and TaskPrefix scheduler state (GH#3262) Matthew + Rocklin + * Update latencies with heartbeats (GH#3310) fjetter + * Update inlining Futures in task graph in Client._graph_to_futures + (GH#3303) James Bourbeau + * Use hostname as default IP address rather than localhost (GH#3308) + Matthew Rocklin + * Clean up flaky test_nanny_throttle (GH#3295) Tom Augspurger + * Add lock to scheduler for sensitive operations (GH#3259) Matthew + Rocklin + * Log address for each of the Scheduler listerners (GH#3306) Matthew + Rocklin + * Make ConnectionPool.close asynchronous (GH#3304) Matthew Rocklin + ------------------------------------------------------------------- Sat Dec 7 19:09:30 UTC 2019 - Arun Persaud diff --git a/python-distributed.spec b/python-distributed.spec index d73e955..8e89615 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -1,7 +1,7 @@ # # spec file for package python-distributed # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ # Test requires network connection %bcond_with test Name: python-distributed -Version: 2.9.0 +Version: 2.9.1 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause