Update to version 0.16.1

epel9
Fabio Valentini 2 years ago
parent fa2cfefe6c
commit c9c7e609c6
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,3 +0,0 @@
# rust-cookie
The rust-cookie package

@ -1,26 +1,23 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate cookie %global crate cookie
Name: rust-%{crate} Name: rust-cookie
Version: 0.16.0 Version: 0.16.1
Release: %autorelease Release: %autorelease
Summary: HTTP cookie parsing and cookie jar management Summary: HTTP cookie parsing and cookie jar management
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/cookie URL: https://crates.io/crates/cookie
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
HTTP cookie parsing and cookie jar management. Supports signed and private HTTP cookie parsing and cookie jar management. Supports signed and
(encrypted, authenticated) jars.} private (encrypted, authenticated) jars.}
%description %{_description} %description %{_description}

@ -0,0 +1,2 @@
[DEFAULT]
all-features = true

@ -1 +1 @@
SHA512 (cookie-0.16.0.crate) = 2e4b6c682e6289b6c5b6ad1f7d3a735f04cc984d14bd03f2897c1adb3b1f44ef4d92a864345e160efdf4e942157a8a05015ecfaf61d0088cab799116effbe8d1 SHA512 (cookie-0.16.1.crate) = e2d6f2e766953fab7ad0d5c0a7de10cdd6f13a539b938e3812e39d120b2349ede31af9dca7514e082ba2f6137c0ac3596eebd703eeeca50cefddef6f0a9e471f

Loading…
Cancel
Save