cython 0.29.36-1ubuntu1 source package in Ubuntu
Changelog
cython (0.29.36-1ubuntu1) mantic; urgency=medium * Merge from Debian unstable, remaining changes: - Drop python-numpy build-dependencies on i386 cython (0.29.36-1) unstable; urgency=medium * Team upload. * New upstream release. - Includes Python 3.12 support (Closes: #1004725) * Drop patch py3.11-dbg-assertion.patch, supersedde upstream. * Clean pybuild's work directory. -- Matthias Klose <email address hidden> Sat, 08 Jul 2023 13:16:19 +0200
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Mantic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cython_0.29.36.orig.tar.gz | 2.0 MiB | 41c0cfd2d754e383c9eeb95effc9aa4ab847d0c9747077ddd7c0dcb68c3bc01f |
cython_0.29.36-1ubuntu1.debian.tar.xz | 25.9 KiB | 533e6301654ee6df59f0c0b82887ae60b90707e08819bee353b4cb6b86938324 |
cython_0.29.36-1ubuntu1.dsc | 2.3 KiB | a1e3f24b40d2c783ca1753d74b9578494cf0a22b8385b8fa964b792bc9839243 |
Available diffs
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.