Update to version 0.9.34

epel10
Fabio Valentini 8 months ago
parent 91fd314156
commit ecdba36171
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -37,3 +37,4 @@
/serde_yaml-0.9.30.crate
/serde_yaml-0.9.31.crate
/serde_yaml-0.9.33.crate
/serde_yaml-0.9.34+deprecated.crate

@ -3,15 +3,18 @@
%global debug_package %{nil}
%global crate serde_yaml
%global upstream_version 0.9.34+deprecated
Name: rust-serde_yaml
Version: 0.9.33
Version: 0.9.34
Release: %autorelease
Summary: YAML data format for Serde
License: MIT OR Apache-2.0
URL: https://crates.io/crates/serde_yaml
Source: %{crates_source}
Source: %{crates_source %{crate} %{upstream_version}}
# Automatically generated patch to strip dependencies and normalize metadata
Patch: serde_yaml-fix-metadata-auto.diff
BuildRequires: cargo-rpm-macros >= 24
@ -48,7 +51,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{upstream_version} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,16 @@
--- serde_yaml-0.9.34+deprecated/Cargo.toml 1970-01-01T00:00:01+00:00
+++ serde_yaml-0.9.34+deprecated/Cargo.toml 2024-05-16T20:43:59.833589+00:00
@@ -13,7 +13,7 @@
edition = "2021"
rust-version = "1.64"
name = "serde_yaml"
-version = "0.9.34+deprecated"
+version = "0.9.34"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "YAML data format for Serde"
documentation = "https://docs.rs/serde_yaml/"
@@ -60,3 +60,4 @@
[dev-dependencies.serde_derive]
version = "1.0.195"
+

@ -1 +1 @@
SHA512 (serde_yaml-0.9.33.crate) = cd41feeabc886b1f02a240d1234f31ea0a67b787e9888e5d8d4397dd5bd389cb5c920bc6dc72f44c5b25e1cb4434e410d8c0b01559f1338e8b1a3f90505f6e02
SHA512 (serde_yaml-0.9.34+deprecated.crate) = 64329436d18bc3b1a0737afff7c8727f7e04c71b2bf6022f597a45f0860fa3a678eac688f61f0bf7a7846f98809f427c9907625e1d00c8691c383043c1cffaca

Loading…
Cancel
Save