Sun, 30 Jun 2024 06:11:50 UTC | login

Information for build python-heapdict-1.0.0-7.fc30

ID77964
Package Namepython-heapdict
Version1.0.0
Release7.fc30
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
StartedSat, 01 Dec 2018 11:58:19 UTC
CompletedSat, 01 Dec 2018 11:58:19 UTC
Tags
f30
f31
RPMs
src
python-heapdict-1.0.0-7.fc30.src.rpm (info) (download)
noarch
python3-heapdict-1.0.0-7.fc30.noarch.rpm (info) (download)
Changelog * Mon Oct 01 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.0.0-7 - Drop Python 2 subpackage * 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.