Thu, 24 Apr 2025 21:55:52 MSK | login

Information for build Cython-0.29.37-1.el9

ID26701
Package NameCython
Version0.29.37
Release1.el9
Epoch
Sourcegit+http://git.inferitos.ru/rpms/Cython#134e6ad78ce34230df9ab9415fd0382c2eeb387f
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 bytigro
State complete
Volume DEFAULT
StartedThu, 27 Mar 2025 18:58:28 MSK
CompletedThu, 27 Mar 2025 19:01:47 MSK
Taskbuild (inferit-9_6-bootstrap, /rpms/Cython/:changed/i9c-beta/Cython-0.29.37-1.el9)
Extra{'source': {'original_url': 'git+http://git.inferitos.ru/rpms/Cython/?#changed/i9c-beta/Cython-0.29.37-1.el9'}}
Tags
inferit-9_6-bootstrap
inferit-9_6-init
RPMs
src
Cython-0.29.37-1.el9.src.rpm (info) (download)
aarch64
python3-Cython-0.29.37-1.el9.aarch64.rpm (info) (download)
Cython-debugsource-0.29.37-1.el9.aarch64.rpm (info) (download)
python3-Cython-debuginfo-0.29.37-1.el9.aarch64.rpm (info) (download)
i686
python3-Cython-0.29.37-1.el9.i686.rpm (info) (download)
Cython-debugsource-0.29.37-1.el9.i686.rpm (info) (download)
python3-Cython-debuginfo-0.29.37-1.el9.i686.rpm (info) (download)
noarch
emacs-cython-mode-0.29.37-1.el9.noarch.rpm (info) (download)
x86_64
python3-Cython-0.29.37-1.el9.x86_64.rpm (info) (download)
Cython-debugsource-0.29.37-1.el9.x86_64.rpm (info) (download)
python3-Cython-debuginfo-0.29.37-1.el9.x86_64.rpm (info) (download)
Logs
aarch64
noarch_rpmdiff.json
root.log
state.log
mock_output.log
installed_pkgs.log
hw_info.log
build.log
i686
noarch_rpmdiff.json
root.log
state.log
mock_output.log
installed_pkgs.log
hw_info.log
build.log
x86_64
noarch_rpmdiff.json
root.log
state.log
mock_output.log
installed_pkgs.log
hw_info.log
build.log
Changelog * Thu Mar 20 2025 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.29.37-1 - Rebuilt for MSVSphere 9.6-beta * Mon Oct 07 2024 Pavel Simovec <psimovec@redhat.com> - 0.29.37-1 - Update to 0.29.37 - Resolves: RHEL-61659