Sun, 29 Jun 2025 23:27:00 CST | login

Information for build python-trio-0.22.0-2.oc9

ID40973
Package Namepython-trio
Version0.22.0
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-trio.git?.#54d039d5fbd078748d727f67f6c54eb8984f9f20
SummaryA friendly Python library for async concurrency and I/O
DescriptionThe Trio project's goal is to produce a production-quality, permissively licensed, async/await-native I/O library for Python. Like all async libraries, its main purpose is to help you write programs that do multiple things at the same time with parallelized I/O. A web spider that wants to fetch lots of pages in parallel, a web server that needs to juggle lots of downloads and websocket connections at the same time, a process supervisor monitoring multiple subprocesses... that sort of thing. Compared to other libraries, Trio attempts to distinguish itself with an obsessive focus on usability and correctness. Concurrency is complicated; we try to make it easy to get things right.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedSat, 14 Jun 2025 02:11:27 CST
CompletedSat, 14 Jun 2025 02:13:36 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-trio.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-trio.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-trio-0.22.0-2.oc9.src.rpm (info) (download)
noarch
python3-trio-0.22.0-2.oc9.noarch.rpm (info) (download)
Logs
noarch
dnf.rpm.log
build.log
dnf.librepo.log
hw_info.log
dnf.log
mock_output.log
state.log
root.log
installed_pkgs.log
mock_config.log
noarch_rpmdiff.json
Changelog * Thu Jun 12 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.22.0-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.22.0-1 - initial build