cython 3.0.8-1ubuntu2 source package in Ubuntu

Changelog

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

  * No-change rebuild to build with python3.12 only.

 -- Matthias Klose <email address hidden>  Sat, 16 Mar 2024 23:15:20 +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-1ubuntu2.debian.tar.xz 26.3 KiB 1ed870f78fd011c31b51f8550750b5763dc27f3fc73966c9acab3c7fb7db3651
cython_3.0.8-1ubuntu2.dsc 2.4 KiB 68b92408bd818d785c8e437ed64c4dac7cf99368896ce2129b29b6f16a534912

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