python-cffi 1.15.0-1 source package in Ubuntu

Changelog

python-cffi (1.15.0-1) unstable; urgency=medium

  [ Stefano Rivera ]
  * New upstream release.
  * Drop patches, superseded upstream.
  * Update copyright.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Stefano Rivera <email address hidden>  Fri, 15 Oct 2021 21:15:02 -0700

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.0-1.dsc 1.8 KiB 67187e90ad8f1646b43fdb57b3368d3618a22555e1a570470307de17e952ba1f
python-cffi_1.15.0.orig.tar.gz 472.7 KiB 920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954
python-cffi_1.15.0-1.debian.tar.xz 6.9 KiB f1057e373ae674ad0dfd51ddbe54a4aaf578d447caff4a12f22a56bab3a7cb32

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