aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-12-02 12:09:37 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-12-02 12:09:37 +0000
commite3229afea90c6b432beeb6a8ce198ba4bbf79823 (patch)
tree3072469dd00b6010ef5af9101a362ee04022b435
parentc4a5a8565c0fec2650b36aaa326811d231896cfb (diff)
www/py-werkzeug: Update to 3.1.4
-rw-r--r--www/py-werkzeug/Makefile2
-rw-r--r--www/py-werkzeug/distinfo6
-rw-r--r--www/py-werkzeug/files/patch-pyproject.toml4
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"