python-cffi 1.15.1-5 source package in Ubuntu

Changelog

python-cffi (1.15.1-5) unstable; urgency=medium

  * Patch: Fix test failures on hppa, thanks John David Anglin.
    (Closes: #1024271)
  * Bump Standards-Version to 4.6.2, no changes needed.

 -- Stefano Rivera <email address hidden>  Mon, 19 Dec 2022 19:49:59 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-cffi_1.15.1-5.dsc 1.9 KiB d97407ade523f88b64905b5fa90e535dd5c6929feaaf5694d9f49b84a4d54c67
python-cffi_1.15.1.orig.tar.gz 496.6 KiB d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9
python-cffi_1.15.1-5.debian.tar.xz 9.5 KiB 4c15e1d6d7956821e8533f07768478393c1604da99565fd323d226d67a6c8571

Available diffs

No changes file available.

Binary packages built by this source

python-cffi-doc: Foreign Function Interface for Python calling C code - documentation

 Convenient and reliable way of calling C code from Python.
 .
 The aim of this project is to provide a convenient and reliable way of calling
 C code from Python. It keeps Python logic in Python, and minimises the C
 required. It is able to work at either the C API or ABI level, unlike most
 other approaches, that only support the ABI level.
 .
 This package contains the developer documentation for cffi.

python3-cffi: Foreign Function Interface for Python 3 calling C code

 Convenient and reliable way of calling C code from Python 3.
 .
 The aim of this project is to provide a convenient and reliable way of calling
 C code from Python. It keeps Python logic in Python, and minimises the C
 required. It is able to work at either the C API or ABI level, unlike most
 other approaches, that only support the ABI level.
 .
 This package contains the necessary build and runtime support for cffi
 modules.

python3-cffi-backend: Foreign Function Interface for Python 3 calling C code - runtime

 Convenient and reliable way of calling C code from Python 3.
 .
 The aim of this project is to provide a convenient and reliable way of calling
 C code from Python. It keeps Python logic in Python, and minimises the C
 required. It is able to work at either the C API or ABI level, unlike most
 other approaches, that only support the ABI level.
 .
 This package contains the runtime support for pre-built cffi modules.

python3-cffi-backend-dbgsym: debug symbols for python3-cffi-backend