cython 0.26.1-0.3ubuntu1 source package in Ubuntu

Changelog

cython (0.26.1-0.3ubuntu1) bionic; urgency=medium

  * Drop python3.5 dependency

 -- Gianfranco Costamagna <email address hidden>  Wed, 01 Nov 2017 09:39:00 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Bionic
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.26.1.orig.tar.gz 1.6 MiB c2e63c4794161135adafa8aa4a855d6068073f421c83ffacc39369497a189dd5
cython_0.26.1-0.3ubuntu1.debian.tar.xz 24.0 KiB b18aa4ec59e20c825165e9e3e51c8c1cd6112c6277bcdd0e25a30fe82359740a
cython_0.26.1-0.3ubuntu1.dsc 2.4 KiB e1da8fc6842c0ba481c12e882621a4394b9f2ad630833174f38ef11b71799bbe

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.