Tue, 30 Apr 2024 17:40:08 UTC | login

Information for build Cython-0.29.22-7.el9sopt_901

ID49172
Package NameCython
Version0.29.22
Release7.el9sopt_901
Epoch
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/Cython#88c0d02044a6fd7706a462b5d0e6f78039faf46d
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 bytdawson
State complete
Volume DEFAULT
StartedThu, 15 Jun 2023 03:23:10 UTC
CompletedThu, 15 Jun 2023 03:31:14 UTC
Taskbuild (isa9s-packages-optimized-el9sopt, /redhat/centos-stream/rpms/Cython:88c0d02044a6fd7706a462b5d0e6f78039faf46d)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/Cython#88c0d02044a6fd7706a462b5d0e6f78039faf46d'}}
Tags
isa9s-packages-optimized-candidate
isa9s-packages-optimized-testing
RPMs
src
Cython-0.29.22-7.el9sopt_901.src.rpm (info) (download)
noarch
emacs-cython-mode-0.29.22-7.el9sopt_901.noarch.rpm (info) (download)
x86_64
python3-Cython-0.29.22-7.el9sopt_901.x86_64.rpm (info) (download)
Cython-debugsource-0.29.22-7.el9sopt_901.x86_64.rpm (info) (download)
python3-Cython-debuginfo-0.29.22-7.el9sopt_901.x86_64.rpm (info) (download)
Logs
x86_64
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
noarch_rpmdiff.json
state.log
Changelog * Wed Feb 16 2022 Tomas Orsava <torsava@redhat.com> - 0.29.22-7 - Add gating configuration and a simple smoke test - Related: rhbz#1950291 * Tue Feb 08 2022 Tomas Orsava <torsava@redhat.com> - 0.29.22-6 - Add automatically generated Obsoletes tag with the python39- prefix for smoother upgrade from RHEL8 - Related: rhbz#1990421 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Wed Mar 10 2021 Charalampos Stratakis <cstratak@redhat.com> - 0.29.22-3 - Disable tests on RHEL9 as to not pull in the test dependencies * Tue Mar 09 2021 Miro Hrončok <mhroncok@redhat.com> - 0.29.22-2 - Remove an obsoleted patch - Remove old Obsoletes and Conflicts - Update description - Provide cython, python3-cython * Thu Mar 04 2021 Miro Hrončok <mhroncok@redhat.com> - 0.29.22-1 - Update to 0.29.22 * Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.29.21-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Nov 13 2020 Miro Hrončok <mhroncok@redhat.com> - 0.29.21-4 - Drop build dependency on coverage * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.29.21-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jul 22 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.29.21-2 - Re-enable tests. * Wed Jul 22 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.29.21-1 - 0.29.21 * Wed May 27 2020 sguelton@redhat.com - 0.29.19-1 - Update to 0.29.19 * Mon May 25 2020 Miro Hrončok <mhroncok@redhat.com> - 0.29.17-4 - Rebuilt for Python 3.9 * Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 0.29.17-3 - Bootstrap for Python 3.9 * Wed May 13 2020 Petr Viktorin <pviktori@redhat.com> - 0.29.17-2 - Backport classmethod fixes Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1788506 * Tue Apr 28 2020 Marcel Plch <mplch@redhat.com> - 0.29.17-1 - Update to 0.29.17 * Wed Mar 25 2020 Miro Hrončok <mhroncok@redhat.com> - 0.29.16-1 - Update to 0.29.16 (#1816785)