Accepting request 660732 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/660732 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=13
This commit is contained in:
commit
de6a6ebdce
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d892c7aeb28ba4903eef6735851e7c6e20baeb6a4b4c159c27cae53f4b8064e
|
||||
size 513607
|
3
distributed-1.25.1.tar.gz
Normal file
3
distributed-1.25.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f226e14953736ea8c51e7da2a33d0f5974a0a5e0778c82b3513e85e15495ee1
|
||||
size 519990
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 03:59:39 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- Update to version 1.25.1
|
||||
* Serialize numpy.ma.masked objects properly (:pr:`2384`) `Jim Crist`_
|
||||
* Turn off bokeh property validation in dashboard (:pr:`2387`) `Jim Crist`_
|
||||
* Fully initialize WorkerState objects (:pr:`2388`) `Jim Crist`_
|
||||
* Fix typo in scheduler docstring (:pr:`2393`) `Russ Bubley`_
|
||||
* DOC: fix typo in distributed.worker.Worker docstring (:pr:`2395`) `Loïc Estève`_
|
||||
* Remove clients and workers from event log after removal (:pr:`2394`) `tjb900`_
|
||||
* Support msgpack 0.6.0 by providing length keywords (:pr:`2399`) `tjb900`_
|
||||
* Use async-await on large messages test (:pr:`2404`) `Matthew Rocklin`_
|
||||
* Fix race condition in normalize_collection (:pr:`2386`) `Jim Crist`_
|
||||
* Fix redict collection after HighLevelGraph fix upstream (:pr:`2413`) `Matthew Rocklin`_
|
||||
* Add a blocking argument to Lock.acquire(`) (:pr:`2412`) `Stephan Hoyer`_
|
||||
* Fix long traceback test (:pr:`2417`) `Matthew Rocklin`_
|
||||
* Update x509 certificates to current OpenSSL standards. (:pr:`2418`) `Diane Trout`_
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 1 18:37:39 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# Test requires network connection
|
||||
%bcond_with test
|
||||
Name: python-distributed
|
||||
Version: 1.25.0
|
||||
Version: 1.25.1
|
||||
Release: 0
|
||||
Summary: Library for distributed computing with Python
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user