cython 0.29.13-0ubuntu2 source package in Ubuntu

Changelog

cython (0.29.13-0ubuntu2) focal; urgency=medium

  * New upstream version.
  * Run the tests for every python version, but ignore failures for
    a first build.

 -- Matthias Klose <email address hidden>  Sat, 19 Oct 2019 17:19:29 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Python Applications Packaging 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_0.29.13.orig.tar.gz 2.0 MiB c29d069a4a30f472482343c866f7486731ad638ef9af92bfe5fca9c7323d638e
cython_0.29.13-0ubuntu2.debian.tar.xz 25.0 KiB 7d388e25162ced914e7ef31507ad8f459930eca093e2eb0ba27c4251ce46b81a
cython_0.29.13-0ubuntu2.dsc 2.5 KiB 31c802de1c20de244626f9a3c4e89f0d2c1944cd653308e024cf1480c3838ac8

View changes file

Binary packages built by this source

cython: C-Extensions for Python

 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.

cython-dbg: C-Extensions for Python - debug build

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

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

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