cython 0.29.36-4ubuntu1 source package in Ubuntu

Changelog

cython (0.29.36-4ubuntu1) noble; urgency=medium

  * Merge with Debian; remaining changes:

cython (0.29.36-4) unstable; urgency=medium

  * Team upload.
  * Use zombie-imp to prevent pyximport from crashing under Python 3.12.
    Note that pyximport seems not to work with Python 3.12 even with this
    patch.
  * Skip (autopkg)tests which fail with Python 3.12.
  * Call python as python3 in Makefiles

 -- Matthias Klose <email address hidden>  Tue, 26 Dec 2023 10:07:28 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Python Team
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_0.29.36.orig.tar.gz 2.0 MiB 41c0cfd2d754e383c9eeb95effc9aa4ab847d0c9747077ddd7c0dcb68c3bc01f
cython_0.29.36-4ubuntu1.debian.tar.xz 27.4 KiB b2816857aa32b5a524f6f66cf2d49a99f301b93ae3f558a136554f0b7d309c07
cython_0.29.36-4ubuntu1.dsc 2.3 KiB 817fef06d28fc5f6bdd706d231eb666809c193577a3f71c78f7179c220258775

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