git: 94f846e15508 - main - security/py-pyhanko: Allow build with py-pyhanko-certvalidator 0.26.0+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Nov 2023 10:36:47 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=94f846e15508f9792cec512ac87d00f6eba3c020 commit 94f846e15508f9792cec512ac87d00f6eba3c020 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-27 10:02:55 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-27 10:28:23 +0000 security/py-pyhanko: Allow build with py-pyhanko-certvalidator 0.26.0+ - Bump PORTREVISION for package change Obtained from: https://github.com/MatthiasValvekens/pyHanko/commit/88f7fa5cba17a41f6559ff79ac8efe3359d5f379 --- security/py-pyhanko/Makefile | 4 ++-- security/py-pyhanko/files/patch-pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/py-pyhanko/Makefile b/security/py-pyhanko/Makefile index 15a0319df264..0a86884312af 100644 --- a/security/py-pyhanko/Makefile +++ b/security/py-pyhanko/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyhanko PORTVERSION= 0.20.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,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.24<0.26:security/py-pyhanko-certvalidator@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyhanko-certvalidator>=0.26<0.27: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 b009556a7ac3..b9c38aaf4807 100644 --- a/security/py-pyhanko/files/patch-pyproject.toml +++ b/security/py-pyhanko/files/patch-pyproject.toml @@ -23,7 +23,7 @@ - "tzlocal>=4.3", - "pyhanko-certvalidator==0.24.*", + "tzlocal>=4.2", -+ "pyhanko-certvalidator>=0.24,<0.26", ++ "pyhanko-certvalidator>=0.26,<0.27", "click>=7.1.2", "requests>=2.24.0", "pyyaml>=5.3.1",