git: 03c9c46186a8 - main - security/py-pyhanko-cli: Allow build with py-pyhanko 0.33.0+ and py-pyhanko-certvalidator 0.30.0+

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 09 Mar 2026 18:24:52 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=03c9c46186a8e085b01189da250ed603140fe94f

commit 03c9c46186a8e085b01189da250ed603140fe94f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-03-09 17:58:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-03-09 18:19:13 +0000

    security/py-pyhanko-cli: Allow build with py-pyhanko 0.33.0+ and py-pyhanko-certvalidator 0.30.0+
    
    - Bump PORTREVISION for package change
---
 security/py-pyhanko-cli/Makefile                   |  5 +++--
 security/py-pyhanko-cli/files/patch-pyproject.toml | 13 ++++++++++++-
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/security/py-pyhanko-cli/Makefile b/security/py-pyhanko-cli/Makefile
index 967ec63f8682..9e169a797d35 100644
--- a/security/py-pyhanko-cli/Makefile
+++ b/security/py-pyhanko-cli/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pyhanko-cli
 PORTVERSION=	0.2.1
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,8 +20,8 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FL
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.5.1:devel/py-asn1crypto@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}click>=8.1.3:devel/py-click@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}platformdirs>=4.3.8:devel/py-platformdirs@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyhanko>=0.32.0<0.33:security/py-pyhanko@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyhanko-certvalidator>=0.29.0<0.30:security/py-pyhanko-certvalidator@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyhanko>=0.32.0:security/py-pyhanko@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyhanko-certvalidator>=0.29.0:security/py-pyhanko-certvalidator@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tzlocal>=4.3:devel/py-tzlocal@${PY_FLAVOR}
 
 USES=		python
diff --git a/security/py-pyhanko-cli/files/patch-pyproject.toml b/security/py-pyhanko-cli/files/patch-pyproject.toml
index 7d1189644985..8e80a5ded15a 100644
--- a/security/py-pyhanko-cli/files/patch-pyproject.toml
+++ b/security/py-pyhanko-cli/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2025-09-12 22:23:29 UTC
+--- pyproject.toml.orig	2025-11-22 16:23:46 UTC
 +++ pyproject.toml
 @@ -1,5 +1,5 @@
  [build-system]
@@ -17,3 +17,14 @@
  keywords = [
      "signature",
      "pdf",
+@@ -34,8 +33,8 @@ dependencies = [
+ dependencies = [
+     "asn1crypto>=1.5.1",
+     "tzlocal>=4.3",
+-    "pyhanko>=0.32.0,<0.33",
+-    "pyhanko-certvalidator>=0.29.0,<0.30",
++    "pyhanko>=0.32.0",
++    "pyhanko-certvalidator>=0.29.0",
+     "click>=8.1.3,!=8.2.0",
+     "platformdirs>=4.3.8",
+ ]