[ Все 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Пакет python3-cython-3.0.9-8.el10.aarch64 download

Имя python3-cython
Эпоха 0
Версия 3.0.9
Релиз 8.el10
Архитектура aarch64
Сайт http://www.cython.org
Лицензия Apache-2.0
Время сборки 2024-12-18 21:35:40
Хост сборки builder-arm64-1.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.
Эррата
Размер 3919 КиБ
Исходный проект Cython-3.0.9-8.el10
Контрольная сумма SHA-256 d46d54e0725a8d7f3c85658bd9543a5e26130a3bef54a86ea95eb7e8b9b6eaf4
× Full screenshot
История изменений link
* 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