cython 0.19.1+git34-gac3e3a2-1 source package in Ubuntu

Changelog

cython (0.19.1+git34-gac3e3a2-1) unstable; urgency=low


  * Post bugfix-release upstream snapshot
    - among others addressed some memoryview and datetime namespace
      leakage within CPython namespace introduced in 0.19 release.
      This might (unlikely lead to FTBFS for build-dependees.
  * debian/control:
    - Fixing typo in description. Thanks Reuben Thomas. (Closes: #716756)
    - boosted policy to 3.9.4 (no further changes should be due)

 -- Yaroslav Halchenko <email address hidden>  Tue, 06 Aug 2013 11:19:04 -0400

Upload details

Uploaded by:
Python Applications Packaging Team
Uploaded to:
Sid
Original maintainer:
Python Applications Packaging Team
Architectures:
any all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cython_0.19.1+git34-gac3e3a2-1.dsc 1.7 KiB e82fdfc8e5bdfa00895bd5c17c973df82bca242fd6d2706772c819292007e15e
cython_0.19.1+git34-gac3e3a2.orig.tar.gz 1.3 MiB 95de7f41ba00850139bf6e8322776b596d0dc0320980a3c5bc175a678fa51e40
cython_0.19.1+git34-gac3e3a2-1.debian.tar.gz 22.2 KiB e34cd9f42797148ed7a0362adb3eac09c3613c83d55c7ef46fbf7b16a95b9b5b

No changes file available.

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.