Thu, 27 Jun 2024 04:21:29 UTC | login

Information for build rust-indexmap-1.3.2-1.fc33

ID143676
Package Namerust-indexmap
Version1.3.2
Release1.fc33
Epoch
SummaryHash table with consistent order and fast iteration
DescriptionHash table with consistent order and fast iteration. The indexmap is a hash table where the iteration order of the key-value pairs is independent of the hash values of the keys. It has the usual hash table functionality, it preserves insertion order except after removals, and it allows lookup of its elements by either hash table key or numerical index. A corresponding hash set type is also provided. This crate was initially published under the name ordermap, but it was renamed to indexmap.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 27 Mar 2020 11:10:45 UTC
CompletedFri, 27 Mar 2020 11:10:45 UTC
Tags
f33
RPMs
src
rust-indexmap-1.3.2-1.fc33.src.rpm (info) (download)
noarch
rust-indexmap+default-devel-1.3.2-1.fc33.noarch.rpm (info) (download)
rust-indexmap+rayon-devel-1.3.2-1.fc33.noarch.rpm (info) (download)
rust-indexmap+serde-1-devel-1.3.2-1.fc33.noarch.rpm (info) (download)
rust-indexmap+serde-devel-1.3.2-1.fc33.noarch.rpm (info) (download)
rust-indexmap+test_debug-devel-1.3.2-1.fc33.noarch.rpm (info) (download)
rust-indexmap+test_low_transition_point-devel-1.3.2-1.fc33.noarch.rpm (info) (download)
rust-indexmap-devel-1.3.2-1.fc33.noarch.rpm (info) (download)
Changelog * Wed Feb 05 2020 Josh Stone <jistone@redhat.com> - 1.3.2-1 - Update to 1.3.2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 1.3.1-1 - Update to 1.3.1 * Tue Nov 19 2019 Josh Stone <jistone@redhat.com> - 1.3.0-1 - Update to 1.3.0 * Fri Sep 13 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.2.0-2 - Bump quickcheck to 0.9 - Bump rand to 0.7 * Sun Sep 08 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.0-1 - Update to 1.2.0 * Sun Sep 01 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.0-1 - Update to 1.1.0 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Jun 22 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.2-4 - Regenerate * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Oct 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.2-2 - Adapt to new packaging * Mon Oct 22 2018 Josh Stone <jistone@redhat.com> - 1.0.2-1 - Update to 1.0.2 * Mon Sep 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-5 - Bump quickcheck back * Mon Sep 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-4 - Bump quickcheck to 0.7 * Sat Jul 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-3 - Rebuild to trigger tests * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sun Mar 25 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-1 - Update to 1.0.1 * Mon Mar 12 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.0-1 - Update to 1.0.0 * Sat Mar 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.1-1 - Initial package