cython 3.0.8-1ubuntu3 source package in Ubuntu

Changelog

cython (3.0.8-1ubuntu3) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 16:45:06 +1100

Upload details

Uploaded by:
William Grant
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
Oracular release universe python
Noble release universe python

Downloads

File Size SHA-256 Checksum
cython_3.0.8.orig.tar.gz 2.6 MiB 8333423d8fd5765e7cceea3a9985dd1e0a5dfeb2734629e1a2ed2d6233d39de6
cython_3.0.8-1ubuntu3.debian.tar.xz 26.4 KiB 93508b73130855f4c9679cfadf78633819aa62396490c9c8f309c097ca992f04
cython_3.0.8-1ubuntu3.dsc 2.4 KiB 1a164fe088fe84716c65b780632aa5cef34d71e476600ce126f28ada380dbe75

View changes file

Binary packages built by this source

cython-doc: C-Extensions for Python 3 (Documentation)

 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.
 .
 This package installs the HTML documentation.

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