From 695f2af14358b2a8656e1fe636c62d2a3747421cf5cd44e96e81d61df2df1215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 23 Nov 2018 08:26:22 +0000 Subject: [PATCH] Accepting request 651238 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/651238 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=15 --- distributed-1.24.1.tar.gz | 3 --- distributed-1.24.2.tar.gz | 3 +++ python-distributed.changes | 10 ++++++++++ python-distributed.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 distributed-1.24.1.tar.gz create mode 100644 distributed-1.24.2.tar.gz diff --git a/distributed-1.24.1.tar.gz b/distributed-1.24.1.tar.gz deleted file mode 100644 index ddbea9a..0000000 --- a/distributed-1.24.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4731a83d1c5bebf7aefdcb42abcb5be4a871d7a85eabae9afaa97ff938820c8f -size 513606 diff --git a/distributed-1.24.2.tar.gz b/distributed-1.24.2.tar.gz new file mode 100644 index 0000000..b9a9f05 --- /dev/null +++ b/distributed-1.24.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab24f0ea634dab7b6667c32b18c98794141f3ef3b081293dfea1943498ce987 +size 513872 diff --git a/python-distributed.changes b/python-distributed.changes index 0ae53d3..ba5cfe8 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Nov 22 22:46:56 UTC 2018 - Arun Persaud + +- update to version 1.24.2: + * Add support for Bokeh 1.0 (GH#2348) (GH#2356) Matthew Rocklin + * Fix regression that dropped support for Tornado 4 (GH#2353) Roy + Wedge + * Avoid deprecation warnings (GH#2355) (GH#2357) Matthew Rocklin + * Fix typo in worker documentation (GH#2349) Tom Rochette + ------------------------------------------------------------------- Mon Nov 12 05:55:43 UTC 2018 - Arun Persaud diff --git a/python-distributed.spec b/python-distributed.spec index f8868f8..381e907 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.24.1 +Version: 1.24.2 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause