mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
security/py-pyhanko-certvalidator: Update to 0.26.8
Changes: https://github.com/MatthiasValvekens/certvalidator/blob/master/changelog.md
This commit is contained in:
parent
d8de06a821
commit
0f904bc216
3 changed files with 5 additions and 15 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue