From 469c59411fa240ebc7747539e9ac56d271f174d0129fea2c790340ffe1d7362d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 30 Oct 2018 08:34:28 +0000 Subject: [PATCH] Accepting request 645396 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/645396 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=11 --- distributed-1.23.3.tar.gz | 3 --- distributed-1.24.0.tar.gz | 3 +++ python-distributed.changes | 25 +++++++++++++++++++++++++ python-distributed.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 distributed-1.23.3.tar.gz create mode 100644 distributed-1.24.0.tar.gz diff --git a/distributed-1.23.3.tar.gz b/distributed-1.23.3.tar.gz deleted file mode 100644 index bc5240f..0000000 --- a/distributed-1.23.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d48a4de280fd7243ca76f9b12db5fe2486fc89dcdb510c77fa51f51733a04cc -size 515993 diff --git a/distributed-1.24.0.tar.gz b/distributed-1.24.0.tar.gz new file mode 100644 index 0000000..cebb03d --- /dev/null +++ b/distributed-1.24.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841d306753348ce525ce7782ccf99dd50d21521e423b507eab2226fdbbf53ca8 +size 512087 diff --git a/python-distributed.changes b/python-distributed.changes index 3cb0a50..924768d 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Oct 30 03:06:05 UTC 2018 - Arun Persaud + +- update to version 1.24.0: + * Remove Joblib Dask Backend from codebase (GH#2298) Matthew Rocklin + * Include worker tls protocol in Scheduler.restart (GH#2295) Matthew + Rocklin + * Adapt to new Bokeh selection for 1.0 (GH#2292) Matthew Rocklin + * Add explicit retry method to Future and Client (GH#2299) Matthew + Rocklin + * Point to main worker page in bokeh links (GH#2300) Matthew Rocklin + * Limit concurrency when gathering many times (GH#2303) Matthew + Rocklin + * Add tls_cluster pytest fixture (GH#2302) Matthew Rocklin + * Convert ConnectionPool.open and active to properties (GH#2304) + Matthew Rocklin + * change export_tb to format_tb (GH#2306) Eric Ma + * Redirect joblib page to dask-ml (GH#2307) Matthew Rocklin + * Include unserializable object in error message (GH#2310) Matthew + Rocklin + * Import Mapping, Iterator, Set from collections.abc in Python 3 + (GH#2315) Gaurav Sheni + * Extend Client.scatter docstring (GH#2320) Eric Ma + * Update for new flake8 (GH#2321) Matthew Rocklin + ------------------------------------------------------------------- Mon Oct 8 15:02:15 UTC 2018 - Arun Persaud diff --git a/python-distributed.spec b/python-distributed.spec index 467a5b2..dc41836 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -20,7 +20,7 @@ # Test requires network connection %bcond_with test Name: python-distributed -Version: 1.23.3 +Version: 1.24.0 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause