From 56b9dd800649ab1dfad7564a0f7f00c49f01e15e Mon Sep 17 00:00:00 2001
From: factory-maintainer <>
Date: Apr 08 2025 19:17:09 +0000
Subject: Update ghc-cookie to version 0.5.1 / rev 17 via SR 1267798


https://build.opensuse.org/request/show/1267798
by user factory-maintainer + anag_factory
Automatic submission by obs-autosubmit

---

diff --git a/.files b/.files
index c3657c2..0365b9e 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index 1c19425..ee2aaae 100644
--- a/.rev
+++ b/.rev
@@ -127,4 +127,20 @@
     <comment>update for ghc-9.4.4</comment>
     <requestid>1075826</requestid>
   </revision>
+  <revision rev="16" vrev="1">
+    <srcmd5>64230b4e96afc65650d21d15ce0c7de4</srcmd5>
+    <version>0.5.0</version>
+    <time>1734732628</time>
+    <user>dimstar_suse</user>
+    <comment>version update for ghc-9.10.1</comment>
+    <requestid>1231432</requestid>
+  </revision>
+  <revision rev="17" vrev="1">
+    <srcmd5>b44f0f9f0907fff95ae67de9e3e7de81</srcmd5>
+    <version>0.5.1</version>
+    <time>1744127502</time>
+    <user>anag_factory</user>
+    <comment>Automatic submission by obs-autosubmit</comment>
+    <requestid>1267798</requestid>
+  </revision>
 </revisionlist>
diff --git a/cookie-0.4.6.tar.gz b/cookie-0.4.6.tar.gz
deleted file mode 120000
index 3395aec..0000000
--- a/cookie-0.4.6.tar.gz
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafkreiemiguvnqzls4z5kjnfhvb3am4kenvdju3gldwminsmqje2mzslvi
\ No newline at end of file
diff --git a/cookie-0.5.1.tar.gz b/cookie-0.5.1.tar.gz
new file mode 120000
index 0000000..b0205a5
--- /dev/null
+++ b/cookie-0.5.1.tar.gz
@@ -0,0 +1 @@
+/ipfs/bafkreia23xtcojxduo56cr6aeukp4dcpl4wful7whbbn5laqyri2fjxxua
\ No newline at end of file
diff --git a/ghc-cookie.changes b/ghc-cookie.changes
index e8d1953..5cd782e 100644
--- a/ghc-cookie.changes
+++ b/ghc-cookie.changes
@@ -1,4 +1,24 @@
 -------------------------------------------------------------------
+Mon Mar 31 12:31:39 UTC 2025 - Peter Simons <psimons@suse.com>
+
+- Update cookie to version 0.5.1.
+  ## 0.5.1
+
+  * Add the `Partitioned` cookie attribute.
+
+-------------------------------------------------------------------
+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>
 
 - Updated spec file to conform with ghc-rpm-macros-2.5.2.
diff --git a/ghc-cookie.spec b/ghc-cookie.spec
index 1218486..5cae867 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) 2025 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.1
 Release:        0
 Summary:        HTTP cookie parsing and rendering
 License:        MIT