Sat, 27 Apr 2024 09:04:14 UTC | login

Information for build pysendfile-2.0.0-5.el7

ID382
Package Namepysendfile
Version2.0.0
Release5.el7
Epoch
SummaryPython interface to the sendfile(2) system call
Descriptionsendfile(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).
Built byhguemar
State complete
Volume DEFAULT
StartedSun, 21 Dec 2014 13:42:05 UTC
CompletedSun, 21 Dec 2014 13:46:55 UTC
Taskbuild (cloud7-el7, pysendfile-2.0.0-5.el7.src.rpm)
Tags
cloud7-openstack-common-candidate
cloud7-openstack-common-release
cloud7-openstack-common-testing
cloud7-openstack-queens-candidate
cloud7-openstack-queens-release
cloud7-openstack-queens-testing
cloud7-openstack-rocky-release
cloud7-openstack-rocky-testing
cloud7-openstack-stein-release
cloud7-openstack-stein-testing
cloud7-openstack-train-release
cloud7-openstack-train-testing
cloud7-openstack-ussuri-testing
RPMs
src
pysendfile-2.0.0-5.el7.src.rpm (info) (download)
aarch64
pysendfile-2.0.0-5.el7.aarch64.rpm (info) (download)
pysendfile-debuginfo-2.0.0-5.el7.aarch64.rpm (info) (download)
ppc64le
pysendfile-2.0.0-5.el7.ppc64le.rpm (info) (download)
pysendfile-debuginfo-2.0.0-5.el7.ppc64le.rpm (info) (download)
x86_64
pysendfile-2.0.0-5.el7.x86_64.rpm (info) (download)
pysendfile-debuginfo-2.0.0-5.el7.x86_64.rpm (info) (download)
Logs
aarch64
root.log
mock_output.log
build.log
state.log
ppc64le
root.log
mock_output.log
build.log
state.log
x86_64
root.log
build.log
state.log
Changelog * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Feb 08 2012 Russell Bryant <russellb@fedoraproject.org> - 2.0.0-3 - Update %check section to a more sane method of setting PYTHONPATH * Wed Feb 08 2012 Russell Bryant <russellb@fedoraproject.org> - 2.0.0-2 - Remove unnecessary cleaning of the buildroot in %install section - Add %check section to run the unit tests - Rename package from python-sendfile to pysendfile * Tue Feb 07 2012 Russell Bryant <russellb@fedoraproject.org> - 2.0.0-1 - Initial package