Update to 0.10.6

epel9
Josh Stone 5 years ago
parent d45f47a811
commit 4b88b6d0f0

1
.gitignore vendored

@ -8,3 +8,4 @@
/reqwest-0.10.2.crate
/reqwest-0.10.3.crate
/reqwest-0.10.4.crate
/reqwest-0.10.6.crate

@ -1,5 +1,5 @@
--- reqwest-0.10.4/Cargo.toml 2020-03-04T01:12:30+00:00
+++ reqwest-0.10.4/Cargo.toml 2020-05-18T10:49:32.175824+00:00
--- reqwest-0.10.6/Cargo.toml 2020-05-29T17:50:02+00:00
+++ reqwest-0.10.6/Cargo.toml 2020-06-04T01:18:29.217965+00:00
@@ -95,7 +95,6 @@
gzip = ["async-compression", "async-compression/gzip"]
json = ["serde_json"]
@ -8,16 +8,7 @@
rustls-tls = ["hyper-rustls", "tokio-rustls", "webpki-roots", "rustls", "__tls"]
socks = ["tokio-socks"]
stream = []
@@ -219,7 +218,7 @@
default-features = false
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.libflate]
-version = "0.1"
+version = "1.0"
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.serde]
version = "1.0"
@@ -229,18 +228,3 @@
@@ -231,18 +230,3 @@
version = "0.2.0"
features = ["macros"]
default-features = false
@ -35,4 +26,4 @@
-version = "0.3.25"
-features = ["Headers", "Request", "RequestInit", "RequestMode", "Response", "Window"]
-[target."cfg(windows)".dependencies.winreg]
-version = "0.6"
-version = "0.7"

@ -5,8 +5,8 @@
%global crate reqwest
Name: rust-%{crate}
Version: 0.10.4
Release: 2%{?dist}
Version: 0.10.6
Release: 1%{?dist}
Summary: Higher level HTTP client library
# Upstream license specification: MIT/Apache-2.0
@ -296,6 +296,18 @@ which use "stream" feature of "%{crate}" crate.
%files -n %{name}+stream-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+time-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+time-devel %{_description}
This package contains library source intended for building other packages
which use "time" feature of "%{crate}" crate.
%files -n %{name}+time-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+tokio-rustls-devel
Summary: %{summary}
BuildArch: noarch
@ -388,6 +400,9 @@ which use "webpki-roots" feature of "%{crate}" crate.
%endif
%changelog
* Thu Jun 04 2020 Josh Stone <jistone@redhat.com> - 0.10.6-1
- Update to 0.10.6
* Mon May 18 12:49:32 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.10.4-2
- Update libflate to 1.0

@ -1 +1 @@
SHA512 (reqwest-0.10.4.crate) = 501b558b9bc9f6004b3b55a079fabf8d687cb5691ee20474123488caedafb36e3e05c56bf4d94a5bfd47965b9bc51d89783cfffe30789f0bdeafa69c00767d68
SHA512 (reqwest-0.10.6.crate) = 1128b5f3a2a2014ea236054c10d933d380ab44b58011b57193cb84eeaac756b08ae2678ae805bf2a116127e3c8cd6ebd071456aac9fa4964f50a4ad176c2f7b7

Loading…
Cancel
Save