Mon, 26 Jan 2026 19:45:34 CST | login

Information for build python-cython0.29-0.29.35-1.ocs23

ID13566
Package Namepython-cython0.29
Version0.29.35
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/python-cython0.29.git?.#6a542a62ab8c6563126a1763b8f1cddffb2c2a88
SummaryCython 0.29.x for compatibility purposes
DescriptionThe Cython language makes writing C extensions for the Python language as easy as Python itself. Cython is a source code translator based on Pyrex, but supports more cutting edge functionality and optimizations. The Cython language is a superset of the Python language (almost all Python code is also valid Cython code), but Cython additionally supports optional static typing to natively call C functions, operate with C++ classes and declare fast C types on variables and class attributes. This allows the compiler to generate very efficient C code from Cython code. This makes Cython the ideal language for writing glue code for external C/C++ libraries, and for fast C modules that speed up the execution of Python code. This package contains Cython 0.29.x for compatibility reasons. Use Cython 3.0+ instead if at all possible.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedThu, 18 Jul 2024 10:48:56 CST
CompletedThu, 18 Jul 2024 10:52:05 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/python-cython0.29.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-cython0.29.git?.#origin/master'}}
Tags No tags
RPMs
src
python-cython0.29-0.29.35-1.ocs23.src.rpm (info) (download)
aarch64
python3-cython0.29-0.29.35-1.ocs23.aarch64.rpm (info) (download)
python-cython0.29-debugsource-0.29.35-1.ocs23.aarch64.rpm (info) (download)
python3-cython0.29-debuginfo-0.29.35-1.ocs23.aarch64.rpm (info) (download)
x86_64
python3-cython0.29-0.29.35-1.ocs23.x86_64.rpm (info) (download)
python-cython0.29-debugsource-0.29.35-1.ocs23.x86_64.rpm (info) (download)
python3-cython0.29-debuginfo-0.29.35-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 * Wed Jul 17 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.29.35-1 - initial build