Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-nest-asyncio | Distribution: Fedora Project |
Version: 1.6.0 | Vendor: Fedora Project |
Release: 2.fc40 | Build date: Fri Jan 26 08:20:30 2024 |
Group: Unspecified | Build host: buildvm-s390x-26.s390.fedoraproject.org |
Size: 26018 | Source RPM: python-nest-asyncio-1.6.0-2.fc40.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/erdewit/nest_asyncio | |
Summary: Patch asyncio to allow nested event loops |
By design asyncio does not allow 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
* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 1.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Lumir Balhar <[email protected]> - 1.6.0-1 - Update to 1.6.0 (rhbz#2259425) * Mon Jan 22 2024 Fedora Release Engineering <[email protected]> - 1.5.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 15 2024 Lumir Balhar <[email protected]> - 1.5.9-1 - Update to 1.5.9 (rhbz#2258480) * Tue Sep 19 2023 Lumír Balhar <[email protected]> - 1.5.8-1 - Update to 1.5.8 (rhbz#2239318) * Tue Aug 01 2023 Lumír Balhar <[email protected]> - 1.5.7-1 - Update to 1.5.7 (rhbz#2227197) * Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 1.5.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <[email protected]> - 1.5.6-3 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 1.5.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Oct 03 2022 Lumír Balhar <[email protected]> - 1.5.6-1 - Update to 1.5.6 Resolves: rhbz#2131173 * Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 1.5.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <[email protected]> - 1.5.5-2 - Rebuilt for Python 3.11 * Mon Apr 04 2022 Lumír Balhar <[email protected]> - 1.5.5-1 - Update to 1.5.5 Resolves: rhbz#2071300
/usr/lib/python3.12/site-packages/__pycache__/nest_asyncio.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/__pycache__/nest_asyncio.cpython-312.pyc /usr/lib/python3.12/site-packages/nest_asyncio-1.6.0.dist-info /usr/lib/python3.12/site-packages/nest_asyncio-1.6.0.dist-info/INSTALLER /usr/lib/python3.12/site-packages/nest_asyncio-1.6.0.dist-info/LICENSE /usr/lib/python3.12/site-packages/nest_asyncio-1.6.0.dist-info/METADATA /usr/lib/python3.12/site-packages/nest_asyncio-1.6.0.dist-info/WHEEL /usr/lib/python3.12/site-packages/nest_asyncio-1.6.0.dist-info/top_level.txt /usr/lib/python3.12/site-packages/nest_asyncio.py /usr/share/doc/python3-nest-asyncio /usr/share/doc/python3-nest-asyncio/README.rst
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 23:47:10 2024