Package python-module-pysendfile: Information

    Source package: python-module-pysendfile
    Version: 2.0.1-alt2
    Build time:  Apr 18, 2019, 06:55 PM in the task #225625
    Report package bug
    License: MIT
    Summary: Python interface to the sendfile(2) system call
    Description: 
    sendfile(2) is a system call 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 user-space buffers. This is particularly useful when sending a
    file over a socket (e.g. FTP).

    List of rpms provided by this srpm:
    python-module-pysendfile (x86_64, i586, aarch64)
    python-module-pysendfile-debuginfo (x86_64, i586, aarch64)
    python3-module-pysendfile (x86_64, i586, aarch64)
    python3-module-pysendfile-debuginfo (x86_64, i586, aarch64)

    Maintainer: Michael Shigorin


      1. python3-dev
      2. python3-module-setuptools
      3. python-dev
      4. rpm-build-python3
      5. python-module-setuptools

    Last changed


    April 7, 2019 Michael Shigorin 2.0.1-alt2
    - added explicit BR: python{,3}-dev to ease e2k python upgrade
    Jan. 12, 2019 Stanislav Levin 2.0.1-alt1
    - 2.0.0 -> 2.0.1.
    - Enabled build of Python3 module.
    Sept. 13, 2012 Pavel Shilovsky 2.0.0-alt1
    - Initial release for Sisyphus (based on Fedora)