Пакет python3-cython-3.0.9-8.el10.x86_64
Имя | python3-cython |
---|---|
Эпоха | 0 |
Версия | 3.0.9 |
Релиз | 8.el10 |
Архитектура | x86_64 |
Сайт | http://www.cython.org |
Лицензия | Apache-2.0 |
Время сборки | 2024-12-18 21:34:54 |
Хост сборки | builder-x86-06.inferitos.ru |
Краткое описание | Language for writing Python extension modules |
Репозитории | CRB |
Полное описание | 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. |
Эррата | — |
Размер | 4028 КиБ |
Исходный проект | Cython-3.0.9-8.el10 |
Контрольная сумма SHA-256 | 194f5a3625154e985e85d86171e1dbabb0d663c9d82221549186d6170c74f41f |
×
* 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