Sun, 30 Jun 2024 06:49:21 UTC | login

Information for build python-heapdict-1.0.0-3.fc27

ID17123
Package Namepython-heapdict
Version1.0.0
Release3.fc27
Epoch
SummaryA heap with decrease-key and increase-key operations
DescriptionHeapDict is designed to be used as a priority queue, where items are added and consumed by priority. Compared to an ordinary dict, a heapdict has the following differences: popitem and peekitem returns the (key, priority) pair with the lowest priority, instead of a random object.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:26:26 UTC
CompletedSat, 14 Apr 2018 20:26:26 UTC
Tags
f28
f29
RPMs
src
python-heapdict-1.0.0-3.fc27.src.rpm (info) (download)
noarch
python2-heapdict-1.0.0-3.fc27.noarch.rpm (info) (download)
python3-heapdict-1.0.0-3.fc27.noarch.rpm (info) (download)
Changelog * Tue Nov 28 2017 Lumír Balhar <lbalhar@redhat.com> - 1.0.0-3 - Fix FTBFS - missing BR * Tue Aug 22 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.0.0-2 - Standardize spec a bit more. - Simplify description. * Mon Feb 27 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.0.0-1 - Initial package release.