Update to version 0.6.5; Fixes RHBZ#2245687

epel9 imports/e9/rust-toml_datetime-0.6.5-1.el9
Fabio Valentini 1 year ago
parent 987f3e8293
commit 8feb4b80e0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/toml_datetime-0.6.1.crate
/toml_datetime-0.6.2.crate
/toml_datetime-0.6.3.crate
/toml_datetime-0.6.5.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate toml_datetime
Name: rust-toml_datetime
Version: 0.6.3
Version: 0.6.5
Release: %autorelease
Summary: TOML-compatible datetime type
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/toml_datetime
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A TOML-compatible datetime type.}
@ -60,7 +60,7 @@ use the "serde" 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 (toml_datetime-0.6.3.crate) = cabf5dce24ed3bf4674008743180a21e86286d999cdce79f934de48b1e1fe0f16a7f3d2498bf059acdb823b51bc01986faf47139f8100ae272e6bd19095cfa9b
SHA512 (toml_datetime-0.6.5.crate) = 502bdedbcbd2ac9fbaa5f4b51f2e409af185f3633f01f8845de5e3b007f2400215ddeb82ac588bc915ed5a5f9d7251ccf93fe2a57cd40fca2927f4c0966357e6

Loading…
Cancel
Save