Date: Sun, 3 Nov 2024 13:25:36 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2bd4c5e57c8f - main - www/py-werkzeug: Update to 3.1.1 Message-ID: <202411031325.4A3DPaZv018692@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2bd4c5e57c8f0dd26cc41b59f68a1f471a301f87 commit 2bd4c5e57c8f0dd26cc41b59f68a1f471a301f87 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-03 13:22:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-03 13:22:52 +0000 www/py-werkzeug: Update to 3.1.1 - Update WWW Changes: https://github.com/pallets/werkzeug/releases https://werkzeug.palletsprojects.com/en/stable/changes/ --- www/py-werkzeug/Makefile | 6 +++--- www/py-werkzeug/distinfo | 6 +++--- www/py-werkzeug/files/patch-pyproject.toml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/www/py-werkzeug/Makefile b/www/py-werkzeug/Makefile index 696279cbb4ec..d46b0b5f066e 100644 --- a/www/py-werkzeug/Makefile +++ b/www/py-werkzeug/Makefile @@ -1,5 +1,5 @@ PORTNAME= werkzeug -PORTVERSION= 3.0.6 +PORTVERSION= 3.1.1 CATEGORIES= www python MASTER_SITES= PYPI \ https://github.com/pallets/werkzeug/releases/download/${PORTVERSION}/ @@ -7,7 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python utilities collection for building WSGI applications -WWW= https://palletsprojects.com/p/werkzeug/ \ +WWW= https://palletsprojects.com/projects/werkzeug/ \ https://github.com/pallets/werkzeug LICENSE= BSD3CLAUSE @@ -16,7 +16,7 @@ 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 +USES= cpe python:3.9+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-werkzeug/distinfo b/www/py-werkzeug/distinfo index 7d2ed64ab337..e2ff4abbe2db 100644 --- a/www/py-werkzeug/distinfo +++ b/www/py-werkzeug/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730257785 -SHA256 (werkzeug-3.0.6.tar.gz) = a8dd59d4de28ca70471a34cba79bed5f7ef2e036a76b3ab0835474246eb41f8d -SIZE (werkzeug-3.0.6.tar.gz) = 805170 +TIMESTAMP = 1730540936 +SHA256 (werkzeug-3.1.1.tar.gz) = 8cd39dfbdfc1e051965f156163e2974e52c210f130810e9ad36858f0fd3edad4 +SIZE (werkzeug-3.1.1.tar.gz) = 806453 diff --git a/www/py-werkzeug/files/patch-pyproject.toml b/www/py-werkzeug/files/patch-pyproject.toml index 9997c0d03884..bf261989c1d4 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-10-25 18:42:37 UTC +--- pyproject.toml.orig 2024-11-01 16:18:41 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "Werkzeug" +name = "werkzeug" - version = "3.0.6" + version = "3.1.1" description = "The comprehensive WSGI web application library." readme = "README.md"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411031325.4A3DPaZv018692>