Update to version 2.0.2; Fixes RHBZ#2241422

epel10
Fabio Valentini 1 year ago
parent 91ef09dc3e
commit f0a301bc35
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -23,3 +23,4 @@
/indexmap-1.9.3.crate
/indexmap-2.0.0.crate
/indexmap-2.0.1.crate
/indexmap-2.0.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate indexmap
Name: rust-indexmap
Version: 2.0.1
Version: 2.0.2
Release: %autorelease
Summary: Hash table with consistent order and fast iteration
@ -13,7 +13,7 @@ License: Apache-2.0 OR MIT
URL: https://crates.io/crates/indexmap
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A hash table with consistent order and fast iteration.}
@ -121,7 +121,7 @@ use the "test_debug" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1,3 +0,0 @@
[DEFAULT]
unwanted-features =
rustc-rayon

@ -0,0 +1,5 @@
[features]
hide = [
"rustc-rayon",
]

@ -1 +1 @@
SHA512 (indexmap-2.0.1.crate) = 69b7da13fdc3164630e79ea09bf7e036bdf9cc44384742069ef59b3f8f909a5912c65908f9c605748a1476722d0536c3468cb5243666b37215d3f4f5f38cabc1
SHA512 (indexmap-2.0.2.crate) = 9511c8ae0e5c7bc591262343587c3a9278af049e7b57334e0a39950e791123a8bf7cb540bc4c7a3682e7f83f861fe3c5424c4aee9ac6269e68e7d5996af2af17

Loading…
Cancel
Save