Update to version 1.9.1; Fixes RHBZ#2097929

epel9
Fabio Valentini 3 years ago
parent 53f1deb09f
commit 90223a650c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -18,3 +18,4 @@
/indexmap-1.8.0.crate
/indexmap-1.8.1.crate
/indexmap-1.8.2.crate
/indexmap-1.9.1.crate

@ -5,11 +5,11 @@
%global crate indexmap
Name: rust-%{crate}
Version: 1.8.2
Version: 1.9.1
Release: %autorelease
Summary: Hash table with consistent order and fast iteration
# Upstream license specification: Apache-2.0/MIT
# Upstream license specification: Apache-2.0 OR MIT
License: ASL 2.0 or MIT
URL: https://crates.io/crates/indexmap
Source: %{crates_source}
@ -19,14 +19,7 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%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.}
Hash table with consistent order and fast iteration.}
%description %{_description}
@ -42,8 +35,8 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.rst
%doc %{crate_instdir}/RELEASES.rst
%doc %{crate_instdir}/README.md
%doc %{crate_instdir}/RELEASES.md
%{crate_instdir}/
%package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (indexmap-1.8.2.crate) = f7780b2a478e2b95568bfa1d10167a02bd174fb9bbbf8ea84e6ff185a03d43be0ef403c2106df8289d399657584abfac6039d7cdb96b52300d7016452808c0f0
SHA512 (indexmap-1.9.1.crate) = 7eac99056123332ad38ef32eb65235c810e8b4d051d9b0ddd5582348c9cd3b162d36defe8e46a532e2066562f224e37fae94b52b4649ee9cfac7673b76a2513e

Loading…
Cancel
Save