Update to 1.0.76

epel9
Josh Stone 6 years ago
parent 2710fbb2bd
commit 94f148b85b

1
.gitignore vendored

@ -33,3 +33,4 @@
/serde_derive-1.0.69.crate
/serde_derive-1.0.70.crate
/serde_derive-1.0.71.crate
/serde_derive-1.0.76.crate

@ -6,10 +6,11 @@
%global crate serde_derive
Name: rust-%{crate}
Version: 1.0.71
Version: 1.0.76
Release: 1%{?dist}
Summary: Macros 1.1 implementation of #[derive(Serialize, Deserialize)]
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/serde_derive
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
@ -19,7 +20,7 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: (crate(proc-macro2) >= 0.4.0 with crate(proc-macro2) < 0.5.0)
BuildRequires: (crate(quote) >= 0.6.0 with crate(quote) < 0.7.0)
BuildRequires: (crate(quote) >= 0.6.3 with crate(quote) < 0.7.0)
BuildRequires: ((crate(syn) >= 0.14.0 with crate(syn) < 0.15.0) with crate(syn/visit))
%if %{with check}
# [dev-dependencies]
@ -60,6 +61,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Sat Sep 08 2018 Josh Stone <jistone@redhat.com> - 1.0.76-1
- Update to 1.0.76
* Wed Aug 08 2018 Josh Stone <jistone@redhat.com> - 1.0.71-1
- Update to 1.0.71

@ -1 +1 @@
SHA512 (serde_derive-1.0.71.crate) = cfa8883b7b5bd5785b784a40330a785c7553c1ab0c87e1bf181d4b228dbc2f42e1e8866869e59b7e26c4de69c39aaf213e0924bdff972156c2bb033e68a8da16
SHA512 (serde_derive-1.0.76.crate) = 36cd1f387fe609fe407ba39c7cacc4adfa5e42caf8f386d5967d3b9307b024c19de5c05fd8aa2edc5a6ce07117fd39b017fcf4c83ac884ff7daa2a7dde441462

Loading…
Cancel
Save