cython-legacy 0.29.36-3ubuntu2 source package in Ubuntu

Changelog

cython-legacy (0.29.36-3ubuntu2) noble; urgency=medium

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

 -- Matthias Klose <email address hidden>  Sat, 16 Mar 2024 23:15:23 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cython-legacy_0.29.36.orig.tar.gz 2.0 MiB 41c0cfd2d754e383c9eeb95effc9aa4ab847d0c9747077ddd7c0dcb68c3bc01f
cython-legacy_0.29.36-3ubuntu2.debian.tar.xz 27.0 KiB 077bdb4999515dd15b9dc5871588c9f3445e06909d043d5c524898e90306d63d
cython-legacy_0.29.36-3ubuntu2.dsc 2.3 KiB cb6f872375eb19b80bf499fc12fdf2c03763582bba6ccf6efbecc947d2df2825

View changes file

Binary packages built by this source

cython-legacy-doc: C-Extensions for Python (legacy version 0.29) - documentation

 This package contains documentation for Cython.

cython3-legacy: C-Extensions for Python 3 (legacy version 0.29)

 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 legacy version may not work with Python 3.12. In particular, the
 pyximport module appears to fail. This legacy version should not be used
 as a package run-time dependency.

cython3-legacy-dbgsym: debug symbols for cython3-legacy