diff --git a/distributed-2.9.1.tar.gz b/distributed-2.9.1.tar.gz deleted file mode 100644 index 6c46ee1..0000000 --- a/distributed-2.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d37a5c5be992f3b16db24b54d2801cbe370990fbc63089c6e7ef40d6f03cf5dd -size 582244 diff --git a/distributed-2.9.3.tar.gz b/distributed-2.9.3.tar.gz new file mode 100644 index 0000000..06483ee --- /dev/null +++ b/distributed-2.9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e29fed075270df4ca7dda2b26a79523b753fe90fb278b2a7d6b0290ba53d9a +size 595754 diff --git a/python-distributed.changes b/python-distributed.changes index 1c2ba8c..7579237 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sat Jan 18 19:17:28 UTC 2020 - Arun Persaud + +- update to version 2.9.3: + * Raise RuntimeError if no running loop (GH#3385) James Bourbeau + * Fix get_running_loop import (GH#3383) James Bourbeau + * Get JavaScript document location instead of window and handle + proxied url (GH#3382) Jacob Tomlinson + +- changes from version 2.9.2: + * Move Windows CI to GitHub Actions (GH#3373) Jacob Tomlinson + * Add client join and leave hooks (GH#3371) Jacob Tomlinson + * Add cluster map dashboard (GH#3361) Jacob Tomlinson + * Close connection comm on retry (GH#3365) James Bourbeau + * Fix scheduler state in case of worker name collision (GH#3366) + byjott + * Add --worker-class option to dask-worker CLI (GH#3364) James + Bourbeau + * Remove locale check that fails on OS X (GH#3360) Jacob Tomlinson + * Rework version checking (GH#2627) Matthew Rocklin + * Add websocket scheduler plugin (GH#3335) Jacob Tomlinson + * Return task in dask-worker on_signal function (GH#3354) James + Bourbeau + * Fix failures on mixed integer/string worker names (GH#3352) + Benedikt Reinartz + * Avoid calling nbytes multiple times when sending data (GH#3349) + Markus Mohrhard + * Avoid setting event loop policy if within IPython kernel and no + running event loop (GH#3336) Mana Borwornpadungkitti + * Relax intermittent failing test_profile_server (GH#3346) Matthew + Rocklin + ------------------------------------------------------------------- Sat Jan 11 18:24:51 UTC 2020 - Arun Persaud diff --git a/python-distributed.spec b/python-distributed.spec index 8e89615..20c175d 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.9.1 +Version: 2.9.3 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause