pysendfile 2.0.1-3build1 source package in Ubuntu
Changelog
pysendfile (2.0.1-3build1) focal; urgency=medium * No-change rebuild to drop python3.7. -- Matthias Klose <email address hidden> Tue, 18 Feb 2020 10:45:14 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pysendfile_2.0.1.orig.tar.gz | 14.3 KiB | f4ca8a7f0be67e3d710c0633dd9aadab6881203c31cb9eb9be4f10361ad3f937 |
pysendfile_2.0.1-3build1.debian.tar.xz | 2.7 KiB | 633a132e945bcc0ed26d9c5eaa621702615b6d220f43e03b5a9866eab887ee15 |
pysendfile_2.0.1-3build1.dsc | 2.1 KiB | 5f5e83a612f368e2556a7763465ca213a888a518759b51a77ead76c1b08d0a4f |
Available diffs
- diff from 2.0.1-3 (in Debian) to 2.0.1-3build1 (323 bytes)
Binary packages built by this source
- python3-sendfile: No summary available for python3-sendfile in ubuntu groovy.
No description available for python3-sendfile in ubuntu groovy.
- 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