pysendfile 2.0.1-4build4 source package in Ubuntu

Changelog

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

  * No-change rebuild with Python 3.12 as supported version

 -- Graham Inggs <email address hidden>  Tue, 31 Oct 2023 17:22:47 +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

Downloads

File Size SHA-256 Checksum
pysendfile_2.0.1.orig.tar.gz 14.3 KiB f4ca8a7f0be67e3d710c0633dd9aadab6881203c31cb9eb9be4f10361ad3f937
pysendfile_2.0.1-4build4.debian.tar.xz 2.8 KiB b008fe415fb0160928493f599d37dba461f801897e4d04e5dc255bb516519c94
pysendfile_2.0.1-4build4.dsc 2.0 KiB 770dd97f6d8e44567ea15383ed359d9fae920024e5ca844b0591762b49974733

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