diff --git a/distributed-2.10.0.tar.gz b/distributed-2.10.0.tar.gz new file mode 100644 index 0000000..68cbf4e --- /dev/null +++ b/distributed-2.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8cca741a20f776929cbad3545f2df64cf60207fb21f774ef24aad6f6589e8b +size 981569 diff --git a/distributed-2.9.3.tar.gz b/distributed-2.9.3.tar.gz deleted file mode 100644 index 06483ee..0000000 --- a/distributed-2.9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70e29fed075270df4ca7dda2b26a79523b753fe90fb278b2a7d6b0290ba53d9a -size 595754 diff --git a/python-distributed.changes b/python-distributed.changes index 7579237..ec0c1b2 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Feb 8 21:46:57 UTC 2020 - Arun Persaud + +- update to version 2.10.0: + * Fixed ZeroDivisionError in dashboard when no workers were present + (GH#3407) James Bourbeau + * Respect the dashboard-prefix when redirecting from the root + (GH#3387) Chrysostomos Nanakos + * Allow enabling / disabling work-stealing after the cluster has + started (GH#3410) John Kirkham + * Support *args and **kwargs in offload (GH#3392) Matthew Rocklin + * Add lifecycle hooks to SchedulerPlugin (GH#3391) Matthew Rocklin + ------------------------------------------------------------------- Sat Jan 18 19:17:28 UTC 2020 - Arun Persaud diff --git a/python-distributed.spec b/python-distributed.spec index 20c175d..aaf1f7f 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.3 +Version: 2.10.0 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause