security/py-webauthn: Update to 2.6.0

Changes:	https://github.com/duo-labs/py_webauthn/releases
This commit is contained in:
Po-Chuan Hsieh
2025-06-26 18:01:07 +08:00
parent 2db70073e4
commit 7829ec15df
3 changed files with 17 additions and 5 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
PORTNAME= webauthn
PORTVERSION= 2.5.2
PORTVERSION= 2.6.0
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ WWW= https://duo-labs.github.io/py_webauthn/ \
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.5.1:devel/py-asn1crypto@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cbor2>=5.6.5:devel/py-cbor2@${PY_FLAVOR} \
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1749813110
SHA256 (webauthn-2.5.2.tar.gz) = 09c13dfc1c68c810f32fa4d89b1d37acb9f9ae9091c9d7019e313be4525a95ef
SIZE (webauthn-2.5.2.tar.gz) = 124114
TIMESTAMP = 1750188136
SHA256 (webauthn-2.6.0.tar.gz) = 13cf5b009a64cef569599ffecf24550df1d7c0cd4fbaea870f937148484a80b4
SIZE (webauthn-2.6.0.tar.gz) = 123608
@@ -0,0 +1,12 @@
--- pyproject.toml.orig 2025-06-16 22:25:09 UTC
+++ pyproject.toml
@@ -7,8 +7,7 @@ readme = "README.md"
dynamic = ["version"]
description = "Pythonic WebAuthn"
readme = "README.md"
-license = "BSD-3-Clause"
-license-files = ["LICENSE"]
+license = { text = "BSD-3-Clause" }
keywords = ["webauthn", "fido2"]
authors = [{ name = "Duo Labs", email = "labs@duo.com" }]
classifiers = [