Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-nest-asyncio | Distribution: SUSE Linux Framework One |
Version: 1.5.6 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: slfo.1.1.7 | Build date: Sun Oct 16 19:58:59 2022 |
Group: Unspecified | Build host: reproducible |
Size: 28107 | Source RPM: python-nest-asyncio-1.5.6-slfo.1.1.7.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://github.com/erdewit/nest_asyncio | |
Summary: Patch asyncio to allow nested event loops |
By design asyncio `does not allow <https://bugs.python.org/issue22239>`_ its event loop to be nested. This presents a practical problem: When in an environment where the event loop is already running it's impossible to run tasks and wait for the result. Trying to do so will give the error "``RuntimeError: This event loop is already running``". The issue pops up in various environments, such as web servers, GUI applications and in Jupyter notebooks. This module patches asyncio to allow nested use of ``asyncio.run`` and ``loop.run_until_complete``.
BSD-2-Clause
* Sun Oct 16 2022 dmueller@suse.com - update to 1.5.6: * Add Python 3.11 support * Sun May 29 2022 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 2021 steven.kowalik@suse.com - Update to 1.5.4: * No release notes * Fri Jun 25 2021 code@bnavigator.de - Update to 1.5.1 * no release notes * update required by jupyter_client 6.2 * Mon Jul 20 2020 mcalabkova@suse.com - Update to 1.4.0 * Propagate KeyboardInterrupt / SystemExit encountered when running handle * set loop back when loop end * Tue Jun 09 2020 tchvatal@suse.com - Initial commit, needed by nbclient
/usr/lib/python3.11/site-packages/__pycache__/nest_asyncio.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/__pycache__/nest_asyncio.cpython-311.pyc /usr/lib/python3.11/site-packages/nest_asyncio-1.5.6-py3.11.egg-info /usr/lib/python3.11/site-packages/nest_asyncio-1.5.6-py3.11.egg-info/PKG-INFO /usr/lib/python3.11/site-packages/nest_asyncio-1.5.6-py3.11.egg-info/SOURCES.txt /usr/lib/python3.11/site-packages/nest_asyncio-1.5.6-py3.11.egg-info/dependency_links.txt /usr/lib/python3.11/site-packages/nest_asyncio-1.5.6-py3.11.egg-info/top_level.txt /usr/lib/python3.11/site-packages/nest_asyncio.py /usr/share/doc/packages/python311-nest-asyncio /usr/share/doc/packages/python311-nest-asyncio/README.rst /usr/share/licenses/python311-nest-asyncio /usr/share/licenses/python311-nest-asyncio/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 9 00:03:33 2024