Thu, 27 Jun 2024 18:18:01 UTC | login

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

ID128490
Package Namepython-blist
Version1.3.6
Release20.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-blist.git#c25e3d860a37fc5c267cf09f8061e92b0e3e50a1
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
StartedMon, 02 Sep 2019 06:49:33 UTC
CompletedMon, 02 Sep 2019 08:44:47 UTC
Taskbuild (f31-candidate, /rpms/python-blist.git:c25e3d860a37fc5c267cf09f8061e92b0e3e50a1)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-blist.git#c25e3d860a37fc5c267cf09f8061e92b0e3e50a1'}}
Tags
f31
f32
RPMs
src
python-blist-1.3.6-20.fc31.src.rpm (info) (download)
riscv64
python2-blist-1.3.6-20.fc31.riscv64.rpm (info) (download)
python3-blist-1.3.6-20.fc31.riscv64.rpm (info) (download)
python-blist-debuginfo-1.3.6-20.fc31.riscv64.rpm (info) (download)
python-blist-debugsource-1.3.6-20.fc31.riscv64.rpm (info) (download)
python2-blist-debuginfo-1.3.6-20.fc31.riscv64.rpm (info) (download)
python3-blist-debuginfo-1.3.6-20.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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