Update to 0.12.4

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
epel9 imports/e9/rust-hkdf-0.12.4-1.el9
Michel Lind 1 year ago
parent f73dd034e8
commit bde01e8d13
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

1
.gitignore vendored

@ -5,3 +5,4 @@
/hkdf-0.10.0.crate
/hkdf-0.11.0.crate
/hkdf-0.12.3.crate
/hkdf-0.12.4.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate hkdf
Name: rust-hkdf
Version: 0.12.3
Version: 0.12.4
Release: %autorelease
Summary: HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/hkdf
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
HMAC-based Extract-and-Expand Key Derivation Function (HKDF).}
@ -61,7 +61,7 @@ use the "std" 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 +1 @@
SHA512 (hkdf-0.12.3.crate) = bba8bd837e994e5f5131d4269fb80fb84d789dc0ca68dd967d71e92576617c933ee8c355427b470ad71ab89178b1c36e8a7e122457287f023dd4073605784d3f
SHA512 (hkdf-0.12.4.crate) = a43fe20b7d14fa26b118c6eba2b84219645f65f2ff33fcca679b139ae3e96f72abc1e7a47eb8887aac5afe4e34211434a4eb5a2fdbc014666d82c4af340a4b21

Loading…
Cancel
Save