python-cffi 1.16.0-1build1 source package in Ubuntu

Changelog

python-cffi (1.16.0-1build1) noble; urgency=medium

  * No-change rebuild with Python 3.12 as supported version

 -- Graham Inggs <email address hidden>  Tue, 31 Oct 2023 17:38:39 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Debian Python 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
python-cffi_1.16.0.orig.tar.gz 500.9 KiB bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0
python-cffi_1.16.0-1build1.debian.tar.xz 7.5 KiB d8ab2a936523494ef32c7c6473bddbf66c5698cccb85ed25e9bd766ba3d3672c
python-cffi_1.16.0-1build1.dsc 2.5 KiB d0844e4a1b56ef02595c67aa4a9df44f05687173e6c4a255866082120171cb85

View changes file

Binary packages built by this source

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