cython 0.20-1ubuntu1 source package in Ubuntu

Changelog

cython (0.20-1ubuntu1) trusty; urgency=medium

  * Merge with Debian; remaining changes:
    - For now, ignore the testresults when run with python3.4. The cython
      tests need updates. LP: #1266132.
      See http://comments.gmane.org/gmane.comp.python.cython.devel/15111.

cython (0.20-1) unstable; urgency=low

  * Fresh upstream release
 -- Matthias Klose <email address hidden>   Tue, 21 Jan 2014 19:00:03 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
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.20.orig.tar.gz 1.4 MiB 5061d11988bd251bea6f29c53148ce4da09f990ef674ee4acabe55c4e13f75a8
cython_0.20-1ubuntu1.debian.tar.gz 22.5 KiB 64f7fd35fceda195f6a7699f94540908c51ee17edf0cd737b7cea93df1711fb0
cython_0.20-1ubuntu1.dsc 1.7 KiB b6e60d81c58cfdc144d6a57cd9145b86379a1cd38aa851f9d7d777d07fe9e177

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.