Update to 1.4.0

epel9
Josh Stone 5 years ago
parent 10d058c3e7
commit 0300f54c57

1
.gitignore vendored

@ -7,3 +7,4 @@
/indexmap-1.3.0.crate
/indexmap-1.3.1.crate
/indexmap-1.3.2.crate
/indexmap-1.4.0.crate

@ -1,16 +0,0 @@
--- indexmap-1.3.2/Cargo.toml 2020-02-05T18:47:37+00:00
+++ indexmap-1.3.2/Cargo.toml 2020-02-05T18:48:30.028290+00:00
@@ -49,11 +49,11 @@
version = "1.3"
[dev-dependencies.quickcheck]
-version = "0.8"
+version = "0.9"
default-features = false
[dev-dependencies.rand]
-version = "0.6"
+version = "0.7"
[dev-dependencies.serde_test]
version = "1.0.99"

@ -5,7 +5,7 @@
%global crate indexmap
Name: rust-%{crate}
Version: 1.3.2
Version: 1.4.0
Release: 1%{?dist}
Summary: Hash table with consistent order and fast iteration
@ -13,10 +13,6 @@ Summary: Hash table with consistent order and fast iteration
License: ASL 2.0 or MIT
URL: https://crates.io/crates/indexmap
Source: %{crates_source}
# Initial patched metadata
# - Bump quickcheck to 0.9 https://github.com/bluss/indexmap/pull/105
# - Bump rand to 0.7
Patch0: indexmap-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -143,6 +139,9 @@ which use "test_low_transition_point" feature of "%{crate}" crate.
%endif
%changelog
* Mon Jun 01 2020 Josh Stone <jistone@redhat.com> - 1.4.0-1
- Update to 1.4.0
* Wed Feb 05 2020 Josh Stone <jistone@redhat.com> - 1.3.2-1
- Update to 1.3.2

@ -1 +1 @@
SHA512 (indexmap-1.3.2.crate) = f3a618bbc0274cc9c8e25183448b1f65db11107bc72debbeb178040ab3f5609e4771df00bcd0a9b8cd5f395b982f7d031dae7c3bb8ee71d7abba19fa21534dfb
SHA512 (indexmap-1.4.0.crate) = fe5def4e8b1f0955de17566a63b91d46ac01f58319da53ea6cf1a67d81d85673c8d9284bbb6ea4b6ba0d74ac42f875d572f64ca5dc56db19d022d3ace1f1b77c

Loading…
Cancel
Save