git: e3229afea90c - main - www/py-werkzeug: Update to 3.1.4

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 02 Dec 2025 12:20:33 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e3229afea90c6b432beeb6a8ce198ba4bbf79823

commit e3229afea90c6b432beeb6a8ce198ba4bbf79823
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-02 12:09:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-02 12:09:37 +0000

    www/py-werkzeug: Update to 3.1.4
    
    Changes:        https://github.com/pallets/werkzeug/releases
                    https://werkzeug.palletsprojects.com/en/stable/changes/
---
 www/py-werkzeug/Makefile                   | 2 +-
 www/py-werkzeug/distinfo                   | 6 +++---
 www/py-werkzeug/files/patch-pyproject.toml | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/www/py-werkzeug/Makefile b/www/py-werkzeug/Makefile
index d98f1ae010a1..33fb7e4f64a8 100644
--- a/www/py-werkzeug/Makefile
+++ b/www/py-werkzeug/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	werkzeug
-PORTVERSION=	3.1.3
+PORTVERSION=	3.1.4
 CATEGORIES=	www python
 MASTER_SITES=	PYPI \
 		https://github.com/pallets/werkzeug/releases/download/${PORTVERSION}/
diff --git a/www/py-werkzeug/distinfo b/www/py-werkzeug/distinfo
index bfefc49a85c6..eb60f1d9fce9 100644
--- a/www/py-werkzeug/distinfo
+++ b/www/py-werkzeug/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1731679352
-SHA256 (werkzeug-3.1.3.tar.gz) = 60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746
-SIZE (werkzeug-3.1.3.tar.gz) = 806925
+TIMESTAMP = 1764511010
+SHA256 (werkzeug-3.1.4.tar.gz) = cd3cd98b1b92dc3b7b3995038826c68097dcb16f9baa63abe35f20eafeb9fe5e
+SIZE (werkzeug-3.1.4.tar.gz) = 864687
diff --git a/www/py-werkzeug/files/patch-pyproject.toml b/www/py-werkzeug/files/patch-pyproject.toml
index 65a8a4825b94..17097d51f2ae 100644
--- a/www/py-werkzeug/files/patch-pyproject.toml
+++ b/www/py-werkzeug/files/patch-pyproject.toml
@@ -1,9 +1,9 @@
---- pyproject.toml.orig	2024-11-08 15:46:09 UTC
+--- pyproject.toml.orig	2025-11-29 02:08:01 UTC
 +++ pyproject.toml
 @@ -1,5 +1,5 @@
  [project]
 -name = "Werkzeug"
 +name = "werkzeug"
- version = "3.1.3"
+ version = "3.1.4"
  description = "The comprehensive WSGI web application library."
  readme = "README.md"