[ All 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 ]
×

Project Cython-3.0.9-8.el10

Name Cython
Epoch 0
Version 3.0.9
Release 8.el10
Website/URL http://www.cython.org
License Apache-2.0
Build Time 2024-12-18 21:34:54
Build Host builder-x86-06.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
× Full screenshot
Packages link
Package Summary SHA-256 checksum
x86_64
python3-cython-3.0.9-8.el10.x86_64 Language for writing Python extension modules 194f5a3625154e985e85d86171e1dbabb0d663c9d82221549186d6170c74f41f download
aarch64
python3-cython-3.0.9-8.el10.aarch64 Language for writing Python extension modules d46d54e0725a8d7f3c85658bd9543a5e26130a3bef54a86ea95eb7e8b9b6eaf4 download
src
Cython-3.0.9-8.el10.src Language for writing Python extension modules 695d761fd064cc169cb3453377750c0672342702e4af9078645e42eeda5ce42a download
Changelog 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