git: ff2354abcd94 - main - security/py-pyhanko: Allow build with py-pyhanko-certvalidator 0.24.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Sep 2023 03:14:42 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ff2354abcd9467267648eb741bcc139b4f52cf7d
commit ff2354abcd9467267648eb741bcc139b4f52cf7d
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-11 03:08:51 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-11 03:11:31 +0000
security/py-pyhanko: Allow build with py-pyhanko-certvalidator 0.24.0
- Bump PORTREVISION for package change
---
security/py-pyhanko/Makefile | 3 ++-
security/py-pyhanko/files/patch-pyproject.toml | 6 ++++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/security/py-pyhanko/Makefile b/security/py-pyhanko/Makefile
index a8bab9d7c43c..3446143923c0 100644
--- a/security/py-pyhanko/Makefile
+++ b/security/py-pyhanko/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pyhanko
PORTVERSION= 0.20.0
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +18,7 @@ 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>=7.1.2:devel/py-click@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pyhanko-certvalidator>=0.23<0.24:security/py-pyhanko-certvalidator@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyhanko-certvalidator>=0.24<0.25:security/py-pyhanko-certvalidator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=5.3.1:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}qrcode>=6.1:textproc/py-qrcode@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.24.0:www/py-requests@${PY_FLAVOR} \
diff --git a/security/py-pyhanko/files/patch-pyproject.toml b/security/py-pyhanko/files/patch-pyproject.toml
index c1d43c221b88..cf22adfbe681 100644
--- a/security/py-pyhanko/files/patch-pyproject.toml
+++ b/security/py-pyhanko/files/patch-pyproject.toml
@@ -16,12 +16,14 @@
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 @@ requires-python = ">=3.7"
+@@ -36,8 +36,8 @@ requires-python = ">=3.7"
dependencies = [
"asn1crypto>=1.5.1",
"qrcode>=6.1",
- "tzlocal>=4.3",
+- "pyhanko-certvalidator==0.23.*",
+ "tzlocal>=4.2",
- "pyhanko-certvalidator==0.23.*",
++ "pyhanko-certvalidator==0.24.*",
"click>=7.1.2",
"requests>=2.24.0",
+ "pyyaml>=5.3.1",