SHA256
1
0
forked from pool/ghc-cookie

Accepting request 1231432 from devel:languages:haskell

version update for ghc-9.10.1

OBS-URL: https://build.opensuse.org/request/show/1231432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-cookie?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2024-12-20 22:10:28 +00:00 committed by Git OBS Bridge
commit 68c3fa131c
4 changed files with 17 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
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) 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