Mon, 01 Jul 2024 22:53:00 UTC | login

Information for build python-blist-1.3.6-18.fc30

ID82480
Package Namepython-blist
Version1.3.6
Release18.fc30
Epoch
SummaryFaster list implementation for Python
DescriptionThe blist is a drop-in replacement for the Python list that provides better performance when modifying large lists. The blist package also provides sortedlist, sortedset, weaksortedlist, weaksortedset, sorteddict, and btuple types. Python's built-in list is a dynamically-sized array; to insert or remove an item from the beginning or middle of the list, it has to move most of the list in memory, i.e., O(n) operations. The blist uses a flexible, hybrid array/tree structure and only needs to move a small portion of items in memory, specifically using O(log n) operations. For small lists, the blist and the built-in list have virtually identical performance.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 07 Dec 2018 22:00:03 UTC
CompletedFri, 07 Dec 2018 22:48:47 UTC
Taskbuild (f30-candidate, python-blist-1.3.6-18.fc30.src.rpm)
Tags
f30
f31
RPMs
src
python-blist-1.3.6-18.fc30.src.rpm (info) (download)
riscv64
python2-blist-1.3.6-18.fc30.riscv64.rpm (info) (download)
python3-blist-1.3.6-18.fc30.riscv64.rpm (info) (download)
python-blist-debuginfo-1.3.6-18.fc30.riscv64.rpm (info) (download)
python-blist-debugsource-1.3.6-18.fc30.riscv64.rpm (info) (download)
python2-blist-debuginfo-1.3.6-18.fc30.riscv64.rpm (info) (download)
python3-blist-debuginfo-1.3.6-18.fc30.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 1.3.6-18 - Rebuild with fixed binutils * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3.6-16 - Rebuilt for Python 3.7 * Sun Feb 11 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.3.6-15 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.3.6-13 - Python 2 binary package renamed to python2-blist See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.3.6-9 - Rebuild for Python 3.6