diff --git a/www/py-werkzeug/Makefile b/www/py-werkzeug/Makefile index 33fb7e4f64a8..54df65dec236 100644 --- a/www/py-werkzeug/Makefile +++ b/www/py-werkzeug/Makefile @@ -1,35 +1,35 @@ PORTNAME= werkzeug -PORTVERSION= 3.1.4 +PORTVERSION= 3.1.5 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 eb60f1d9fce9..2b176c1e599f 100644 --- a/www/py-werkzeug/distinfo +++ b/www/py-werkzeug/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764511010 -SHA256 (werkzeug-3.1.4.tar.gz) = cd3cd98b1b92dc3b7b3995038826c68097dcb16f9baa63abe35f20eafeb9fe5e -SIZE (werkzeug-3.1.4.tar.gz) = 864687 +TIMESTAMP = 1768625805 +SHA256 (werkzeug-3.1.5.tar.gz) = 6a548b0e88955dd07ccb25539d7d0cc97417ee9e179677d22c7041c8f078ce67 +SIZE (werkzeug-3.1.5.tar.gz) = 864754 diff --git a/www/py-werkzeug/files/patch-pyproject.toml b/www/py-werkzeug/files/patch-pyproject.toml index 17097d51f2ae..5bdced799f82 100644 --- a/www/py-werkzeug/files/patch-pyproject.toml +++ b/www/py-werkzeug/files/patch-pyproject.toml @@ -1,9 +1,9 @@ ---- pyproject.toml.orig 2025-11-29 02:08:01 UTC +--- pyproject.toml.orig 2026-01-08 17:37:08 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "Werkzeug" +name = "werkzeug" - version = "3.1.4" + version = "3.1.5" description = "The comprehensive WSGI web application library." readme = "README.md"