cython 3.0.8-1ubuntu1 source package in Ubuntu

Changelog

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

  * Merge with Debian; remaining changes:
    - Drop python-numpy build-dependencies on i386

cython (3.0.8-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Patch: pyximport: Avoid chdir() and relative paths. (Closes: #1056872)

 -- Matthias Klose <email address hidden>  Mon, 22 Jan 2024 12:55:48 +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-1ubuntu1.debian.tar.xz 26.3 KiB 7ab9de9e38548f9c524e21e45c2a691c8da33b5596df6bf09108d334ab083875
cython_3.0.8-1ubuntu1.dsc 2.4 KiB 99b60134924f5957b6414857e285a748781fa15b42bcc78b81065283c6c9d559

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