forked from pool/python-distributed
Accepting request 663221 from home:apersaud:branches:devel:languages:python:numeric
update to latest version OBS-URL: https://build.opensuse.org/request/show/663221 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=21
This commit is contained in:
parent
8e5438d483
commit
931e5ab3ea
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f226e14953736ea8c51e7da2a33d0f5974a0a5e0778c82b3513e85e15495ee1
|
||||
size 519990
|
3
distributed-1.25.2.tar.gz
Normal file
3
distributed-1.25.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c83078ef4cfe65a8e371ad6283ff1acb1e20a2a475788a1ce87e95ddc3406567
|
||||
size 520738
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 6 22:33:33 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- specfile:
|
||||
* update copyright year
|
||||
|
||||
- update to version 1.25.2:
|
||||
* Clean up LocalCluster logging better in async mode (:pr:`2448`)
|
||||
Matthew Rocklin
|
||||
* Add short error message if bokeh cannot be imported (:pr:`2444`)
|
||||
Dirk Petersen
|
||||
* Add optional environment variables to Nanny (:pr:`2431`) Matthew
|
||||
Rocklin
|
||||
* Make the direct keyword docstring entries uniform (:pr:`2441`)
|
||||
Matthew Rocklin
|
||||
* Make LocalCluster.close async friendly (:pr:`2437`) Matthew
|
||||
Rocklin
|
||||
* gather_dep: don't request dependencies we already found out we
|
||||
don't want (:pr:`2428`) tjb900
|
||||
* Add parameters to Client.run docstring (:pr:`2429`) Matthew
|
||||
Rocklin
|
||||
* Support coroutines and async-def functions in run/run_scheduler
|
||||
(:pr:`2427`) Matthew Rocklin
|
||||
* Name threads in ThreadPoolExecutors (:pr:`2408`) Matthew Rocklin
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 22 03:59:39 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-distributed
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
# Test requires network connection
|
||||
%bcond_with test
|
||||
Name: python-distributed
|
||||
Version: 1.25.1
|
||||
Version: 1.25.2
|
||||
Release: 0
|
||||
Summary: Library for distributed computing with Python
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user