Thu, 02 May 2024 10:39:02 UTC | login

Information for build Cython-0.29.33-1.fc38

ID224346
Package NameCython
Version0.29.33
Release1.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/Cython.git#d55635fb41d0d4b0500b48cc10936eec2537fc32
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 bydavidlt
State complete
Volume DEFAULT
StartedTue, 21 Feb 2023 09:36:08 UTC
CompletedTue, 21 Feb 2023 19:08:10 UTC
Taskbuild (f38, /rpms/Cython.git:d55635fb41d0d4b0500b48cc10936eec2537fc32)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/Cython.git#d55635fb41d0d4b0500b48cc10936eec2537fc32'}}
Tags
f38
f39
f40
RPMs
src
Cython-0.29.33-1.fc38.src.rpm (info) (download)
noarch
emacs-cython-mode-0.29.33-1.fc38.noarch.rpm (info) (download)
riscv64
python3-Cython-0.29.33-1.fc38.riscv64.rpm (info) (download)
Cython-debugsource-0.29.33-1.fc38.riscv64.rpm (info) (download)
python3-Cython-debuginfo-0.29.33-1.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Feb 17 2023 Miro Hrončok <mhroncok@redhat.com> - 0.29.33-1 - Update to 0.29.33 - Fix test failures with NumPy 1.24 - Update the RPM license tag to SPDX * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.29.32-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Dec 20 2022 Miro Hrončok <mhroncok@redhat.com> - 0.29.32-2 - emacs-cython-mode: Wrap the docstring of cython-default-compile-format to 80 characters - Fixes: rhbz#2155090 * Mon Aug 08 2022 Miro Hrončok <mhroncok@redhat.com> - 0.29.32-1 - Update to 0.29.32 * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.29.30-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.29.30-3 - Rebuilt for Python 3.11 * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.29.30-2 - Bootstrap for Python 3.11 * Mon May 30 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 0.29.30-1 - Update to 0.29.30 * Thu Mar 31 2022 Miro Hrončok <mhroncok@redhat.com> - 0.29.28-1 - Update to 0.29.28 * Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.29.26-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jan 07 2022 Miro Hrončok <mhroncok@redhat.com> - 0.29.26-1 - Update to 0.29.26 * Wed Jul 21 2021 Scott Talbert <swt@techie.net> - 0.29.24-1 - Update to 0.29.24 to fix FTBFS with Python 3.10 * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.29.22-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 0.29.22-4 - Rebuilt for Python 3.10 * Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 0.29.22-3 - Bootstrap for Python 3.10 * 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