Tue, 17 Mar 2026 18:01:06 CST | login

Information for build python-gevent-23.7.0-1.ocs23

ID6040
Package Namepython-gevent
Version23.7.0
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-gevent.git?.#f372ae6db0a2557ac55a73948cf351722929b896
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 byocs-bot
State complete
Volume DEFAULT
StartedSat, 07 Oct 2023 19:09:39 CST
CompletedSat, 07 Oct 2023 19:13:59 CST
Taskbuild (dist-ocs23, /opencloudos-stream/python-gevent.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-gevent.git?.#origin/master'}}
Tags
dist-ocs23
RPMs
src
python-gevent-23.7.0-1.ocs23.src.rpm (info) (download)
aarch64
python3-gevent-23.7.0-1.ocs23.aarch64.rpm (info) (download)
python-gevent-debugsource-23.7.0-1.ocs23.aarch64.rpm (info) (download)
python3-gevent-debuginfo-23.7.0-1.ocs23.aarch64.rpm (info) (download)
x86_64
python3-gevent-23.7.0-1.ocs23.x86_64.rpm (info) (download)
python-gevent-debugsource-23.7.0-1.ocs23.x86_64.rpm (info) (download)
python3-gevent-debuginfo-23.7.0-1.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 * Sat Oct 07 2023 Wang Guodong <gordonwwang@tencent.com> - 23.7.0-1 - Upgrade to version 23.7.0 * 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