forked from pool/python-distributed
Accepting request 772458 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/772458 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=24
This commit is contained in:
commit
d4586dd0db
3
distributed-2.10.0.tar.gz
Normal file
3
distributed-2.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f8cca741a20f776929cbad3545f2df64cf60207fb21f774ef24aad6f6589e8b
|
||||
size 981569
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70e29fed075270df4ca7dda2b26a79523b753fe90fb278b2a7d6b0290ba53d9a
|
||||
size 595754
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 8 21:46:57 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- 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 <arun@gmx.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user