git: b8656b8b4257 - main - security/py-pyhanko: Update version requirement of RUN_DEPENDS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 04 Aug 2024 17:23:06 UTC
The branch main has been updated by sunpoet:

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

commit b8656b8b4257e7c1429f1bba6bab9518ba8d7e91
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-08-04 17:09:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-08-04 17:14:11 +0000

    security/py-pyhanko: Update version requirement of RUN_DEPENDS
---
 security/py-pyhanko/Makefile                   | 2 +-
 security/py-pyhanko/files/patch-pyproject.toml | 9 ---------
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/security/py-pyhanko/Makefile b/security/py-pyhanko/Makefile
index a166880f9f1b..280235e3d344 100644
--- a/security/py-pyhanko/Makefile
+++ b/security/py-pyhanko/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.5.1:devel/py-asn1crypto@${PY_F
 		${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0:devel/py-pyyaml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}qrcode>=7.3.1:textproc/py-qrcode@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.31.0:www/py-requests@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}tzlocal>=4.2:devel/py-tzlocal@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}tzlocal>=4.3:devel/py-tzlocal@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent cryptography pep517
diff --git a/security/py-pyhanko/files/patch-pyproject.toml b/security/py-pyhanko/files/patch-pyproject.toml
index ae9322c3aa0f..eadfc8905bdf 100644
--- a/security/py-pyhanko/files/patch-pyproject.toml
+++ b/security/py-pyhanko/files/patch-pyproject.toml
@@ -15,12 +15,3 @@
  description = "Tools for stamping and signing PDF files"
  authors = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}]
  maintainers = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}]
-@@ -36,7 +36,7 @@ dependencies = [
- dependencies = [
-     "asn1crypto>=1.5.1",
-     "qrcode>=7.3.1",
--    "tzlocal>=4.3",
-+    "tzlocal>=4.2",
-     "pyhanko-certvalidator>=0.26.2,<0.27",
-     "click>=8.1.3",
-     "requests>=2.31.0",