git: 06e0f30254e9 - main - devel/py-confection: Update to 1.3.3

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 18 Apr 2026 22:02:25 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=06e0f30254e996601a24eb4219f3d32dd867afe3

commit 06e0f30254e996601a24eb4219f3d32dd867afe3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:23:26 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:51:45 +0000

    devel/py-confection: Update to 1.3.3
    
    Changes:        https://github.com/explosion/confection/releases
---
 devel/py-confection/Makefile | 12 ++++++++----
 devel/py-confection/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/devel/py-confection/Makefile b/devel/py-confection/Makefile
index e9fd1f647acc..9c986a72862a 100644
--- a/devel/py-confection/Makefile
+++ b/devel/py-confection/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	confection
-PORTVERSION=	0.1.5
+PORTVERSION=	1.3.3
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,12 +13,16 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pydantic2>=1.7.4<3.0.0:devel/py-pydantic2@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}srsly>=2.4.0<3.0.0:devel/py-srsly@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 31100
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0<5.0:devel/py-typing-extensions@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/py-confection/distinfo b/devel/py-confection/distinfo
index b36f2bbf9248..1a9a7417b8d4 100644
--- a/devel/py-confection/distinfo
+++ b/devel/py-confection/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1717245761
-SHA256 (confection-0.1.5.tar.gz) = 8e72dd3ca6bd4f48913cd220f10b8275978e740411654b6e8ca6d7008c590f0e
-SIZE (confection-0.1.5.tar.gz) = 38924
+TIMESTAMP = 1775587252
+SHA256 (confection-1.3.3.tar.gz) = f0f6810d567ff73993fe74d218ca5e1ffb6a44fb03f391257fc5d033546cbfaa
+SIZE (confection-1.3.3.tar.gz) = 54895