Update to version 0.2.9; Fixes RHBZ#2170928

epel9
Fabio Valentini 2 years ago
parent 4859b9c0ad
commit 4f885891e7
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -23,3 +23,4 @@
/http-0.2.6.crate /http-0.2.6.crate
/http-0.2.7.crate /http-0.2.7.crate
/http-0.2.8.crate /http-0.2.8.crate
/http-0.2.9.crate

@ -1,12 +0,0 @@
--- http-0.2.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ http-0.2.8/Cargo.toml 2022-11-04T17:52:55.248049+00:00
@@ -63,9 +63,6 @@
[dependencies.itoa]
version = "1"
-[dev-dependencies.criterion]
-version = "0.3.2"
-
[dev-dependencies.doc-comment]
version = "0.3"

@ -1,25 +1,22 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate http %global crate http
Name: rust-http Name: rust-http
Version: 0.2.8 Version: 0.2.9
Release: %autorelease Release: %autorelease
Summary: Set of types for representing HTTP requests and responses Summary: Set of types for representing HTTP requests and responses
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/http URL: https://crates.io/crates/http
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
Patch: http-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Set of types for representing HTTP requests and responses.} A set of types for representing HTTP requests and responses.}
%description %{_description} %description %{_description}

@ -1 +1 @@
SHA512 (http-0.2.8.crate) = 8e8d01803552299807b07a9fddb45d92af089e43344eecacf2bee07b0e745f33558d26a5cde987ac0dd50f939fdac2de6855c8b44f7362e86d05efdde8a7d956 SHA512 (http-0.2.9.crate) = 17bbc886d34f5aa4b56d82a605a54e920a244988085d06e70bc416f8e0edfa3356544f29082b3fbf3dcea18e741ade374375dd82ebe2276fd9a9508735a1e03a

Loading…
Cancel
Save