From 185e8764fe95096bf1b47bdeaafef776f6e2ed8236580fd54a6ed5699ee016cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 12 Nov 2018 06:45:26 +0000 Subject: [PATCH] Accepting request 648364 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/648364 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=13 --- distributed-1.24.0.tar.gz | 3 --- distributed-1.24.1.tar.gz | 3 +++ python-distributed.changes | 15 +++++++++++++++ python-distributed.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 distributed-1.24.0.tar.gz create mode 100644 distributed-1.24.1.tar.gz diff --git a/distributed-1.24.0.tar.gz b/distributed-1.24.0.tar.gz deleted file mode 100644 index cebb03d..0000000 --- a/distributed-1.24.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:841d306753348ce525ce7782ccf99dd50d21521e423b507eab2226fdbbf53ca8 -size 512087 diff --git a/distributed-1.24.1.tar.gz b/distributed-1.24.1.tar.gz new file mode 100644 index 0000000..ddbea9a --- /dev/null +++ b/distributed-1.24.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4731a83d1c5bebf7aefdcb42abcb5be4a871d7a85eabae9afaa97ff938820c8f +size 513606 diff --git a/python-distributed.changes b/python-distributed.changes index 924768d..0ae53d3 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Nov 12 05:55:43 UTC 2018 - Arun Persaud + +- update to version 1.24.1: + * Use tornado’s builtin AnyThreadLoopEventPolicy (GH#2326) Matthew + Rocklin + * Adjust TLS tests for openssl 1.1 (GH#2331) Marius van Niekerk + * Avoid setting event loop policy if within Jupyter notebook server + (GH#2343) Matthew Rocklin + * Add preload script to conf (GH#2325) Guillaume Eynard-Bontemps + * Add serializer for Numpy masked arrays (GH#2335) Peter Killick + * Use psutil.Process.oneshot (GH#2339) NotSqrt + * Use worker SSL context when getting client from worker. (GH#2301) + Anonymous + ------------------------------------------------------------------- Tue Oct 30 03:06:05 UTC 2018 - Arun Persaud diff --git a/python-distributed.spec b/python-distributed.spec index dc41836..f8868f8 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.0 +Version: 1.24.1 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause