pysendfile 2.0.1-1 source package in Ubuntu

Changelog

pysendfile (2.0.1-1) unstable; urgency=low

  * Create a git repository in collab-maint, using git-dpm
  * Add homepage and VCS information (Closes: #805140)
  * Add myself to Uploaders - feel free to revert
  * Add support for Python 3 (Closes: #608287)
  * New upstream version (Closes: #805139)
  * Fixed lintians

 -- W. Martin Borgert <email address hidden>  Sun, 22 Nov 2015 10:23:17 +0000

Upload details

Uploaded by:
Ghe Rivero
Uploaded to:
Sid
Original maintainer:
Ghe Rivero
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pysendfile_2.0.1-1.dsc 2.1 KiB 268ea311890d50449674640aef4e083e0607d6c169f4ef9550f31d2746dff285
pysendfile_2.0.1.orig.tar.gz 14.3 KiB f4ca8a7f0be67e3d710c0633dd9aadab6881203c31cb9eb9be4f10361ad3f937
pysendfile_2.0.1-1.debian.tar.xz 2.5 KiB aa8002c93308854cc59eb0fc94b42e1d2355b3efe832c39d7d7e6856a7664fdc

No changes file available.

Binary packages built by this source

python-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).

python-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 2 debug interpreter.

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.