cython 0.29.24-0ubuntu3 source package in Ubuntu

Changelog

cython (0.29.24-0ubuntu3) jammy; urgency=medium

  * Fix compatibility with Sphinx 4.2.0

 -- Graham Inggs <email address hidden>  Wed, 20 Oct 2021 08:00:23 +0000

Upload details

Uploaded by:
Graham Inggs
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.24.orig.tar.xz 1.5 MiB d7ac9ff73508ad18ddb87fc4be604879247fbbd2fbfa111a82a63abffbe8b4d1
cython_0.29.24-0ubuntu3.debian.tar.xz 25.4 KiB 8fb944fcd217e3b3bc81265320b9d85c770f69527bc8c63f05b676ad62def150
cython_0.29.24-0ubuntu3.dsc 2.3 KiB 25b4a8ad5f03e72712304f2560cce8eebbf621ee28eb7b80691953d07d175aef

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.