Mon, 16 Mar 2026 18:43:37 CST | login

Information for build python-gevent-22.10.2-4.ocs23

ID5072
Package Namepython-gevent
Version22.10.2
Release4.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-gevent.git?.#73c7070cfe5e6b82fc06f08cb516417f9d22038b
SummaryA coroutine-based Python networking library
Descriptiongevent is a coroutine -based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev or libuv event loop. Features include: - Fast event loop based on libev or libuv. - Lightweight execution units based on greenlets. - API that re-uses concepts from the Python standard library (for examples there are events and queues). - Cooperative sockets with SSL support - Cooperative DNS queries performed through a threadpool, dnspython, or c-ares. - Monkey patching utility to get 3rd party modules to become cooperative - TCP/UDP/HTTP servers - Subprocess support (through gevent.subprocess) - Thread pools
Built bystreamkoji
State complete
Volume DEFAULT
StartedTue, 19 Sep 2023 16:42:11 CST
CompletedTue, 19 Sep 2023 16:45:42 CST
Taskbuild (dist-ocs23-python-update, /opencloudos-stream/python-gevent.git:.:HEAD)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-gevent.git?.#HEAD'}}
Tags
dist-ocs23
RPMs
src
python-gevent-22.10.2-4.ocs23.src.rpm (info) (download)
aarch64
python3-gevent-22.10.2-4.ocs23.aarch64.rpm (info) (download)
python-gevent-debugsource-22.10.2-4.ocs23.aarch64.rpm (info) (download)
python3-gevent-debuginfo-22.10.2-4.ocs23.aarch64.rpm (info) (download)
x86_64
python3-gevent-22.10.2-4.ocs23.x86_64.rpm (info) (download)
python-gevent-debugsource-22.10.2-4.ocs23.x86_64.rpm (info) (download)
python3-gevent-debuginfo-22.10.2-4.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
Changelog * Tue Sep 19 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 22.10.2-4 - Rebuilt for python 3.11 * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 22.10.2-3 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 22.10.2-2 - Rebuilt for OpenCloudOS Stream 23.05 * Tue Apr 11 2023 cunshunxia <cunshunxia@tencent.com> - 22.10.2-1 - initial build