git: 2d4a9d42d27a - main - www/py-werkzeug: Update to 3.0.4

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 08 Sep 2024 18:45:57 UTC
The branch main has been updated by sunpoet:

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

commit 2d4a9d42d27a17fb0e5433130b2d8f61501c6915
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-08 18:22:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-08 18:37:51 +0000

    www/py-werkzeug: Update to 3.0.4
    
    Changes:        https://github.com/pallets/werkzeug/releases
---
 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 946e9b3e6b79..8706e6df4bcb 100644
--- a/www/py-werkzeug/Makefile
+++ b/www/py-werkzeug/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	werkzeug
-PORTVERSION=	3.0.3
+PORTVERSION=	3.0.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 c6eb9745639f..66ddbd205a12 100644
--- a/www/py-werkzeug/distinfo
+++ b/www/py-werkzeug/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1715842874
-SHA256 (werkzeug-3.0.3.tar.gz) = 097e5bfda9f0aba8da6b8545146def481d06aa7d3266e7448e2cccf67dd8bd18
-SIZE (werkzeug-3.0.3.tar.gz) = 803342
+TIMESTAMP = 1725559915
+SHA256 (werkzeug-3.0.4.tar.gz) = 34f2371506b250df4d4f84bfe7b0921e4762525762bbd936614909fe25cd7306
+SIZE (werkzeug-3.0.4.tar.gz) = 803966
diff --git a/www/py-werkzeug/files/patch-pyproject.toml b/www/py-werkzeug/files/patch-pyproject.toml
index 5c287c3e4d31..0b90f9139ff3 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-05-05 23:02:12 UTC
+--- pyproject.toml.orig	2024-08-21 19:35:55 UTC
 +++ pyproject.toml
 @@ -1,5 +1,5 @@
  [project]
 -name = "Werkzeug"
 +name = "werkzeug"
- version = "3.0.3"
+ version = "3.0.4"
  description = "The comprehensive WSGI web application library."
  readme = "README.md"