cython 0.29.14-0.1 source package in Ubuntu
Changelog
cython (0.29.14-0.1) unstable; urgency=medium * Non-maintainer upload. * New upstream version, more Python 3.8 fixes. Closes: #942696. -- Matthias Klose <email address hidden> Mon, 11 Nov 2019 13:16:50 +0100
Upload details
- Uploaded by:
- Python Applications Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Python Applications Packaging Team
- 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.14-0.1.dsc | 2.5 KiB | ab4b422384298e645ec29cb3f0967a4f63539993cbe8c797ddb891c567fffa34 |
cython_0.29.14.orig.tar.gz | 2.0 MiB | e4d6bb8703d0319eb04b7319b12ea41580df44fd84d83ccda13ea463c6801414 |
cython_0.29.14-0.1.debian.tar.xz | 25.0 KiB | 85f75801c57d3c8d6bf8ef001fc61abdcda840c480d9cf57ee477c0030addf35 |
Available diffs
- diff from 0.29.13-0.1 to 0.29.14-0.1 (8.7 KiB)
No changes file available.
Binary packages built by this source
- cython: C-Extensions for Python
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.
- cython-dbg: C-Extensions for Python - debug build
This package contains Cython libraries built against versions of
Python configured with --pydebug.
- 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.