Thu, 03 Oct 2024 04:23:24 UTC | login

Information for build python-blist-1.3.6-24.fc33

ID151049
Package Namepython-blist
Version1.3.6
Release24.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-blist.git#d61e5c3ccb3ac8e6d9f53b0e8348e550a51a0e90
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
StartedSat, 28 Mar 2020 06:52:13 UTC
CompletedSat, 28 Mar 2020 07:28:13 UTC
Taskbuild (f33, /rpms/python-blist.git:d61e5c3ccb3ac8e6d9f53b0e8348e550a51a0e90)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-blist.git#d61e5c3ccb3ac8e6d9f53b0e8348e550a51a0e90'}}
Tags
f33
f37
f38
RPMs
src
python-blist-1.3.6-24.fc33.src.rpm (info) (download)
riscv64
python3-blist-1.3.6-24.fc33.riscv64.rpm (info) (download)
python-blist-debugsource-1.3.6-24.fc33.riscv64.rpm (info) (download)
python3-blist-debuginfo-1.3.6-24.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * 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