Sun, 22 Dec 2024 00:53:55 CST | login

Information for build Cython-0.29.36-5.ocs23

ID17705
Package NameCython
Version0.29.36
Release5.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/Cython.git?.#806e9162c19185128e1bb184584a33f5e32736c3
SummaryLanguage for writing Python extension modules
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
Built byocs-bot
State complete
Volume DEFAULT
StartedSat, 17 Aug 2024 18:28:07 CST
CompletedSat, 17 Aug 2024 18:52:38 CST
Taskbuild (dist-ocs23, /opencloudos-stream/Cython.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/Cython.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-base
RPMs
src
Cython-0.29.36-5.ocs23.src.rpm (info) (download)
aarch64
python3-Cython-0.29.36-5.ocs23.aarch64.rpm (info) (download)
Cython-debugsource-0.29.36-5.ocs23.aarch64.rpm (info) (download)
python3-Cython-debuginfo-0.29.36-5.ocs23.aarch64.rpm (info) (download)
loongarch64
python3-Cython-0.29.36-5.ocs23.loongarch64.rpm (info) (download)
Cython-debugsource-0.29.36-5.ocs23.loongarch64.rpm (info) (download)
python3-Cython-debuginfo-0.29.36-5.ocs23.loongarch64.rpm (info) (download)
noarch
emacs-cython-mode-0.29.36-5.ocs23.noarch.rpm (info) (download)
x86_64
python3-Cython-0.29.36-5.ocs23.x86_64.rpm (info) (download)
Cython-debugsource-0.29.36-5.ocs23.x86_64.rpm (info) (download)
python3-Cython-debuginfo-0.29.36-5.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.29.36-5 - Rebuilt for loongarch release * Wed Sep 20 2023 Xiaojie Chen <jackxjchen@tencent.com> - 0.29.36-4 - Rebuilt for increasing release * Tue Sep 19 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.29.36-3 - Rebuilt for python 3.11 * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.29.36-2 - Rebuilt for OpenCloudOS Stream 23.09 * Mon Aug 28 2023 Miaojun Dong <zoedong@tencent.com> - 0.29.36-1 - initial build