pysendfile 2.0.1-4build3 source package in Ubuntu
Changelog
pysendfile (2.0.1-4build3) lunar; urgency=medium * Rebuild to drop Python 3.10 extension -- Jeremy Bicha <email address hidden> Tue, 28 Feb 2023 19:28:26 -0500
Upload details
- Uploaded by:
- Jeremy BĂcha
- Uploaded to:
- Lunar
- Original maintainer:
- Ghe Rivero
- Architectures:
- any
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | python | |
Lunar | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pysendfile_2.0.1.orig.tar.gz | 14.3 KiB | f4ca8a7f0be67e3d710c0633dd9aadab6881203c31cb9eb9be4f10361ad3f937 |
pysendfile_2.0.1-4build3.debian.tar.xz | 2.8 KiB | 155c44df0c4aac87c2581dcc8c31e9f06dbfddada64b251045fd538ea44995f8 |
pysendfile_2.0.1-4build3.dsc | 2.0 KiB | db53902b7183f6f595ec6af4d549cc0be19eb7ff2d89ac5d1d2537ea002c919d |
Available diffs
- diff from 2.0.1-4build2 to 2.0.1-4build3 (328 bytes)
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