Update to version 0.17.0

epel9 imports/e9/rust-cookie-0.17.0-1.el9
Fabio Valentini 1 year ago
parent e0f8d6d46c
commit 669eebab53
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/cookie-0.15.1.crate
/cookie-0.16.0.crate
/cookie-0.16.1.crate
/cookie-0.17.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate cookie
Name: rust-cookie
Version: 0.16.1
Version: 0.17.0
Release: %autorelease
Summary: HTTP cookie parsing and cookie jar management
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/cookie
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
HTTP cookie parsing and cookie jar management. Supports signed and
@ -206,7 +206,7 @@ use the "subtle" 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,2 +0,0 @@
[DEFAULT]
all-features = true

@ -0,0 +1,6 @@
[package]
summary = "HTTP cookie parsing and cookie jar management"
[features]
enable-all = true

@ -1 +1 @@
SHA512 (cookie-0.16.1.crate) = e2d6f2e766953fab7ad0d5c0a7de10cdd6f13a539b938e3812e39d120b2349ede31af9dca7514e082ba2f6137c0ac3596eebd703eeeca50cefddef6f0a9e471f
SHA512 (cookie-0.17.0.crate) = a0f8e6458b97dcfb70e2046ed121cec35a291666880d39a2acde32781ce55ae24218c5db9cd804f93523392de27071281c89224f9f332d4c9eabc061d7a11e47

Loading…
Cancel
Save