Date: Fri, 22 Nov 2024 06:28:32 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: ae36f8899d12 - main - security/py-pyhanko-certvalidator: Update to 0.26.5 Message-ID: <202411220628.4AM6SWPk006066@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ae36f8899d123c2f2578c621df8448e4cd8e2b30 commit ae36f8899d123c2f2578c621df8448e4cd8e2b30 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-22 06:22:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-22 06:22:51 +0000 security/py-pyhanko-certvalidator: Update to 0.26.5 Changes: https://github.com/MatthiasValvekens/certvalidator/blob/master/changelog.md --- security/py-pyhanko-certvalidator/Makefile | 3 ++- security/py-pyhanko-certvalidator/distinfo | 6 +++--- security/py-pyhanko-certvalidator/files/patch-pyproject.toml | 8 +++----- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/security/py-pyhanko-certvalidator/Makefile b/security/py-pyhanko-certvalidator/Makefile index fa1a8bd855dd..f536835d662e 100644 --- a/security/py-pyhanko-certvalidator/Makefile +++ b/security/py-pyhanko-certvalidator/Makefile @@ -1,8 +1,9 @@ PORTNAME= pyhanko-certvalidator -PORTVERSION= 0.26.3 +PORTVERSION= 0.26.5 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= pyhanko_certvalidator-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Validates X.509 certificates and paths diff --git a/security/py-pyhanko-certvalidator/distinfo b/security/py-pyhanko-certvalidator/distinfo index 18146e363f7d..5bc964d33eb9 100644 --- a/security/py-pyhanko-certvalidator/distinfo +++ b/security/py-pyhanko-certvalidator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702543698 -SHA256 (pyhanko-certvalidator-0.26.3.tar.gz) = 47fba8e9dbf846d766f2e0a453572dd4b25b2f1397847a31fe892c8eb00391f5 -SIZE (pyhanko-certvalidator-0.26.3.tar.gz) = 102722 +TIMESTAMP = 1732239536 +SHA256 (pyhanko_certvalidator-0.26.5.tar.gz) = 800f5a7744d23870a5203cb38007689902c79c44e7374dab0c9b02e1b1a89bd4 +SIZE (pyhanko_certvalidator-0.26.5.tar.gz) = 101828 diff --git a/security/py-pyhanko-certvalidator/files/patch-pyproject.toml b/security/py-pyhanko-certvalidator/files/patch-pyproject.toml index 515b75d4b5d7..274b65b868a0 100644 --- a/security/py-pyhanko-certvalidator/files/patch-pyproject.toml +++ b/security/py-pyhanko-certvalidator/files/patch-pyproject.toml @@ -1,12 +1,10 @@ ---- pyproject.toml.orig 2023-05-14 16:55:10 UTC +--- pyproject.toml.orig 2024-11-17 14:43:24 UTC +++ pyproject.toml -@@ -1,7 +1,7 @@ +@@ -1,6 +1,6 @@ requires = [ [build-system] requires = [ - "setuptools>=67.4", -- "wheel", "pytest-runner", + "setuptools>=61", -+ "wheel", + "wheel" ] build-backend = "setuptools.build_meta" -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411220628.4AM6SWPk006066>