Sun, 22 Dec 2024 01:08:38 CST | login

Information for build Cython-3.0.1-1.ocs23

ID1512
Package NameCython
Version3.0.1
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/Cython.git?.#e2d8392afafba551fc13012bf21afef38a2537ba
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
StartedFri, 25 Aug 2023 16:38:37 CST
CompletedFri, 25 Aug 2023 16:49:36 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 No tags
RPMs
src
Cython-3.0.1-1.ocs23.src.rpm (info) (download)
aarch64
python3-Cython-3.0.1-1.ocs23.aarch64.rpm (info) (download)
Cython-debugsource-3.0.1-1.ocs23.aarch64.rpm (info) (download)
python3-Cython-debuginfo-3.0.1-1.ocs23.aarch64.rpm (info) (download)
noarch
emacs-cython-mode-3.0.1-1.ocs23.noarch.rpm (info) (download)
x86_64
python3-Cython-3.0.1-1.ocs23.x86_64.rpm (info) (download)
Cython-debugsource-3.0.1-1.ocs23.x86_64.rpm (info) (download)
python3-Cython-debuginfo-3.0.1-1.ocs23.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * 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