Update to 1.3.2

epel9
Josh Stone 5 years ago
parent 01688882c4
commit 51496265f2

1
.gitignore vendored

@ -6,3 +6,4 @@
/indexmap-1.2.0.crate
/indexmap-1.3.0.crate
/indexmap-1.3.1.crate
/indexmap-1.3.2.crate

@ -1,20 +1,16 @@
--- indexmap-1.3.1/Cargo.toml 2020-01-15T19:24:16+00:00
+++ indexmap-1.3.1/Cargo.toml 2020-01-15T19:52:40.563540+00:00
@@ -37,8 +37,8 @@
--- 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]
itertools = "0.8"
-rand = "0.6"
-quickcheck = { version = "0.8", default-features = false }
+rand = "0.7"
+quickcheck = { version = "0.9", default-features = false }
fnv = "1.0"
lazy_static = "1.3"
serde_test = "1.0.99"
@@ -60,6 +60,3 @@
[dev-dependencies.quickcheck]
-version = "0.8"
+version = "0.9"
default-features = false
[package.metadata.docs.rs]
features = ["serde-1", "rayon"]
-
-[workspace]
-members = ["test-nostd"]
[dev-dependencies.rand]
-version = "0.6"
+version = "0.7"
[dev-dependencies.serde_test]
version = "1.0.99"

@ -5,8 +5,8 @@
%global crate indexmap
Name: rust-%{crate}
Version: 1.3.1
Release: 2%{?dist}
Version: 1.3.2
Release: 1%{?dist}
Summary: Hash table with consistent order and fast iteration
# Upstream license specification: Apache-2.0/MIT
@ -143,6 +143,9 @@ which use "test_low_transition_point" feature of "%{crate}" crate.
%endif
%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

@ -1 +1 @@
SHA512 (indexmap-1.3.1.crate) = 1f102bf25ca31fdaabaa692ce7110c12b996c016b324f04d1c9ff1c4179426e0c6bee314ba91f2fc508f4e8b96e51b361aa42c7f0926afa1f6b1e499e734c15e
SHA512 (indexmap-1.3.2.crate) = f3a618bbc0274cc9c8e25183448b1f65db11107bc72debbeb178040ab3f5609e4771df00bcd0a9b8cd5f395b982f7d031dae7c3bb8ee71d7abba19fa21534dfb

Loading…
Cancel
Save