pysendfile 2.0.1-4build1 source package in Ubuntu

Changelog

pysendfile (2.0.1-4build1) jammy; urgency=medium

  * No-change rebuild with Python 3.10 only

 -- Graham Inggs <email address hidden>  Thu, 17 Mar 2022 19:44:02 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic release universe python
Jammy release universe python

Downloads

File Size SHA-256 Checksum
pysendfile_2.0.1.orig.tar.gz 14.3 KiB f4ca8a7f0be67e3d710c0633dd9aadab6881203c31cb9eb9be4f10361ad3f937
pysendfile_2.0.1-4build1.debian.tar.xz 2.7 KiB e739c42a9973742be9247cd4bff199e617b3e428659ac8360f0825b6d06377d5
pysendfile_2.0.1-4build1.dsc 2.0 KiB 9bc137ec05dded578ef5c73f5e2bddf433ba1f5e6aee01d9bb7bfe033a1da098

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