cython 0.29.21-1ubuntu3 source package in Ubuntu
Changelog
cython (0.29.21-1ubuntu3) hirsute; urgency=medium * No-change rebuild to drop python3.8 extensions. -- Matthias Klose <email address hidden> Mon, 07 Dec 2020 18:19:50 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Hirsute
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cython_0.29.21.orig.tar.xz | 1.5 MiB | 7720c76e5398afe6c653461e00507207c048693d916fc2552523ddb7f2aa36b3 |
cython_0.29.21-1ubuntu3.debian.tar.xz | 24.8 KiB | 0a4fd48d957ab44c857751e58ba54f09bbf2af63e9d6c1be33abaf3265840416 |
cython_0.29.21-1ubuntu3.dsc | 2.3 KiB | d675246cdb4b824f33fdc4dd14a2dda9abdc68953140a295fdab98e517e24456 |
Available diffs
- diff from 0.29.21-1ubuntu2 to 0.29.21-1ubuntu3 (331 bytes)
Binary packages built by this source
- cython-doc: C-Extensions for Python - documentation
This package contains documentation for Cython.
- cython3: C-Extensions for Python 3
Cython is a language that makes writing C extensions for the Python language as
easy as Python itself. Cython is based on the well-known Pyrex, but supports
more cutting edge functionality and optimizations.
.
The Cython language is very close to the Python language, but Cython
additionally supports calling C functions and declaring 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 wrapping external C libraries, and
for fast C modules that speed up the execution of Python code.
- cython3-dbg: C-Extensions for Python 3 - debug build
This package contains Cython libraries built against versions of
Python configured with --pydebug.