Accepting request 834241 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/834241 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=34
This commit is contained in:
commit
2245cfec47
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2b3a6c9d82dcbe4b8757be2fcb3fbca731a57592e801caf06407a2a76cae2217
|
|
||||||
size 665641
|
|
3
distributed-2.26.0.tar.gz
Normal file
3
distributed-2.26.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b5471a7af8ec3c1b309767bfd726ff20acb4408f72294f96e7bf8ff89a326a7d
|
||||||
|
size 666427
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 12 19:58:20 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- update to version 2.26.0:
|
||||||
|
* Add logging for adaptive start and stop (GH#4101) Matthew Rocklin
|
||||||
|
* Don’t close a nannied worker if it hasn’t yet started (GH#4093)
|
||||||
|
Matthew Rocklin
|
||||||
|
* Respect timeouts when closing clients synchronously (GH#4096)
|
||||||
|
Matthew Rocklin
|
||||||
|
* Log when downloading a preload script (GH#4094) Matthew Rocklin
|
||||||
|
* dask-worker --nprocs accepts negative values (GH#4089) Dror
|
||||||
|
Speiser
|
||||||
|
* Support zero-worker clients (GH#4090) Matthew Rocklin
|
||||||
|
* Exclude fire-and-forget client from metrics (GH#4078) Tom
|
||||||
|
Augspurger
|
||||||
|
* Drop Serialized.deserialize() method (GH#4073) jakirkham
|
||||||
|
* Add timeout= keyword to Client.wait_for_workers method (GH#4087)
|
||||||
|
Matthew Rocklin
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 29 15:53:08 UTC 2020 - Arun Persaud <arun@gmx.de>
|
Sat Aug 29 15:53:08 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -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.25.0
|
Version: 2.26.0
|
||||||
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