Package python3-cython-3.0.9-8.el10.aarch64
Name | python3-cython |
---|---|
Epoch | 0 |
Version | 3.0.9 |
Release | 8.el10 |
Architecture | aarch64 |
Website/URL | http://www.cython.org |
License | Apache-2.0 |
Build Time | 2024-12-18 21:35:40 |
Build Host | builder-arm64-1.inferitos.ru |
Summary | Language for writing Python extension modules |
Repositories | CRB |
Description | The 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. |
Errata | — |
Size | 3919 KiB |
Source Project | Cython-3.0.9-8.el10 |
SHA-256 checksum | d46d54e0725a8d7f3c85658bd9543a5e26130a3bef54a86ea95eb7e8b9b6eaf4 |
×
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.0.9-8 - Bump release for October 2024 mass rebuild: * Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3.0.9-6 - Rebuilt for MSVSphere 10 * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.0.9-6 - Bump release for June 2024 mass rebuild * Mon May 13 2024 Miro Hrončok <miro@hroncok.cz> - 3.0.9-5 - Add RHEL gating configuration * Mon May 13 2024 Miro Hrončok <miro@hroncok.cz> - 3.0.9-4 - CI: Run upstream testsuite * Tue May 07 2024 Miro Hrončok <miro@hroncok.cz> - 3.0.9-3 - Import CI tests from RHEL * Thu Apr 11 2024 Miro Hrončok <miro@hroncok.cz> - 3.0.9-2 - Don't BuildRequire pythran in RHEL * Sun Mar 17 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.0.9-1 - Update to 3.0.9 (rhbz#2268123) * Sat Mar 02 2024 Miro Hrončok <miro@hroncok.cz> - 3.0.8-4 - Disable GCC warnings/errors about wrong self casts in final function calls * Wed Feb 21 2024 Karolina Surma <ksurma@redhat.com> - 3.0.8-3 - Use Python 3.13.0a4 PyCFunctionFastWithKeywords