diff --git a/distributed-2.8.0.tar.gz b/distributed-2.8.0.tar.gz deleted file mode 100644 index c178ae8..0000000 --- a/distributed-2.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37f8a89bb499b7858a2396e3fdd2e5997dece543725d3791ce239d960a647710 -size 571750 diff --git a/distributed-2.8.1.tar.gz b/distributed-2.8.1.tar.gz new file mode 100644 index 0000000..701d543 --- /dev/null +++ b/distributed-2.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146ee0b75878a07020f8a37a4533aef5ed15a500d2f0ce9f021d6b09b1f3d9ed +size 573230 diff --git a/python-distributed.changes b/python-distributed.changes index 8efe3f3..16e4013 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Nov 24 17:36:02 UTC 2019 - Arun Persaud + +- update to version 2.8.1: + * Fix hanging worker when the scheduler leaves (GH#3250) Tom + Augspurger + * Fix NumPy writeable serialization bug (GH#3253) James Bourbeau + * Skip numba.cuda tests if CUDA is not available (GH#3255) Peter + Andreas Entschev + * Add new dashboard plot for memory use by key (GH#3243) Matthew + Rocklin + * Fix array.shape() -> array.shape (GH#3247) Jed Brown + * Fixed typos in pubsub.py (GH#3244) He Jia + * Fixed cupy array going out of scope (GH#3240) Mads + R. B. Kristensen + * Remove gen.coroutine usage in scheduler (GH#3242) Jim Crist-Harif + * Use inspect.isawaitable where relevant (GH#3241) Jim Crist-Harif + ------------------------------------------------------------------- Sat Nov 16 17:54:33 UTC 2019 - Arun Persaud diff --git a/python-distributed.spec b/python-distributed.spec index dff0cbc..1247df6 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -1,7 +1,7 @@ # # spec file for package python-distributed # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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.8.0 +Version: 2.8.1 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause