diff --git a/cookie-0.4.6.tar.gz b/cookie-0.4.6.tar.gz deleted file mode 100644 index 8911660..0000000 --- a/cookie-0.4.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c41a956c32b9733d525a53d43b0338a236a34d36658ecc4364c8249a6664baa -size 6219 diff --git a/cookie-0.5.0.tar.gz b/cookie-0.5.0.tar.gz new file mode 100644 index 0000000..4492359 --- /dev/null +++ b/cookie-0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e51fe7090f8fbcd844bb7d1b7d9ed95b18ed3136a44836a9ce35f0a72a61a9d +size 6554 diff --git a/ghc-cookie.changes b/ghc-cookie.changes index 467bf42..cc4728f 100644 --- a/ghc-cookie.changes +++ b/ghc-cookie.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Mar 4 08:52:49 UTC 2024 - Peter Simons + +- 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 diff --git a/ghc-cookie.spec b/ghc-cookie.spec index 7fad381..afccb7d 100644 --- a/ghc-cookie.spec +++ b/ghc-cookie.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-cookie # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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.4.6 +Version: 0.5.0 Release: 0 Summary: HTTP cookie parsing and rendering License: MIT