Update to 1.5.1

epel9
Josh Stone 5 years ago
parent 646111cffd
commit 34f0e52393

1
.gitignore vendored

@ -9,3 +9,4 @@
/indexmap-1.3.2.crate
/indexmap-1.4.0.crate
/indexmap-1.5.0.crate
/indexmap-1.5.1.crate

@ -5,8 +5,8 @@
%global crate indexmap
Name: rust-%{crate}
Version: 1.5.0
Release: 2%{?dist}
Version: 1.5.1
Release: 1%{?dist}
Summary: Hash table with consistent order and fast iteration
# Upstream license specification: Apache-2.0/MIT
@ -23,14 +23,13 @@ BuildRequires: rust-packaging
%global _description %{expand:
Hash 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.}
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.}
%description %{_description}
@ -139,6 +138,9 @@ which use "test_low_transition_point" feature of "%{crate}" crate.
%endif
%changelog
* Sat Aug 08 2020 Josh Stone <jistone@redhat.com> - 1.5.1-1
- Update to 1.5.1
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (indexmap-1.5.0.crate) = 5a88b166f8c5d9066598e79a3d7d6ddaea44db6380bf7517f31061aa8701d6e66cac67ae77ad7784469c2476a19069d6dd1f385af257beec8366379c7213f274
SHA512 (indexmap-1.5.1.crate) = 429bfcf26346061a781728eed279ed61982f5470a7af02b0ab4d37cd8b89d5a833f1aedfbad77e09e6aa6f6c83f086f6bdcce5b3a41ae433121064922a3b8280

Loading…
Cancel
Save