cython 3.0.7-0ubuntu1 source package in Ubuntu

Changelog

cython (3.0.7-0ubuntu1) noble; urgency=medium

  * New upstream version.

cython (3.0.6-2ubuntu1) noble; urgency=medium

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

cython (3.0.6-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.
  * Restore the old cython binary (and keep cython3 as a symbolic link).
    (Closes: #686045)

cython (3.0.6-1) experimental; urgency=medium

  * Team upload.
  * New upstream release.

cython (3.0.5-2) experimental; urgency=medium

  * Team upload.
  * cython3: Breaks + Replaces cython3-dbg. (Closes: #1056627)

cython (3.0.5-1) experimental; urgency=medium

  * Upload to experimental.
  * New upstream release. (Closes: #1028157, #1055681)
  * Refresh patches.
  * Drop patch deb_disable_googleanalytics, superseded upstream.
  * Build-Depends-Indep: python3-sphinx-issues, python3-sphinx-tabs.
  * Copy more bits into the testsuite autopkgtest.

 -- Matthias Klose <email address hidden>  Tue, 26 Dec 2023 10:40:39 +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_3.0.7.orig.tar.gz 2.6 MiB fb299acf3a578573c190c858d49e0cf9d75f4bc49c3f24c5a63804997ef09213
cython_3.0.7-0ubuntu1.debian.tar.xz 25.8 KiB ead75726d0f2bcd661d513b238545035a539f17dcf1001c7b5787246d0bcbdc9
cython_3.0.7-0ubuntu1.dsc 2.3 KiB 1dfacb3572ac6e7b1964b122af2cc898c2ae7ddde8a345031e3ac4ac7ccb3172

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