git: e6438c58d631 - main - www/py-werkzeug: Update to 3.0.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Apr 2024 00:45:31 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e6438c58d631d00b388c1f3f6a822a5cf5331f3b commit e6438c58d631d00b388c1f3f6a822a5cf5331f3b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-05 00:41:42 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-05 00:41:42 +0000 www/py-werkzeug: Update to 3.0.2 Changes: https://github.com/pallets/werkzeug/releases https://github.com/pallets/werkzeug/blob/main/CHANGES.rst --- 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 9415108f03b1..18de5509a4a5 100644 --- a/www/py-werkzeug/Makefile +++ b/www/py-werkzeug/Makefile @@ -1,5 +1,5 @@ PORTNAME= werkzeug -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.2 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 b972788af37d..ac8db71892ab 100644 --- a/www/py-werkzeug/distinfo +++ b/www/py-werkzeug/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700759886 -SHA256 (werkzeug-3.0.1.tar.gz) = 507e811ecea72b18a404947aded4b3390e1db8f826b494d76550ef45bb3b1dcc -SIZE (werkzeug-3.0.1.tar.gz) = 801436 +TIMESTAMP = 1712084544 +SHA256 (werkzeug-3.0.2.tar.gz) = e39b645a6ac92822588e7b39a692e7828724ceae0b0d702ef96701f90e70128d +SIZE (werkzeug-3.0.2.tar.gz) = 802172 diff --git a/www/py-werkzeug/files/patch-pyproject.toml b/www/py-werkzeug/files/patch-pyproject.toml index 27a725c87970..2dc9ddef82b5 100644 --- a/www/py-werkzeug/files/patch-pyproject.toml +++ b/www/py-werkzeug/files/patch-pyproject.toml @@ -1,9 +1,9 @@ ---- pyproject.toml.orig 2023-10-24 20:52:38 UTC +--- pyproject.toml.orig 2024-04-01 18:51:40 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "Werkzeug" +name = "werkzeug" - version = "3.0.1" + version = "3.0.2" description = "The comprehensive WSGI web application library." readme = "README.rst"