cython 0.29.30-1ubuntu1 source package in Ubuntu
Changelog
cython (0.29.30-1ubuntu1) kinetic; urgency=medium * Merge from Debian unstable, remaining changes: + Drop python-numpy build-dependencies on i386 cython (0.29.30-1) unstable; urgency=medium * Team upload. * New upstream version 0.29.30. * debian/control: Bump Standards-Version to 4.6.1. * debian/patches: Refresh patches. cython (0.29.28-3) unstable; urgency=medium * Team upload * Fixed another 2-digit minor version bug. * Skip tests on sparc64, where they frequently fail. (Closes: #1003181) cython (0.29.28-2) unstable; urgency=medium * Team upload * Handle 2-digit Python minor versions. -- Graham Inggs <email address hidden> Tue, 14 Jun 2022 15:02:41 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Kinetic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cython_0.29.30.orig.tar.gz | 2.0 MiB | 2235b62da8fe6fa8b99422c8e583f2fb95e143867d337b5c75e4b9a1a865f9e3 |
cython_0.29.30-1ubuntu1.debian.tar.xz | 25.6 KiB | 6711ee075a3c698bbece7ab3b98b675500dbb4c2420df39d67d9e3bfe48441e7 |
cython_0.29.30-1ubuntu1.dsc | 2.3 KiB | 0d70e5b8e8040b01bb09677f1f5a586b14283422d9f9a7533bf3eefe4a675271 |
Available diffs
Binary packages built by this source
- 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.