Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2026 22:05:32 +0000
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: 57469a5c9546 - main - security/py-pyhanko-cli: Update to 0.3.1
Message-ID:  <69e4002c.33d43.24abcc10@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=57469a5c95460dd43e7c5b6e1300684f995100af

commit 57469a5c95460dd43e7c5b6e1300684f995100af
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:41:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:52:51 +0000

    security/py-pyhanko-cli: Update to 0.3.1
    
    Changes:        https://github.com/MatthiasValvekens/pyHanko/commits/master/pkgs/pyhanko-cli
---
 security/py-pyhanko-cli/Makefile                   |  7 +++----
 security/py-pyhanko-cli/distinfo                   |  6 +++---
 security/py-pyhanko-cli/files/patch-pyproject.toml | 13 +------------
 3 files changed, 7 insertions(+), 19 deletions(-)

diff --git a/security/py-pyhanko-cli/Makefile b/security/py-pyhanko-cli/Makefile
index 9e169a797d35..1850b8d83fd5 100644
--- a/security/py-pyhanko-cli/Makefile
+++ b/security/py-pyhanko-cli/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	pyhanko-cli
-PORTVERSION=	0.2.1
-PORTREVISION=	1
+PORTVERSION=	0.3.1
 CATEGORIES=	security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,8 +19,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:security/py-pyhanko@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyhanko-certvalidator>=0.29.0:security/py-pyhanko-certvalidator@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyhanko>=0.34.1<0.35:security/py-pyhanko@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyhanko-certvalidator>=0.30.1<0.31: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/distinfo b/security/py-pyhanko-cli/distinfo
index 9ca1e3818a83..220b98aab43d 100644
--- a/security/py-pyhanko-cli/distinfo
+++ b/security/py-pyhanko-cli/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1763853440
-SHA256 (pyhanko_cli-0.2.1.tar.gz) = 3d4b1e58640ead563a91bf36e77670363f6277b11262bf668c5de96528e2d02a
-SIZE (pyhanko_cli-0.2.1.tar.gz) = 31560
+TIMESTAMP = 1775587586
+SHA256 (pyhanko_cli-0.3.1.tar.gz) = 8d20ae64c903850855767e0967588f6ca18ae08c7481973d724bd644e21a79fb
+SIZE (pyhanko_cli-0.3.1.tar.gz) = 8379705
diff --git a/security/py-pyhanko-cli/files/patch-pyproject.toml b/security/py-pyhanko-cli/files/patch-pyproject.toml
index 8e80a5ded15a..7e5703cfcb6a 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-11-22 16:23:46 UTC
+--- pyproject.toml.orig	2026-03-08 13:08:37 UTC
 +++ pyproject.toml
 @@ -1,5 +1,5 @@
  [build-system]
@@ -17,14 +17,3 @@
  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",
- ]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e4002c.33d43.24abcc10>