pysendfile 2.0.1-4build5 source package in Ubuntu

Changelog

pysendfile (2.0.1-4build5) noble; urgency=medium

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Thu, 11 Apr 2024 11:20:50 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Ghe Rivero
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python

Downloads

File Size SHA-256 Checksum
pysendfile_2.0.1.orig.tar.gz 14.3 KiB f4ca8a7f0be67e3d710c0633dd9aadab6881203c31cb9eb9be4f10361ad3f937
pysendfile_2.0.1-4build5.debian.tar.xz 2.8 KiB 1cf828aeaafa782e56efc21ae02be847db2e7652b78454491fb1f885f2b7ef92
pysendfile_2.0.1-4build5.dsc 2.0 KiB 3f1dc8e937b23bbe1cc24639f21fc8cb8bb8c18712dba24309a2327cad31d3a9

Available diffs

View changes file

Binary packages built by this source

python3-sendfile: Python interface to sendfile(2)

 Python library which provides a "zero-copy" way of copying data from one
 file descriptor to another (a socket). The phrase "zero-copy" refers to
 the fact that all of the copying of data between the two descriptors is
 done entirely by the kernel, with no copying of data into userspace buffers.
 This is particularly useful when sending a file over a socket (e.g. FTP).

python3-sendfile-dbgsym: debug symbols for python3-sendfile