Tue, 11 Jun 2024 18:21:09 UTC | login

Information for build pysendfile-2.0.1-9.fc29

ID42439
Package Namepysendfile
Version2.0.1
Release9.fc29
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 bydavidlt
State complete
Volume DEFAULT
StartedSun, 10 Jun 2018 05:26:35 UTC
CompletedSun, 10 Jun 2018 06:47:28 UTC
Taskbuild (f29-candidate, pysendfile-2.0.1-9.fc29.src.rpm)
Tags
f29
RPMs
src
pysendfile-2.0.1-9.fc29.src.rpm (info) (download)
riscv64
python2-pysendfile-2.0.1-9.fc29.riscv64.rpm (info) (download)
python3-pysendfile-2.0.1-9.fc29.riscv64.rpm (info) (download)
pysendfile-debuginfo-2.0.1-9.fc29.riscv64.rpm (info) (download)
pysendfile-debugsource-2.0.1-9.fc29.riscv64.rpm (info) (download)
python2-pysendfile-debuginfo-2.0.1-9.fc29.riscv64.rpm (info) (download)
python3-pysendfile-debuginfo-2.0.1-9.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Jul 07 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.0.1-6 - Rebuild due to bug in RPM (RHBZ #1468476) * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.0.1-4 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Tue Jul 05 2016 Haïkel Guémar <hguemar@fedoraproject.org> - 2.0.1-2 - Provides/Obsoletes old name * Wed Jun 08 2016 Dominika Krejci <dkrejci@redhat.com> - 2.0.1 - 1 - Add Python 3 - Upgrade version to 2.0.1 - Update source and URL (project moved to GitHub) * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * 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