Mon, 01 Jul 2024 22:12:23 UTC | login

Information for build python-blist-1.3.6-23.fc32

ID130557
Package Namepython-blist
Version1.3.6
Release23.fc32
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-blist.git#a24dbe48a1e29e9a9ab1337acab84c6cc62015a0
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
StartedTue, 03 Dec 2019 07:43:38 UTC
CompletedTue, 03 Dec 2019 08:16:02 UTC
Taskbuild (f32-candidate, /rpms/python-blist.git:a24dbe48a1e29e9a9ab1337acab84c6cc62015a0)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-blist.git#a24dbe48a1e29e9a9ab1337acab84c6cc62015a0'}}
Tags
f32
f33
RPMs
src
python-blist-1.3.6-23.fc32.src.rpm (info) (download)
riscv64
python3-blist-1.3.6-23.fc32.riscv64.rpm (info) (download)
python-blist-debugsource-1.3.6-23.fc32.riscv64.rpm (info) (download)
python3-blist-debuginfo-1.3.6-23.fc32.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Nov 07 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.6-23 - Subpackage python2-blist has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.6-22 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.6-21 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * 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