Tue, 06 Aug 2024 11:21:23 UTC | login

Information for build python-heapdict-1.0.1-19.fc41

ID309825
Package Namepython-heapdict
Version1.0.1
Release19.fc41
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
StartedWed, 10 Jul 2024 11:27:46 UTC
CompletedWed, 10 Jul 2024 11:27:46 UTC
Tags
f41
RPMs
src
python-heapdict-1.0.1-19.fc41.src.rpm (info) (download)
noarch
python3-heapdict-1.0.1-19.fc41.noarch.rpm (info) (download)
Changelog * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.0.1-19 - Rebuilt for Python 3.13 * Sun Apr 07 2024 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.0.1-18 - Use modern Python macros * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.0.1-14 - Rebuilt for Python 3.12 * Sat Apr 08 2023 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.0.1-13 - Switch to SPDX license * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Dec 19 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.0.1-11 - Drop support for i686 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.0.1-9 - Rebuilt for Python 3.11