Information for build python-gevent-23.9.1-1.oc9

ID20471
Package Namepython-gevent
Version23.9.1
Release1.oc9
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-gevent.git?.#35c0882c54e92628c8f3d53288acda4ceb95219d
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 bydenisecheng
State complete
Volume DEFAULT
StartedTue, 16 Jan 2024 19:21:56 CST
CompletedTue, 16 Jan 2024 19:28:13 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-gevent.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-gevent.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-gevent-23.9.1-1.oc9.src.rpm (info) (download)
aarch64
python3-gevent-23.9.1-1.oc9.aarch64.rpm (info) (download)
python-gevent-debugsource-23.9.1-1.oc9.aarch64.rpm (info) (download)
python3-gevent-debuginfo-23.9.1-1.oc9.aarch64.rpm (info) (download)
x86_64
python3-gevent-23.9.1-1.oc9.x86_64.rpm (info) (download)
python-gevent-debugsource-23.9.1-1.oc9.x86_64.rpm (info) (download)
python3-gevent-debuginfo-23.9.1-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * Mon Oct 23 2023 Zhao Zhen <jeremiazhao@tencent.com> - 23.9.1-1 - upgrade to upstream version 23.9.1 - fixed CVE-2023-41419 * 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