Accepting request 839655 from home:apersaud:branches:devel:languages:python:numeric
update to latest version OBS-URL: https://build.opensuse.org/request/show/839655 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=71
This commit is contained in:
parent
c7b6116815
commit
d0738ceb6a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:782bb59799880ca4ebc0931def33dbe5d93f9f74ad3dfebb727d03ea98c2d101
|
||||
size 666943
|
3
distributed-2.29.0.tar.gz
Normal file
3
distributed-2.29.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d9abffb95e3fa8b8bb811c042df915a2897417839909a3ff31194d7db4645f4
|
||||
size 668192
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 20:16:12 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 2.29.0:
|
||||
* Use pandas.testing (GH#4138) jakirkham
|
||||
* Fix a few typos (GH#4131) Pav A
|
||||
* Return right away in Cluster.close if cluster is already closed
|
||||
(GH#4116) Tom Rochette
|
||||
* Update async doc with example on .compute() vs client.compute()
|
||||
(GH#4137) Benjamin Zaitlen
|
||||
* Correctly tear down LoopRunner in Client (GH#4112) Sergey Kozlov
|
||||
* Simplify Client._graph_to_futures() (GH#4127) Mads
|
||||
R. B. Kristensen
|
||||
* Cleanup new exception traceback (GH#4125) Krishan Bhasin
|
||||
* Stop writing config files by default (GH#4123) Matthew Rocklin
|
||||
|
||||
- changes from version 2.28.0:
|
||||
* Fix SSL connection_args for progressbar connect (GH#4122) jennalc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 19 15:08:52 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
# Test requires network connection
|
||||
%bcond_with test
|
||||
Name: python-distributed
|
||||
Version: 2.27.0
|
||||
Version: 2.29.0
|
||||
Release: 0
|
||||
Summary: Library for distributed computing with Python
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user