pysendfile 2.0.1-2build2 source package in Ubuntu

Changelog

pysendfile (2.0.1-2build2) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:09:57 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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-2build2.debian.tar.xz 2.7 KiB 2424986904061a7cbf88999e4c5c2554365fbd711b27c32d3ff20d9bd7ab6856
pysendfile_2.0.1-2build2.dsc 2.2 KiB 42744edabc0282ae1d0f597a8d8ea89e1857eb5d14119fe39557753ca89a7a67

Available diffs

View changes file

Binary packages built by this source

python-sendfile: No summary available for python-sendfile in ubuntu focal.

No description available for python-sendfile in ubuntu focal.

python-sendfile-dbg: No summary available for python-sendfile-dbg in ubuntu focal.

No description available for python-sendfile-dbg in ubuntu focal.

python-sendfile-dbgsym: No summary available for python-sendfile-dbgsym in ubuntu focal.

No description available for python-sendfile-dbgsym in ubuntu focal.

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-dbg: Python interface to sendfile(2) (debug)

 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).
 .
 This package contains the extension built for the Python 3 debug interpreter.

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