Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2026 17:25:59 +0000
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Hiroo Ono <hiroo.ono+freebsd@gmail.com>
Subject:   git: 8908edaee224 - main - textproc/py-wtforms: Update to 3.2.2 to fix build with sphinx 9.0.4
Message-ID:  <6a3eb627.3899d.34e0e860@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by makc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8908edaee2241eb6c8415ee1e2366b6c8fcb7e85

commit 8908edaee2241eb6c8415ee1e2366b6c8fcb7e85
Author:     Hiroo Ono <hiroo.ono+freebsd@gmail.com>
AuthorDate: 2026-06-26 17:23:11 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-06-26 17:23:11 +0000

    textproc/py-wtforms: Update to 3.2.2 to fix build with sphinx 9.0.4
    
    PR:             284845
    Co-authored-by: Max Brazhnikov <makc@FreeBSD.org>
---
 textproc/py-wtforms/Makefile | 5 ++---
 textproc/py-wtforms/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/textproc/py-wtforms/Makefile b/textproc/py-wtforms/Makefile
index b1708942bb8d..391da24ee8bb 100644
--- a/textproc/py-wtforms/Makefile
+++ b/textproc/py-wtforms/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	wtforms
-DISTVERSION=	3.1.2
-PORTREVISION=	1
+DISTVERSION=	3.2.2
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +12,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 
 BUILD_DEPENDS=	${PY_SETUPTOOLS} \
-		${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}Babel>2.6.0:devel/py-babel@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}markupsafe>0:textproc/py-markupsafe@${PY_FLAVOR} \
diff --git a/textproc/py-wtforms/distinfo b/textproc/py-wtforms/distinfo
index 463f4fc734c8..ed9b04260e72 100644
--- a/textproc/py-wtforms/distinfo
+++ b/textproc/py-wtforms/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1704978549
-SHA256 (wtforms-3.1.2.tar.gz) = f8d76180d7239c94c6322f7990ae1216dae3659b7aa1cee94b6318bdffb474b9
-SIZE (wtforms-3.1.2.tar.gz) = 134705
+TIMESTAMP = 1782313270
+SHA256 (wtforms-3.2.2.tar.gz) = 7b00c73f8670f35d4edb0293dcd81b980528bee72fd662b182aaba27ae570b93
+SIZE (wtforms-3.2.2.tar.gz) = 139583


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3eb627.3899d.34e0e860>