git: bec116fba0ec - main - www/py-werkzeug: Update to 3.1.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Nov 2024 13:43:05 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bec116fba0ecc0c53ea6142caba9cbc3b4897c13 commit bec116fba0ecc0c53ea6142caba9cbc3b4897c13 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-21 13:23:25 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-21 13:38:24 +0000 www/py-werkzeug: Update to 3.1.3 Changes: https://github.com/pallets/werkzeug/releases https://werkzeug.palletsprojects.com/en/stable/changes/ --- 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 d46b0b5f066e..124d8ca76eef 100644 --- a/www/py-werkzeug/Makefile +++ b/www/py-werkzeug/Makefile @@ -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}/ diff --git a/www/py-werkzeug/distinfo b/www/py-werkzeug/distinfo index e2ff4abbe2db..bfefc49a85c6 100644 --- a/www/py-werkzeug/distinfo +++ b/www/py-werkzeug/distinfo @@ -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 diff --git a/www/py-werkzeug/files/patch-pyproject.toml b/www/py-werkzeug/files/patch-pyproject.toml index bf261989c1d4..65a8a4825b94 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-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"