Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2025 11:22:19 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: 01177f8be7cf - main - security/py-pyhanko-cli: Update to 0.2.0
Message-ID:  <202510061122.596BMJQY085927@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=01177f8be7cfb44064f6a28cf27f491e6a1ef82e

commit 01177f8be7cfb44064f6a28cf27f491e6a1ef82e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-06 10:16:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-06 10:16:15 +0000

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

diff --git a/security/py-pyhanko-cli/Makefile b/security/py-pyhanko-cli/Makefile
index 7bf271af369f..dac41e81644a 100644
--- a/security/py-pyhanko-cli/Makefile
+++ b/security/py-pyhanko-cli/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	pyhanko-cli
-PORTVERSION=	0.1.2
-PORTREVISION=	2
+PORTVERSION=	0.2.0
 CATEGORIES=	security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,8 +18,9 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FL
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 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}pyhanko>=0.29.1:security/py-pyhanko@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pyhanko-certvalidator>=0.27.0:security/py-pyhanko-certvalidator@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}platformdirs>=4.3.8:devel/py-platformdirs@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyhanko>=0.31.0<0.32:security/py-pyhanko@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyhanko-certvalidator>=0.29.0<0.30: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 531fc9827b55..483bfb177112 100644
--- a/security/py-pyhanko-cli/distinfo
+++ b/security/py-pyhanko-cli/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1750954096
-SHA256 (pyhanko_cli-0.1.2.tar.gz) = 932c09c46a07ff070db6afc3b1475d3a61cb489ea4b0a0a3be84c70db2c41e6e
-SIZE (pyhanko_cli-0.1.2.tar.gz) = 27304
+TIMESTAMP = 1759324184
+SHA256 (pyhanko_cli-0.2.0.tar.gz) = 55b89231886d3c1f5269bb9a9f8001e145f9f5e49a86f179c52bf5cbc1ef0c89
+SIZE (pyhanko_cli-0.2.0.tar.gz) = 31548
diff --git a/security/py-pyhanko-cli/files/patch-pyproject.toml b/security/py-pyhanko-cli/files/patch-pyproject.toml
index 06d2d28e40b6..7d1189644985 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-06-20 20:47:42 UTC
+--- pyproject.toml.orig	2025-09-12 22:23:29 UTC
 +++ pyproject.toml
 @@ -1,5 +1,5 @@
  [build-system]
@@ -17,14 +17,3 @@
  keywords = [
      "signature",
      "pdf",
-@@ -33,8 +32,8 @@ dependencies = [
- dependencies = [
-     "asn1crypto>=1.5.1",
-     "tzlocal>=4.3",
--    "pyhanko>=0.29.1,<0.30",
--    "pyhanko-certvalidator>=0.27.0,<0.28",
-+    "pyhanko>=0.29.1",
-+    "pyhanko-certvalidator>=0.27.0",
-     "click>=8.1.3,!=8.2.0",
- ]
- version = "0.1.2"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510061122.596BMJQY085927>