Wed, 28 Jan 2026 01:17:24 CST | login

Information for build python-curio-1.6-1.oc9

ID23434
Package Namepython-curio
Version1.6
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-curio.git?.#5e573c1c9ffedd42fe9eda9a68acd941d9ee90ed
SummaryBuilding blocks for performing concurrent I/O
DescriptionCurio is a library of building blocks for performing concurrent I/O and common system programming tasks such as launching subprocesses, working with files, and farming work out to thread and process pools. It uses Python coroutines and the explicit async/await syntax introduced in Python 3.5. Its programming model is based on cooperative multitasking and existing programming abstractions such as threads, sockets, files, subprocesses, locks, and queues. You'll find it to be small, fast, and fun. Curio has no third-party dependencies and does not use the standard asyncio module. Most users will probably find it to be a bit too-low level--it's probably best to think of it as a library for building libraries. Although you might not use it directly, many of its ideas have influenced other libraries with similar functionality.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 03 Jun 2024 20:23:38 CST
CompletedMon, 03 Jun 2024 20:28:04 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-curio.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-curio.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-curio-1.6-1.oc9.src.rpm (info) (download)
noarch
python3-curio-1.6-1.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.6-1 - initial build