From d0738ceb6a70972dc2cf958a8d314752c54c3921656ca9033363eb621aaa4ac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 6 Oct 2020 08:00:56 +0000 Subject: [PATCH] Accepting request 839655 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/839655 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=71 --- distributed-2.27.0.tar.gz | 3 --- distributed-2.29.0.tar.gz | 3 +++ python-distributed.changes | 19 +++++++++++++++++++ python-distributed.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 distributed-2.27.0.tar.gz create mode 100644 distributed-2.29.0.tar.gz diff --git a/distributed-2.27.0.tar.gz b/distributed-2.27.0.tar.gz deleted file mode 100644 index b674494..0000000 --- a/distributed-2.27.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:782bb59799880ca4ebc0931def33dbe5d93f9f74ad3dfebb727d03ea98c2d101 -size 666943 diff --git a/distributed-2.29.0.tar.gz b/distributed-2.29.0.tar.gz new file mode 100644 index 0000000..f353890 --- /dev/null +++ b/distributed-2.29.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d9abffb95e3fa8b8bb811c042df915a2897417839909a3ff31194d7db4645f4 +size 668192 diff --git a/python-distributed.changes b/python-distributed.changes index bdf18c1..b52a161 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Oct 5 20:16:12 UTC 2020 - Arun Persaud + +- update to version 2.29.0: + * Use pandas.testing (GH#4138) jakirkham + * Fix a few typos (GH#4131) Pav A + * Return right away in Cluster.close if cluster is already closed + (GH#4116) Tom Rochette + * Update async doc with example on .compute() vs client.compute() + (GH#4137) Benjamin Zaitlen + * Correctly tear down LoopRunner in Client (GH#4112) Sergey Kozlov + * Simplify Client._graph_to_futures() (GH#4127) Mads + R. B. Kristensen + * Cleanup new exception traceback (GH#4125) Krishan Bhasin + * Stop writing config files by default (GH#4123) Matthew Rocklin + +- changes from version 2.28.0: + * Fix SSL connection_args for progressbar connect (GH#4122) jennalc + ------------------------------------------------------------------- Sat Sep 19 15:08:52 UTC 2020 - Arun Persaud diff --git a/python-distributed.spec b/python-distributed.spec index df3b328..dd8f328 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.27.0 +Version: 2.29.0 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause