Thu, 26 Jun 2025 22:17:12 CST | login

Information for build Cython3-3.0.2-7.oc9

ID31908
Package NameCython3
Version3.0.2
Release7.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/Cython3.git?.#c630f24f92d93d63035638cd40a9a198732edab7
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 bybbrucezhang
State complete
Volume DEFAULT
StartedThu, 12 Dec 2024 11:11:14 CST
CompletedThu, 12 Dec 2024 11:23:44 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/Cython3.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/Cython3.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
dist-oc9.2-compose
RPMs
src
Cython3-3.0.2-7.oc9.src.rpm (info) (download)
aarch64
python3-Cython3-3.0.2-7.oc9.aarch64.rpm (info) (download)
Cython3-debugsource-3.0.2-7.oc9.aarch64.rpm (info) (download)
python3-Cython3-debuginfo-3.0.2-7.oc9.aarch64.rpm (info) (download)
loongarch64
python3-Cython3-3.0.2-7.oc9.loongarch64.rpm (info) (download)
Cython3-debugsource-3.0.2-7.oc9.loongarch64.rpm (info) (download)
python3-Cython3-debuginfo-3.0.2-7.oc9.loongarch64.rpm (info) (download)
noarch
emacs-cython3-mode-3.0.2-7.oc9.noarch.rpm (info) (download)
x86_64
python3-Cython3-3.0.2-7.oc9.x86_64.rpm (info) (download)
Cython3-debugsource-3.0.2-7.oc9.x86_64.rpm (info) (download)
python3-Cython3-debuginfo-3.0.2-7.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.0.2-7 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.0.2-6 - Rebuilt for loongarch release * Tue May 14 2024 Pengda Dou <doupengda@loongson.cn> - 3.0.2-5 - [Type] bugfix - [DESC] fix cython-mode.el can't find file problem * Tue Sep 19 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.0.2-4 - Rebuilt for python 3.11 * Fri Sep 15 2023 cunshunxia <cunshunxia@tencent.com> - 3.0.2-3 - rename to Cython3. * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.0.2-2 - Rebuilt for OpenCloudOS Stream 23.09 * Mon Aug 28 2023 cunshunxia <cunshunxia@tencent.com> - 3.0.2-1 - upgrade to 3.0.2 * Fri Aug 25 2023 cunshunxia <cunshunxia@tencent.com> - 3.0.1-1 - upgrade to 3.0.1 * Tue Aug 22 2023 Miaojun Dong <zoedong@tencent.com> - 3.0.0-1 - Bump version to 3.0.0 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.29.32-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.29.32-2 - Rebuilt for OpenCloudOS Stream 23 * Thu Sep 15 2022 Shuo Wang <abushwang@tencent.com> - 0.29.32-1 - initial build