cython 3.0.8-0ubuntu1 source package in Ubuntu

Changelog

cython (3.0.8-0ubuntu1) noble; urgency=medium

  * New upstream version.

 -- Matthias Klose <email address hidden>  Wed, 17 Jan 2024 17:56:43 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
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_3.0.8.orig.tar.gz 2.6 MiB 8333423d8fd5765e7cceea3a9985dd1e0a5dfeb2734629e1a2ed2d6233d39de6
cython_3.0.8-0ubuntu1.debian.tar.xz 25.9 KiB 98cb47fd2d6e4ed2e1c0abf4bf10a717a9d6c8dde99242b3049fa88dec3cd30c
cython_3.0.8-0ubuntu1.dsc 2.4 KiB e5987a1f75668efe1d28d5870c0b6aad7dd69968780d4c0b85748cbaf1b33ad9

Available diffs

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-dbgsym: debug symbols for cython3