cython 0.29.24-0ubuntu2 source package in Ubuntu

Changelog

cython (0.29.24-0ubuntu2) jammy; urgency=medium

  * Replace remaining changes after merge:
    + Drop python-numpy build-dependencies on i386
    + Drop numpy b-d for a first build with 3.10

cython (0.29.24-0ubuntu1) jammy; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + cython3-dbg: Add Multi-Arch: same.

  [ Sandro Tosi ]
  * New upstream release; Closes: #991946

  [ Graham Inggs ]
  * Refresh debian/patches/deb_nopngmath

cython (0.29.21-3) unstable; urgency=medium

  * Team upload
  * Reinstate build dependency on python3-numpy and enable tests

cython (0.29.21-2) unstable; urgency=medium

  * Team upload

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Graham Inggs ]
  * Drop build dependency on python3-numpy for a first python3.9 build
    and don't run the tests for this build

 -- Graham Inggs <email address hidden>  Tue, 19 Oct 2021 11:55:50 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
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_0.29.24.orig.tar.xz 1.5 MiB d7ac9ff73508ad18ddb87fc4be604879247fbbd2fbfa111a82a63abffbe8b4d1
cython_0.29.24-0ubuntu2.debian.tar.xz 25.1 KiB 227797c3131a03607f7b53d92c44c74e4873f9d4559084e23d2401dd85d3009b
cython_0.29.24-0ubuntu2.dsc 2.3 KiB 3af1b79d07104e24a295e8563e9c04535e40cbeb9668b423b399add8f06ff1dd

View changes file

Binary packages built by this source

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-dbg: C-Extensions for Python 3 - debug build

 This package contains Cython libraries built against versions of
 Python configured with --pydebug.