Update to version 0.14.28

epel9 imports/e9/rust-hyper-0.14.28-1.el9
Fabio Valentini 1 year ago
parent 3250e00925
commit 22949959bc
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -58,3 +58,4 @@
/hyper-0.14.25.crate
/hyper-0.14.26.crate
/hyper-0.14.27.crate
/hyper-0.14.28.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
# * examples and integration tests are not included in published crates
# * tower dev-dependency is not packaged
%bcond_with check
@ -7,7 +7,7 @@
%global crate hyper
Name: rust-hyper
Version: 0.14.27
Version: 0.14.28
Release: %autorelease
Summary: Fast and correct HTTP library
@ -15,7 +15,7 @@ License: MIT
URL: https://crates.io/crates/hyper
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A fast and correct HTTP library.}
@ -217,7 +217,7 @@ use the "tcp" 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,4 +0,0 @@
[DEFAULT]
unwanted-features =
__internal_happy_eyeballs_tests
nightly

@ -0,0 +1,13 @@
[features]
hide = [
"__internal_happy_eyeballs_tests",
"nightly",
]
[tests]
run = ["none"]
comments = [
"examples and integration tests are not included in published crates",
"tower dev-dependency is not packaged",
]

@ -1 +1 @@
SHA512 (hyper-0.14.27.crate) = 580f2589dc1f938d2563d3fdfd1cb2f1b11278333ac54e813e4dbe50a0e63952546385f057b20eb123516b2f74e19b62a3ed0cd546fdf868f6a5770cd95643a2
SHA512 (hyper-0.14.28.crate) = deb26e3815e6315dd193c4db22efe1e73e44bc7c1d400bc7654e950bd074a200b7cbb730ca30faac0940c88529fea60d5737a4fc7ccd4fa24c2ecdb2a0b450a7

Loading…
Cancel
Save