Update to version 1.17.0; Fixes RHBZ#2239172

epel9 imports/e9/rust-typenum-1.17.0-1.el9
Fabio Valentini 1 year ago
parent 13e16048b1
commit 7ddc5d4a6a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/typenum-1.14.0.crate
/typenum-1.15.0.crate
/typenum-1.16.0.crate
/typenum-1.17.0.crate

@ -1,3 +0,0 @@
# rust-typenum
The rust-typenum package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate typenum
Name: rust-typenum
Version: 1.16.0
Version: 1.17.0
Release: %autorelease
Summary: Rust library for type-level numbers evaluated at compile time
@ -16,10 +16,10 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Rust library for type-level numbers evaluated at compile time. It currently
supports bits, unsigned integers, and signed integers. It also provides a
type-level array of type-level numbers, but its implementation is
incomplete.}
Typenum is a Rust library for type-level numbers evaluated at compile
time. It currently supports bits, unsigned integers, and signed
integers. It also provides a type-level array of type-level numbers, but
its implementation is incomplete.}
%description %{_description}

@ -1 +1 @@
SHA512 (typenum-1.16.0.crate) = 93da3ed62573acbc9d5d31257fb72ae9cfc7d59e4040c1f32d93e8fec94795e1aa20a3bf76ddc64c4b383184306bb2a66e51fd61b64dd4ce46a1bca8238b57b2
SHA512 (typenum-1.17.0.crate) = 99773d5d9f850c0602db4bb67dd062b0ade6f086e155216f1bb2fb6569461ba7e1b7c2f2af81ea8833bc3bfcf3fe5033edecb7c438adae63f59d3e30cf63a508

Loading…
Cancel
Save