Sun, 30 Jun 2024 06:14:47 UTC | login

Information for build python-heapdict-1.0.0-4.fc28

ID39951
Package Namepython-heapdict
Version1.0.0
Release4.fc28
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 bydavidlt
State complete
Volume DEFAULT
StartedFri, 08 Jun 2018 04:19:42 UTC
CompletedFri, 08 Jun 2018 04:19:42 UTC
Tags
f29
RPMs
src
python-heapdict-1.0.0-4.fc28.src.rpm (info) (download)
noarch
python2-heapdict-1.0.0-4.fc28.noarch.rpm (info) (download)
python3-heapdict-1.0.0-4.fc28.noarch.rpm (info) (download)
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * 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.