Update to version 1.1.0; Fixes RHBZ#2267747

epel10
Fabio Valentini 12 months ago
parent a12882cb66
commit fc404ff114
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -26,3 +26,4 @@
/http-0.2.9.crate /http-0.2.9.crate
/http-0.2.10.crate /http-0.2.10.crate
/http-1.0.0.crate /http-1.0.0.crate
/http-1.1.0.crate

@ -1,11 +0,0 @@
--- http-1.0.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ http-1.0.0/Cargo.toml 2024-01-08T16:08:36.347776+00:00
@@ -42,7 +42,7 @@
version = "0.3"
[dev-dependencies.indexmap]
-version = "<=1.8"
+version = "1"
[dev-dependencies.quickcheck]
version = "0.9.0"

@ -1,20 +1,17 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%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: 1.0.0 Version: 1.1.0
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
# * relax indexmap dev-dependency from <=1.8 to ^1
Patch: http-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24

@ -1 +1 @@
SHA512 (http-1.0.0.crate) = bfac8a984ff0decfe7c75d89e3847d2af150b6b5f852d715e78f00210b7b2394527e98cb1198dcf7a534fad5e0dcaacd6538020d7424d4daeadfa88b481a583b SHA512 (http-1.1.0.crate) = 1c29f25a8895a69d815e21df427dfff7924e9040d01c55cc3256dd0b5e72b670fe75b1414223fb971c16082e4b26217142628be5e0905994da4f08b52e7f4a33

Loading…
Cancel
Save