cython 3.0.7-2ubuntu1 source package in Ubuntu

Changelog

cython (3.0.7-2ubuntu1) noble; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Drop python-numpy build-dependencies on i386

cython (3.0.7-2) unstable; urgency=medium

  * Team upload.
  * Correctly skip cpp_stl_any, which is a doctest and must be skipped by
    module name only.

cython (3.0.7-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

cython (3.0.6-3) unstable; urgency=medium

  * Team upload.
  * Patch: Disable some tests that are failing on Debian CI.

 -- Stefano Rivera <email address hidden>  Sat, 30 Dec 2023 11:42:37 -0400

Upload details

Uploaded by:
Stefano Rivera
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.7.orig.tar.gz 2.6 MiB fb299acf3a578573c190c858d49e0cf9d75f4bc49c3f24c5a63804997ef09213
cython_3.0.7-2ubuntu1.debian.tar.xz 25.9 KiB 256430b6db1b1256e82359ccd3a2b83645e09a2422225ad44a829d72a986eb39
cython_3.0.7-2ubuntu1.dsc 1.8 KiB c059b6f780eff4f2dbe336293c5b37939a91616f9411eb16c7afac55ce904d3e

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