git: 0f904bc216ea - main - security/py-pyhanko-certvalidator: Update to 0.26.8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Mar 2025 03:59:57 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0f904bc216eae413b384b778d832fb3f7dc63a7c
commit 0f904bc216eae413b384b778d832fb3f7dc63a7c
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-03-19 03:40:21 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-03-19 03:40:21 +0000
security/py-pyhanko-certvalidator: Update to 0.26.8
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 | 11 +----------
3 files changed, 5 insertions(+), 15 deletions(-)
diff --git a/security/py-pyhanko-certvalidator/Makefile b/security/py-pyhanko-certvalidator/Makefile
index 02ec17ee02ba..fcebea04afee 100644
--- a/security/py-pyhanko-certvalidator/Makefile
+++ b/security/py-pyhanko-certvalidator/Makefile
@@ -1,6 +1,5 @@
PORTNAME= pyhanko-certvalidator
-PORTVERSION= 0.26.5
-PORTREVISION= 1
+PORTVERSION= 0.26.8
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/security/py-pyhanko-certvalidator/distinfo b/security/py-pyhanko-certvalidator/distinfo
index 5bc964d33eb9..e53abab91bd8 100644
--- a/security/py-pyhanko-certvalidator/distinfo
+++ b/security/py-pyhanko-certvalidator/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1732239536
-SHA256 (pyhanko_certvalidator-0.26.5.tar.gz) = 800f5a7744d23870a5203cb38007689902c79c44e7374dab0c9b02e1b1a89bd4
-SIZE (pyhanko_certvalidator-0.26.5.tar.gz) = 101828
+TIMESTAMP = 1742070464
+SHA256 (pyhanko_certvalidator-0.26.8.tar.gz) = 57c496cebfa5d5e4d3d300dbb4974c66e1a4d9ca4a7a978b20bc66fdeb9dbcdb
+SIZE (pyhanko_certvalidator-0.26.8.tar.gz) = 102649
diff --git a/security/py-pyhanko-certvalidator/files/patch-pyproject.toml b/security/py-pyhanko-certvalidator/files/patch-pyproject.toml
index 1533917164e8..d63981588a4a 100644
--- a/security/py-pyhanko-certvalidator/files/patch-pyproject.toml
+++ b/security/py-pyhanko-certvalidator/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig 2024-11-17 14:43:24 UTC
+--- pyproject.toml.orig 2025-03-15 15:08:08 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
[build-system]
@@ -8,12 +8,3 @@
"wheel"
]
build-backend = "setuptools.build_meta"
-@@ -51,7 +51,7 @@ Homepage = "https://github.com/MatthiasValvekens/certv
- Homepage = "https://github.com/MatthiasValvekens/certvalidator"
-
- [project.optional-dependencies]
--async-http = ["aiohttp>=3.8,<3.11"]
-+async-http = ["aiohttp>=3.8,<3.12"]
- testing = [
- "pytest>=6.1.1",
- "pytest-cov>=4.0,<6.1",