www/py-werkzeug: Update to 3.1.3

Changes:	https://github.com/pallets/werkzeug/releases
		https://werkzeug.palletsprojects.com/en/stable/changes/
This commit is contained in:
Po-Chuan Hsieh 2024-11-21 21:23:25 +08:00
parent 41a1c9183c
commit bec116fba0
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.1.1
PORTVERSION= 3.1.3
CATEGORIES= www python
MASTER_SITES= PYPI \
https://github.com/pallets/werkzeug/releases/download/${PORTVERSION}/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1730540936
SHA256 (werkzeug-3.1.1.tar.gz) = 8cd39dfbdfc1e051965f156163e2974e52c210f130810e9ad36858f0fd3edad4
SIZE (werkzeug-3.1.1.tar.gz) = 806453
TIMESTAMP = 1731679352
SHA256 (werkzeug-3.1.3.tar.gz) = 60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746
SIZE (werkzeug-3.1.3.tar.gz) = 806925

View file

@ -1,9 +1,9 @@
--- pyproject.toml.orig 2024-11-01 16:18:41 UTC
--- pyproject.toml.orig 2024-11-08 15:46:09 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[project]
-name = "Werkzeug"
+name = "werkzeug"
version = "3.1.1"
version = "3.1.3"
description = "The comprehensive WSGI web application library."
readme = "README.md"