aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-10-29 14:20:25 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-10-29 14:38:42 +0000
commit039de9b542e7f5c6cebb38e89b8d55ce993360b9 (patch)
tree28d364b89bfe7eec5cf4e3dffe85b1a9d16158f5
parent6c7c1bd6a390189bf5b1b88edb8a4de5ad6fad94 (diff)
downloadports-039de9b542e7f5c6cebb38e89b8d55ce993360b9.tar.gz
ports-039de9b542e7f5c6cebb38e89b8d55ce993360b9.zip
www/py-werkzeug: Update to 3.0.5
-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 8706e6df4bcb..024d01810d73 100644
--- a/www/py-werkzeug/Makefile
+++ b/www/py-werkzeug/Makefile
@@ -1,5 +1,5 @@
PORTNAME= werkzeug
-PORTVERSION= 3.0.4
+PORTVERSION= 3.0.5
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 66ddbd205a12..9019de71d4bf 100644
--- a/www/py-werkzeug/distinfo
+++ b/www/py-werkzeug/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1725559915
-SHA256 (werkzeug-3.0.4.tar.gz) = 34f2371506b250df4d4f84bfe7b0921e4762525762bbd936614909fe25cd7306
-SIZE (werkzeug-3.0.4.tar.gz) = 803966
+TIMESTAMP = 1729994360
+SHA256 (werkzeug-3.0.5.tar.gz) = 033bc3783777078517f32ae3ba9e86e9bc38bdbf139b1a5a3af9679a64ed1293
+SIZE (werkzeug-3.0.5.tar.gz) = 804673
diff --git a/www/py-werkzeug/files/patch-pyproject.toml b/www/py-werkzeug/files/patch-pyproject.toml
index 0b90f9139ff3..0e8f5cca167d 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-08-21 19:35:55 UTC
+--- pyproject.toml.orig 2024-10-25 00:43:39 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[project]
-name = "Werkzeug"
+name = "werkzeug"
- version = "3.0.4"
+ version = "3.0.5"
description = "The comprehensive WSGI web application library."
readme = "README.md"