Update to version 1.3.0; Fixes RHBZ#2234030

epel9 imports/e9/rust-bytesize-1.3.0-1.el9
Fabio Valentini 1 year ago
parent 01293d0026
commit f048f6ada4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/bytesize-1.0.1.crate /bytesize-1.0.1.crate
/bytesize-1.1.0.crate /bytesize-1.1.0.crate
/bytesize-1.2.0.crate /bytesize-1.2.0.crate
/bytesize-1.3.0.crate

@ -5,7 +5,7 @@
%global crate bytesize %global crate bytesize
Name: rust-bytesize Name: rust-bytesize
Version: 1.2.0 Version: 1.3.0
Release: %autorelease Release: %autorelease
Summary: Utility for human-readable bytes representations Summary: Utility for human-readable bytes representations
@ -13,7 +13,7 @@ License: Apache-2.0
URL: https://crates.io/crates/bytesize URL: https://crates.io/crates/bytesize
Source: %{crates_source} Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
An utility for human-readable bytes representations.} An utility for human-readable bytes representations.}

@ -1 +1 @@
SHA512 (bytesize-1.2.0.crate) = 425d284141175f0e40ba88a77141269b65bb63175ca8d1624359309fab546dd9e2959470cf16dec3f69a41b334e45eef62ee34298d3a74f3e987b44a7df912f5 SHA512 (bytesize-1.3.0.crate) = c718af51b0da2979b70142012544fde6bbf8639cd4fde66a8066b138f7f58dce019209e27566027dc0ec5a7fc1d2ee17b9b6366cc7a5f95a6419e29a0ffedab5

Loading…
Cancel
Save