cython 0.29.21-1ubuntu4 source package in Ubuntu

Changelog

cython (0.29.21-1ubuntu4) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sat, 16 Oct 2021 06:56:13 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cython_0.29.21.orig.tar.xz 1.5 MiB 7720c76e5398afe6c653461e00507207c048693d916fc2552523ddb7f2aa36b3
cython_0.29.21-1ubuntu4.debian.tar.xz 24.9 KiB bf82ef7be177ea2a409eda206416432abc37fa634fcff58d7b3dfb468a0d3324
cython_0.29.21-1ubuntu4.dsc 2.3 KiB 112d154bee2cb56afb1efbc14262b5796a1e5a076156fcfe0b2fa7b9efc06808

View changes file

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.