security/py-pyhanko-certvalidator: Update to 0.26.8

Changes:	https://github.com/MatthiasValvekens/certvalidator/blob/master/changelog.md
This commit is contained in:
Po-Chuan Hsieh 2025-03-19 11:40:21 +08:00
parent d8de06a821
commit 0f904bc216
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 5 additions and 15 deletions

View file

@ -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}

View file

@ -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

View file

@ -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",