Accepting request 750861 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/750861 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=20
This commit is contained in:
commit
2ee601d69f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:37f8a89bb499b7858a2396e3fdd2e5997dece543725d3791ce239d960a647710
|
|
||||||
size 571750
|
|
3
distributed-2.8.1.tar.gz
Normal file
3
distributed-2.8.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:146ee0b75878a07020f8a37a4533aef5ed15a500d2f0ce9f021d6b09b1f3d9ed
|
||||||
|
size 573230
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 24 17:36:02 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- 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 <arun@gmx.de>
|
Sat Nov 16 17:54:33 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-distributed
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,7 +21,7 @@
|
|||||||
# Test requires network connection
|
# Test requires network connection
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
Name: python-distributed
|
Name: python-distributed
|
||||||
Version: 2.8.0
|
Version: 2.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for distributed computing with Python
|
Summary: Library for distributed computing with Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user