www/py-werkzeug: Update to 3.0.6

Changes:	https://github.com/pallets/werkzeug/releases
This commit is contained in:
Po-Chuan Hsieh 2024-10-30 20:11:55 +08:00
parent afe53a9ade
commit c679ce2daf
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= werkzeug
PORTVERSION= 3.0.5
PORTVERSION= 3.0.6
CATEGORIES= www python
MASTER_SITES= PYPI \
https://github.com/pallets/werkzeug/releases/download/${PORTVERSION}/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1729994360
SHA256 (werkzeug-3.0.5.tar.gz) = 033bc3783777078517f32ae3ba9e86e9bc38bdbf139b1a5a3af9679a64ed1293
SIZE (werkzeug-3.0.5.tar.gz) = 804673
TIMESTAMP = 1730257785
SHA256 (werkzeug-3.0.6.tar.gz) = a8dd59d4de28ca70471a34cba79bed5f7ef2e036a76b3ab0835474246eb41f8d
SIZE (werkzeug-3.0.6.tar.gz) = 805170

View file

@ -1,9 +1,9 @@
--- pyproject.toml.orig 2024-10-25 00:43:39 UTC
--- pyproject.toml.orig 2024-10-25 18:42:37 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[project]
-name = "Werkzeug"
+name = "werkzeug"
version = "3.0.5"
version = "3.0.6"
description = "The comprehensive WSGI web application library."
readme = "README.md"