Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python310-nest-asyncio | Distribution: openSUSE Tumbleweed |
Version: 1.6.0 | Vendor: openSUSE |
Release: 1.4 | Build date: Tue Jan 30 19:04:45 2024 |
Group: Unspecified | Build host: reproducible |
Size: 20278 | Source RPM: python-nest-asyncio-1.6.0-1.4.src.rpm |
Packager: http://bugs.opensuse.org | |
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
* Tue Jan 30 2024 Dirk Müller <dmueller@suse.com> - update to 1.6.0: * Pre-empt current task before running handle, allowing unpatched tasks * Sat Jan 20 2024 Dirk Müller <dmueller@suse.com> - update to 1.5.9: * Fix patching an already running Proactor loop * Mon Nov 27 2023 Dirk Müller <dmueller@suse.com> - update to 1.5.8: * Python 3.12 support. * Sun Oct 16 2022 Dirk Müller <dmueller@suse.com> - update to 1.5.6: * Add Python 3.11 support * Sun May 29 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 2021 Steve Kowalik <steven.kowalik@suse.com> - Update to 1.5.4: * No release notes * Fri Jun 25 2021 Ben Greiner <code@bnavigator.de> - Update to 1.5.1 * no release notes * update required by jupyter_client 6.2 * Mon Jul 20 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 09 2020 Tomáš Chvátal <tchvatal@suse.com> - Initial commit, needed by nbclient
/usr/lib/python3.10/site-packages/__pycache__/nest_asyncio.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/__pycache__/nest_asyncio.cpython-310.pyc /usr/lib/python3.10/site-packages/nest_asyncio-1.6.0-py3.10.egg-info /usr/lib/python3.10/site-packages/nest_asyncio-1.6.0-py3.10.egg-info/PKG-INFO /usr/lib/python3.10/site-packages/nest_asyncio-1.6.0-py3.10.egg-info/SOURCES.txt /usr/lib/python3.10/site-packages/nest_asyncio-1.6.0-py3.10.egg-info/dependency_links.txt /usr/lib/python3.10/site-packages/nest_asyncio-1.6.0-py3.10.egg-info/top_level.txt /usr/lib/python3.10/site-packages/nest_asyncio.py /usr/share/doc/packages/python310-nest-asyncio /usr/share/doc/packages/python310-nest-asyncio/README.rst /usr/share/licenses/python310-nest-asyncio /usr/share/licenses/python310-nest-asyncio/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Jan 11 00:49:50 2025