cython 0.29.32-2ubuntu2 source package in Ubuntu

Changelog

cython (0.29.32-2ubuntu2) lunar; urgency=medium

  * Rebuild to drop Python 3.10 extension

 -- Jeremy Bicha <email address hidden>  Wed, 01 Mar 2023 14:46:27 -0500

Upload details

Uploaded by:
Jeremy BĂ­cha
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe python

Downloads

File Size SHA-256 Checksum
cython_0.29.32.orig.tar.gz 2.0 MiB 8733cf4758b79304f2a4e39ebfac5e92341bce47bcceb26c1254398b2f8c1af7
cython_0.29.32-2ubuntu2.debian.tar.xz 26.2 KiB ccd7d06450097f9d00861e996ff1f4121d8f0d5463aed2bf87c1ea8064b1a975
cython_0.29.32-2ubuntu2.dsc 2.3 KiB 4e3168a5abffd0b12968445465554a7ca0f3cbc02e516e0628c165c2418e3b31

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.