python-cffi 1.15.1-3 source package in Ubuntu

Changelog

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

  * Patch: Python 3.11 (final) support. (Closes: #1021873)

 -- Stefano Rivera <email address hidden>  Sun, 16 Oct 2022 22:00:09 +0200

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-3.dsc 1.9 KiB 639baf0a7030295fc7f57a8f6f26b577505ed53341f70af0a3b0edb31138c0d8
python-cffi_1.15.1.orig.tar.gz 496.6 KiB d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9
python-cffi_1.15.1-3.debian.tar.xz 8.0 KiB 763be6c1cc3b45ee073286f389baef11bd5d57c987846e74105133faaf73ff40

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