cython 3.0.10+dfsg-5ubuntu1 source package in Ubuntu

Changelog

cython (3.0.10+dfsg-5ubuntu1) oracular; urgency=medium

  * Merge from Debian unstable, remaining changes:
    - Drop python-numpy build-dependencies on i386

cython (3.0.10+dfsg-5) unstable; urgency=medium

  * Team upload
  * When there is more than one supported Python version, i386 and arm64
    are too slow for autopkgtest to run the entire testsuite on each
    Python version without timing out.  So we restrict to only the default
    version on those archs.

cython (3.0.10+dfsg-4) unstable; urgency=medium

  * Team upload
  * debian/:
    - Build with --with=sphinxdoc only on -indep builds
    - Stop building debug extensions to finish move to -dbgsym
      packages (Closes: 1069305)
  * debian/rules:
    - Use $(MAKE) instead of make
    - Run tests only for -arch builds.

cython (3.0.10+dfsg-3) unstable; urgency=medium

  * Team upload
  * Only build documentation when building arch-independent package

cython (3.0.10+dfsg-2) unstable; urgency=medium

  * Team upload
  * Fix build-dependencies

cython (3.0.10+dfsg-1) unstable; urgency=medium

  * Team upload
  * New upstream version (closes: #1059835)
  * Install cythonize command-line script
  * Update to debhelper compat level 13
  * Update Standards-Version to 4.7.0 (no changes required)
  * Build with sphinxdoc to avoid embedded JavaScript code, and move
    documentation to /usr/share/doc/cython3
  * Add help2man-generated manpages for cythonize and cygdb
  * Update d/copyright and exclude demo files with unclear licensing
    conditions
  * Add doc-base file to cython-doc

 -- Graham Inggs <email address hidden>  Mon, 06 May 2024 15:46:52 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python

Downloads

File Size SHA-256 Checksum
cython_3.0.10+dfsg.orig.tar.xz 2.1 MiB 723478a4ae8a0f28673ade89735f05009741222c880e28da78671ec56528c059
cython_3.0.10+dfsg-5ubuntu1.debian.tar.xz 28.1 KiB f28418d679311801978e718a8472d257d43d812c5c1406691f0db3865705bf9f
cython_3.0.10+dfsg-5ubuntu1.dsc 3.1 KiB 5861d792e33e36ae632be1517dc65d701aae47859966e15a3aaf897e8d37b3a1

View changes file

Binary packages built by this source

cython-doc: C-Extensions for Python 3 (Documentation)

 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.
 .
 This package installs the HTML documentation.

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.
 .
 This package installs the Python library and command-line tools.

cython3-dbgsym: debug symbols for cython3