Mon, 01 Jul 2024 22:35:40 UTC | login

Information for build python-blist-1.3.6-19.fc31

ID92972
Package Namepython-blist
Version1.3.6
Release19.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-blist.git#fb3825b990001d7fc45ab2fd7f1b486503050467
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
StartedWed, 24 Jul 2019 03:38:26 UTC
CompletedWed, 24 Jul 2019 04:21:45 UTC
Taskbuild (f31-candidate, /rpms/python-blist.git:fb3825b990001d7fc45ab2fd7f1b486503050467)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-blist.git#fb3825b990001d7fc45ab2fd7f1b486503050467'}}
Tags
f31
RPMs
src
python-blist-1.3.6-19.fc31.src.rpm (info) (download)
riscv64
python2-blist-1.3.6-19.fc31.riscv64.rpm (info) (download)
python3-blist-1.3.6-19.fc31.riscv64.rpm (info) (download)
python-blist-debuginfo-1.3.6-19.fc31.riscv64.rpm (info) (download)
python-blist-debugsource-1.3.6-19.fc31.riscv64.rpm (info) (download)
python2-blist-debuginfo-1.3.6-19.fc31.riscv64.rpm (info) (download)
python3-blist-debuginfo-1.3.6-19.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * 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