From 1f8dfbb8014f709172e4062d1e2b438a7bcb2892cbcef7dd9ff559061cc5444b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 20 Jul 2020 16:35:43 +0000 Subject: [PATCH] Accepting request 821932 from home:mcalabkova:branches:devel:languages:python - Update to 1.4.0 * Propagate KeyboardInterrupt / SystemExit encountered when running handle * set loop back when loop end OBS-URL: https://build.opensuse.org/request/show/821932 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nest-asyncio?expand=0&rev=3 --- nest_asyncio-1.3.3.tar.gz | 3 --- nest_asyncio-1.4.0.tar.gz | 3 +++ python-nest-asyncio.changes | 7 +++++++ python-nest-asyncio.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 nest_asyncio-1.3.3.tar.gz create mode 100644 nest_asyncio-1.4.0.tar.gz diff --git a/nest_asyncio-1.3.3.tar.gz b/nest_asyncio-1.3.3.tar.gz deleted file mode 100644 index d61d5be..0000000 --- a/nest_asyncio-1.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75dad56eaa7078e2e29c6630f114077fc5060069658d74545b0409e63ca8a028 -size 5538 diff --git a/nest_asyncio-1.4.0.tar.gz b/nest_asyncio-1.4.0.tar.gz new file mode 100644 index 0000000..725ce39 --- /dev/null +++ b/nest_asyncio-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5773054bbc14579b000236f85bc01ecced7ffd045ec8ca4a9809371ec65a59c8 +size 7053 diff --git a/python-nest-asyncio.changes b/python-nest-asyncio.changes index a4921a6..111acee 100644 --- a/python-nest-asyncio.changes +++ b/python-nest-asyncio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 20 15:06:01 UTC 2020 - Marketa Calabkova + +- Update to 1.4.0 + * Propagate KeyboardInterrupt / SystemExit encountered when running handle + * set loop back when loop end + ------------------------------------------------------------------- Tue Jun 9 08:54:06 UTC 2020 - Tomáš Chvátal diff --git a/python-nest-asyncio.spec b/python-nest-asyncio.spec index a27b796..685e341 100644 --- a/python-nest-asyncio.spec +++ b/python-nest-asyncio.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-nest-asyncio -Version: 1.3.3 +Version: 1.4.0 Release: 0 Summary: Patch asyncio to allow nested event loops License: BSD-2-Clause