Sun, 30 Jun 2024 06:06:57 UTC | login

Information for build python-heapdict-1.0.0-6.fc29

ID57408
Package Namepython-heapdict
Version1.0.0
Release6.fc29
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
StartedThu, 19 Jul 2018 08:20:49 UTC
CompletedThu, 19 Jul 2018 08:20:49 UTC
Tags
f29
f30
RPMs
src
python-heapdict-1.0.0-6.fc29.src.rpm (info) (download)
noarch
python2-heapdict-1.0.0-6.fc29.noarch.rpm (info) (download)
python3-heapdict-1.0.0-6.fc29.noarch.rpm (info) (download)
Changelog * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-5 - Rebuilt for Python 3.7 * 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.