1
0

- 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
This commit is contained in:
2022-05-29 20:21:18 +00:00
committed by Git OBS Bridge
parent a0756d44d0
commit 7fbe4677f8
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun May 29 20:19:38 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <steven.kowalik@suse.com>