pysendfile 2.0.1-4build6 source package in Ubuntu

Changelog

pysendfile (2.0.1-4build6) plucky; urgency=medium

  * SRU: #2083480: No-change rebuild to add support for Python 3.13.

 -- Matthias Klose <email address hidden>  Wed, 13 Nov 2024 09:57:17 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Plucky
Original maintainer:
Ghe Rivero
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe python

Downloads

File Size SHA-256 Checksum
pysendfile_2.0.1.orig.tar.gz 14.3 KiB f4ca8a7f0be67e3d710c0633dd9aadab6881203c31cb9eb9be4f10361ad3f937
pysendfile_2.0.1-4build6.debian.tar.xz 2.9 KiB 9e2d2ac3867c547f5246a0d50a213a673a74529b9e981a65b16c2e58a778b1a5
pysendfile_2.0.1-4build6.dsc 2.0 KiB b477e5842588d6570f8dd11aa71cec264edefe4dce7cb6ae8319b0a3e9fdfad9

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