From d5c4bc7f3108c59e6aaadc1fdec3e78b9be8e3e868ff46e6408c8982c164af93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 30 Nov 2020 13:00:17 +0000 Subject: [PATCH] Accepting request 849903 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/849903 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=75 --- distributed-2.30.0.tar.gz | 3 --- distributed-2.30.1.tar.gz | 3 +++ python-distributed.changes | 10 ++++++++++ python-distributed.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 distributed-2.30.0.tar.gz create mode 100644 distributed-2.30.1.tar.gz diff --git a/distributed-2.30.0.tar.gz b/distributed-2.30.0.tar.gz deleted file mode 100644 index 0e1aa9c..0000000 --- a/distributed-2.30.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3eb8e4173625cea6ebda2f0a079b813eeabbffd1b24584855cf063ed1cca60b3 -size 670404 diff --git a/distributed-2.30.1.tar.gz b/distributed-2.30.1.tar.gz new file mode 100644 index 0000000..75b3cfe --- /dev/null +++ b/distributed-2.30.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1421d3b84a0885aeb2c4bdc9e8896729c0f053a9375596c9de8864e055e2ac8e +size 671479 diff --git a/python-distributed.changes b/python-distributed.changes index 161ea0a..8c62b09 100644 --- a/python-distributed.changes +++ b/python-distributed.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Nov 21 22:35:43 UTC 2020 - Arun Persaud + +- update to version 2.30.1: + * Pin pytest-asyncio version (GH#4212) James Bourbeau + * Replace AsyncProcess exit handler by weakref.finalize (GH#4184) + Peter Andreas Entschev + * Remove hard coded connect handshake timeouts (GH#4176) Florian + Jetter + ------------------------------------------------------------------- Sat Oct 10 19:04:32 UTC 2020 - Arun Persaud diff --git a/python-distributed.spec b/python-distributed.spec index 5f411cf..825a05e 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.30.0 +Version: 2.30.1 Release: 0 Summary: Library for distributed computing with Python License: BSD-3-Clause