Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

4 changed files with 5 additions and 17 deletions

3
cookie-0.4.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c41a956c32b9733d525a53d43b0338a236a34d36658ecc4364c8249a6664baa
size 6219

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e51fe7090f8fbcd844bb7d1b7d9ed95b18ed3136a44836a9ce35f0a72a61a9d
size 6554

View File

@ -1,15 +1,3 @@
-------------------------------------------------------------------
Mon Mar 4 08:52:49 UTC 2024 - Peter Simons <psimons@suse.com>
- Update cookie to version 0.5.0.
## 0.5.0
* Remove surrounding double quotes from cookie values when parsing [#31](https://github.com/snoyberg/cookie/pull/31)
This is a breaking change, as it changes the behavior of `parseCookies` and `parseSetCookie` to no
longer include the surrounding double quotes in the cookie value. This is the correct behavior
according to the RFC.
-------------------------------------------------------------------
Thu Mar 30 17:06:21 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-cookie
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.5.0
Version: 0.4.6
Release: 0
Summary: HTTP cookie parsing and rendering
License: MIT