Accepting request 763813 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/763813 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=22
This commit is contained in:
commit
7aaab5e32c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b66a15d6c02c28dd07e815d09cd77dab8484004533d38895714a5f10c7e7e325
|
|
||||||
size 578130
|
|
3
distributed-2.9.1.tar.gz
Normal file
3
distributed-2.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d37a5c5be992f3b16db24b54d2801cbe370990fbc63089c6e7ef40d6f03cf5dd
|
||||||
|
size 582244
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 11 18:24:51 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* update copyright year
|
||||||
|
|
||||||
|
- update to version 2.9.1:
|
||||||
|
* Add lock around dumps_function cache (GH#3337) Matthew Rocklin
|
||||||
|
* Add setuptools to dependencies (GH#3320) James Bourbeau
|
||||||
|
* Use TaskPrefix.name in Graph layout (GH#3328) Matthew Rocklin
|
||||||
|
* Add missing “ in performance report example (GH#3329) John Kirkham
|
||||||
|
* Add performance report docs and color definitions to docs
|
||||||
|
(GH#3325) Benjamin Zaitlen
|
||||||
|
* Switch startstops to dicts and add worker name to transfer
|
||||||
|
(GH#3319) Jacob Tomlinson
|
||||||
|
* Add plugin entry point for out-of-tree comms library (GH#3305)
|
||||||
|
Patrick Sodré
|
||||||
|
* All scheduler task states in prometheus (GH#3307) fjetter
|
||||||
|
* Use worker name in logs (GH#3309) Stephan Erb
|
||||||
|
* Add TaskGroup and TaskPrefix scheduler state (GH#3262) Matthew
|
||||||
|
Rocklin
|
||||||
|
* Update latencies with heartbeats (GH#3310) fjetter
|
||||||
|
* Update inlining Futures in task graph in Client._graph_to_futures
|
||||||
|
(GH#3303) James Bourbeau
|
||||||
|
* Use hostname as default IP address rather than localhost (GH#3308)
|
||||||
|
Matthew Rocklin
|
||||||
|
* Clean up flaky test_nanny_throttle (GH#3295) Tom Augspurger
|
||||||
|
* Add lock to scheduler for sensitive operations (GH#3259) Matthew
|
||||||
|
Rocklin
|
||||||
|
* Log address for each of the Scheduler listerners (GH#3306) Matthew
|
||||||
|
Rocklin
|
||||||
|
* Make ConnectionPool.close asynchronous (GH#3304) Matthew Rocklin
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 7 19:09:30 UTC 2019 - Arun Persaud <arun@gmx.de>
|
Sat Dec 7 19:09:30 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-distributed
|
# spec file for package python-distributed
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -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.9.0
|
Version: 2.9.1
|
||||||
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