From 7fbe4677f8fc572e2ca2f4f73f665f20140a4f728e25ed1580cc25068d1d9666 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 29 May 2022 20:21:18 +0000 Subject: [PATCH] - update to 1.5.5: * Patch asyncio.get_event_loop to not require a running loop * Potential fix for issue #65 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nest-asyncio?expand=0&rev=7 --- nest_asyncio-1.5.4.tar.gz | 3 --- nest_asyncio-1.5.5.tar.gz | 3 +++ python-nest-asyncio.changes | 7 +++++++ python-nest-asyncio.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 nest_asyncio-1.5.4.tar.gz create mode 100644 nest_asyncio-1.5.5.tar.gz diff --git a/nest_asyncio-1.5.4.tar.gz b/nest_asyncio-1.5.4.tar.gz deleted file mode 100644 index c19d0de..0000000 --- a/nest_asyncio-1.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f969f6013a16fadb4adcf09d11a68a4f617c6049d7af7ac2c676110169a63abd -size 5893 diff --git a/nest_asyncio-1.5.5.tar.gz b/nest_asyncio-1.5.5.tar.gz new file mode 100644 index 0000000..55c1006 --- /dev/null +++ b/nest_asyncio-1.5.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e442291cd942698be619823a17a86a5759eabe1f8613084790de189fe9e16d65 +size 7386 diff --git a/python-nest-asyncio.changes b/python-nest-asyncio.changes index 385cb57..8a77a68 100644 --- a/python-nest-asyncio.changes +++ b/python-nest-asyncio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun May 29 20:19:38 UTC 2022 - Dirk Müller + +- update to 1.5.5: + * Patch asyncio.get_event_loop to not require a running loop + * Potential fix for issue #65 + ------------------------------------------------------------------- Mon Dec 13 05:53:15 UTC 2021 - Steve Kowalik diff --git a/python-nest-asyncio.spec b/python-nest-asyncio.spec index 8242895..e109174 100644 --- a/python-nest-asyncio.spec +++ b/python-nest-asyncio.spec @@ -1,7 +1,7 @@ # # spec file for package python-nest-asyncio # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-nest-asyncio -Version: 1.5.4 +Version: 1.5.5 Release: 0 Summary: Patch asyncio to allow nested event loops License: BSD-2-Clause