diff --git a/www/py-werkzeug/Makefile b/www/py-werkzeug/Makefile index dfdfab7a838d..631f758cf73f 100644 --- a/www/py-werkzeug/Makefile +++ b/www/py-werkzeug/Makefile @@ -1,35 +1,35 @@ PORTNAME= werkzeug -PORTVERSION= 3.1.6 +PORTVERSION= 3.1.8 CATEGORIES= www python MASTER_SITES= PYPI \ https://github.com/pallets/werkzeug/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python utilities collection for building WSGI applications WWW= https://palletsprojects.com/projects/werkzeug/ \ https://github.com/pallets/werkzeug LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=0<4:devel/py-flit-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markupsafe>=2.1.1:textproc/py-markupsafe@${PY_FLAVOR} USES= cpe python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes CPE_VENDOR= palletsprojects OPTIONS_DEFINE= EXAMPLES WATCHDOG WATCHDOG_DESC= Monitor filesystem events WATCHDOG_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}watchdog>=2.3:devel/py-watchdog@${PY_FLAVOR} post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/www/py-werkzeug/distinfo b/www/py-werkzeug/distinfo index 93efa9b0c4a0..28784e4d1bff 100644 --- a/www/py-werkzeug/distinfo +++ b/www/py-werkzeug/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1773966934 -SHA256 (werkzeug-3.1.6.tar.gz) = 210c6bede5a420a913956b4791a7f4d6843a43b6fcee4dfa08a65e93007d0d25 -SIZE (werkzeug-3.1.6.tar.gz) = 864736 +TIMESTAMP = 1775587718 +SHA256 (werkzeug-3.1.8.tar.gz) = 9bad61a4268dac112f1c5cd4630a56ede601b6ed420300677a869083d70a4c44 +SIZE (werkzeug-3.1.8.tar.gz) = 875852 diff --git a/www/py-werkzeug/files/patch-pyproject.toml b/www/py-werkzeug/files/patch-pyproject.toml index 84da5d42f71e..dda70621a7b8 100644 --- a/www/py-werkzeug/files/patch-pyproject.toml +++ b/www/py-werkzeug/files/patch-pyproject.toml @@ -1,9 +1,9 @@ ---- pyproject.toml.orig 2026-02-19 15:12:36 UTC +--- pyproject.toml.orig 2026-04-02 17:25:33 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "Werkzeug" +name = "werkzeug" - version = "3.1.6" + version = "3.1.8" description = "The comprehensive WSGI web application library." readme = "README.md"