Mon, 01 Jul 2024 22:29:34 UTC | login

Information for build python-blist-1.3.6-8.fc28

ID16195
Package Namepython-blist
Version1.3.6
Release8.fc28
Epoch
SummaryA faster 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 bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:25:02 UTC
CompletedSat, 14 Apr 2018 20:25:02 UTC
Tags
f28
f29
RPMs
src
python-blist-1.3.6-8.fc28.src.rpm (info) (download)
riscv64
python-blist-1.3.6-8.fc28.riscv64.rpm (info) (download)
python3-blist-1.3.6-8.fc28.riscv64.rpm (info) (download)
Changelog * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.6-8 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.6-6 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 1.3.6-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Thu May 08 2014 Michel Salim <salimma@fedoraproject.org> - 1.3.6-1 - Update to 1.3.6 - Build for Python 3 as well on supported releases * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Sat Jul 02 2011 Michel Salim <salimma@fedoraproject.org> - 1.3.4-1 - Update to 1.3.4 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Jul 26 2010 David Malcolm <dmalcolm@redhat.com> - 1.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Mon Jul 26 2010 Michel Salim <salimma@fedoraproject.org> - 1.2.1-1 - Update to 1.2.1 * Fri May 21 2010 Michel Salim <salimma@fedoraproject.org> - 1.1.1-1 - Update to 1.1.1 * Fri Oct 23 2009 Michel Salim <salimma@fedoraproject.org> - 1.0.2-1 - Update to 1.0.2 * Sat Oct 10 2009 Michel Salim <salimma@fedoraproject.org> - 1.0.1-1 - Initial package