Sync from SUSE:SLFO:Main python-nest-asyncio revision 15bd2e0418a03bd552a04dedb6956b3e

This commit is contained in:
2024-05-03 21:37:36 +02:00
commit 4bb61879b8
4 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
-------------------------------------------------------------------
Sun Oct 16 17:58:59 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.5.6:
* Add Python 3.11 support
-------------------------------------------------------------------
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>
- Update to 1.5.4:
* No release notes
-------------------------------------------------------------------
Fri Jun 25 11:19:17 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 1.5.1
* no release notes
* update required by jupyter_client 6.2
-------------------------------------------------------------------
Mon Jul 20 15:06:01 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <tchvatal@suse.com>
- Initial commit, needed by nbclient