Update to 0.10.8

epel9
Josh Stone 5 years ago
parent 4e9754c285
commit 9dd09afae3

1
.gitignore vendored

@ -9,3 +9,4 @@
/reqwest-0.10.3.crate /reqwest-0.10.3.crate
/reqwest-0.10.4.crate /reqwest-0.10.4.crate
/reqwest-0.10.6.crate /reqwest-0.10.6.crate
/reqwest-0.10.8.crate

@ -1,6 +1,6 @@
--- reqwest-0.10.6/Cargo.toml 2020-05-29T17:50:02+00:00 --- reqwest-0.10.8/Cargo.toml 2020-08-25T16:30:15+00:00
+++ reqwest-0.10.6/Cargo.toml 2020-06-04T01:18:29.217965+00:00 +++ reqwest-0.10.8/Cargo.toml 2020-08-26T17:37:20.615825+00:00
@@ -95,7 +95,6 @@ @@ -102,7 +102,6 @@
gzip = ["async-compression", "async-compression/gzip"] gzip = ["async-compression", "async-compression/gzip"]
json = ["serde_json"] json = ["serde_json"]
native-tls = ["default-tls"] native-tls = ["default-tls"]
@ -8,7 +8,7 @@
rustls-tls = ["hyper-rustls", "tokio-rustls", "webpki-roots", "rustls", "__tls"] rustls-tls = ["hyper-rustls", "tokio-rustls", "webpki-roots", "rustls", "__tls"]
socks = ["tokio-socks"] socks = ["tokio-socks"]
stream = [] stream = []
@@ -231,18 +230,3 @@ @@ -235,18 +234,3 @@
version = "0.2.0" version = "0.2.0"
features = ["macros"] features = ["macros"]
default-features = false default-features = false
@ -24,6 +24,6 @@
- -
-[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] -[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
-version = "0.3.25" -version = "0.3.25"
-features = ["Headers", "Request", "RequestInit", "RequestMode", "Response", "Window"] -features = ["Headers", "Request", "RequestInit", "RequestMode", "Response", "Window", "FormData", "Blob", "BlobPropertyBag"]
-[target."cfg(windows)".dependencies.winreg] -[target."cfg(windows)".dependencies.winreg]
-version = "0.7" -version = "0.7"

@ -5,8 +5,8 @@
%global crate reqwest %global crate reqwest
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.10.6 Version: 0.10.8
Release: 2%{?dist} Release: 1%{?dist}
Summary: Higher level HTTP client library Summary: Higher level HTTP client library
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -15,7 +15,6 @@ URL: https://crates.io/crates/reqwest
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * No windows/wasm32 # * No windows/wasm32
# * Update libflate to 1.0, https://github.com/seanmonstar/reqwest/pull/909
Patch0: reqwest-fix-metadata.diff Patch0: reqwest-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -400,6 +399,9 @@ which use "webpki-roots" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Aug 26 2020 Josh Stone <jistone@redhat.com> - 0.10.8-1
- Update to 0.10.8
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.6-2 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (reqwest-0.10.6.crate) = 1128b5f3a2a2014ea236054c10d933d380ab44b58011b57193cb84eeaac756b08ae2678ae805bf2a116127e3c8cd6ebd071456aac9fa4964f50a4ad176c2f7b7 SHA512 (reqwest-0.10.8.crate) = aac1df2e57096b85bf963bf9473d676fffdd524c4d4738c2c79f6a2e277e69ec8f896eddbb809a5ed0fd32f05a61320ce259b6d5dfc5262b8aa8cb678f9f76ce

Loading…
Cancel
Save