From f8bb06643e339194eb757db2a6fdee309a8fa6d5 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 27 Nov 2023 18:03:35 +0800 Subject: [PATCH] www/py-werkzeug: Update to 3.0.1 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 d1f4b146d826..9415108f03b1 100644 --- a/www/py-werkzeug/Makefile +++ b/www/py-werkzeug/Makefile @@ -1,5 +1,5 @@ PORTNAME= werkzeug -PORTVERSION= 2.3.8 +PORTVERSION= 3.0.1 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 bef3af26e6a5..b972788af37d 100644 --- a/www/py-werkzeug/distinfo +++ b/www/py-werkzeug/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699985593 -SHA256 (werkzeug-2.3.8.tar.gz) = 554b257c74bbeb7a0d254160a4f8ffe185243f52a52035060b761ca62d977f03 -SIZE (werkzeug-2.3.8.tar.gz) = 819747 +TIMESTAMP = 1700759886 +SHA256 (werkzeug-3.0.1.tar.gz) = 507e811ecea72b18a404947aded4b3390e1db8f826b494d76550ef45bb3b1dcc +SIZE (werkzeug-3.0.1.tar.gz) = 801436 diff --git a/www/py-werkzeug/files/patch-pyproject.toml b/www/py-werkzeug/files/patch-pyproject.toml index 7b366d96be2c..27a725c87970 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-04-27 13:38:50 UTC +--- pyproject.toml.orig 2023-10-24 20:52:38 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "Werkzeug" +name = "werkzeug" + version = "3.0.1" description = "The comprehensive WSGI web application library." readme = "README.rst" - license = {text = "BSD-3-Clause"}