cython-legacy 0.29.37-2ubuntu1 source package in Ubuntu

Changelog

cython-legacy (0.29.37-2ubuntu1) noble; urgency=medium

  * Merge from Debian unstable, remaining changes:
    - Drop python-numpy build-dependencies on i386

cython-legacy (0.29.37-2) unstable; urgency=medium

  * Remove usages of deprecated numpy.distutils
  * Disable unicode test_raiseMemError (Closes: #1059839)

cython-legacy (0.29.37-1) unstable; urgency=medium

  * Team upload.
  * New upstream version (closes: #1062604)

 -- Graham Inggs <email address hidden>  Mon, 08 Apr 2024 10:14:59 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
cython-legacy_0.29.37.orig.tar.gz 2.0 MiB dc4679759d71fc5179053d09a11213ccf23f8d50b5aaa0d0c39a5c5c483169d1
cython-legacy_0.29.37-2ubuntu1.debian.tar.xz 28.2 KiB 78b38e210729f0b5f27526d41ec0ae5681940506895a75656a0d1e7aaa4a5445
cython-legacy_0.29.37-2ubuntu1.dsc 2.4 KiB a943e2870b377ac96095e64bbd7e614d6110ad744e2d81270abe6bb8293156f8

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