From 0488316bb9f35fd93e2e0ee789a0f91c4a3609fb90db4f567e85a6f40da9cc50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 19 Sep 2020 15:39:46 +0000 Subject: [PATCH] Accepting request 835572 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/835572 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=69 --- distributed-2.26.0.tar.gz | 3 --- distributed-2.27.0.tar.gz | 3 +++ python-distributed.changes | 12 ++++++++++++ python-distributed.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 distributed-2.26.0.tar.gz create mode 100644 distributed-2.27.0.tar.gz diff --git a/distributed-2.26.0.tar.gz b/distributed-2.26.0.tar.gz deleted file mode 100644 index 0e5c919..0000000 --- a/distributed-2.26.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5471a7af8ec3c1b309767bfd726ff20acb4408f72294f96e7bf8ff89a326a7d -size 666427 diff --git a/distributed-2.27.0.tar.gz b/distributed-2.27.0.tar.gz new file mode 100644 index 0000000..b674494 --- /dev/null +++ b/distributed-2.27.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782bb59799880ca4ebc0931def33dbe5d93f9f74ad3dfebb727d03ea98c2d101 +size 666943 diff --git a/python-distributed.changes b/python-distributed.changes index 7b12661..bdf18c1 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Sep 19 15:08:52 UTC 2020 - Arun Persaud + +- update to version 2.27.0: + * Fix registering a worker plugin with name arg (GH#4105) Nick Evans + * Support different remote_python paths on cluster nodes (GH#4085) + Abdulelah Bin Mahfoodh + * Allow RuntimeError s when closing global clients (GH#4115) Matthew + Rocklin + * Match pre-commit in dask (GH#4049) Julia Signell + * Update super usage (GH#4110) Poruri Sai Rahul + ------------------------------------------------------------------- Sat Sep 12 19:58:20 UTC 2020 - Arun Persaud diff --git a/python-distributed.spec b/python-distributed.spec index d9cbf32..df3b328 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -21,7 +21,7 @@ # Test requires network connection %bcond_with test Name: python-distributed -Version: 2.26.0 +Version: 2.27.0 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause