Tue, 27 Jan 2026 06:03:55 CST | login

Information for build python-nest-asyncio-1.5.7-1.ocs23

ID11702
Package Namepython-nest-asyncio
Version1.5.7
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-nest-asyncio.git?.#32928a32b84ed764f44efb2fa715c49621b7aa02
SummaryPatch asyncio to allow nested event loops
DescriptionBy 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.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 12 Jul 2024 11:04:34 CST
CompletedFri, 12 Jul 2024 11:07:22 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/python-nest-asyncio.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-nest-asyncio.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
python-nest-asyncio-1.5.7-1.ocs23.src.rpm (info) (download)
noarch
python3-nest-asyncio-1.5.7-1.ocs23.noarch.rpm (info) (download)
Logs
noarch
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jun 28 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.5.7-1 - initial build