community/py3-webauthn: upgrade to 2.7.1

This commit is contained in:
Antoine Martin 2026-03-01 10:34:04 -05:00 committed by Kevin Daudt
parent 34f2c8b85b
commit 1cc4935777

View File

@ -2,12 +2,18 @@
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
pkgname=py3-webauthn
_pyname=webauthn
pkgver=2.7.0
pkgver=2.7.1
pkgrel=0
arch="noarch"
pkgdesc="A Python3 implementation of the WebAuthn API focused on making it easy to leverage the power of WebAuthn."
url="https://pypi.python.org/project/webauthn"
license="BSD-3-Clause"
depends="
py3-asn1
py3-cbor2
py3-openssl
py3-cryptography
"
makedepends="
py3-setuptools
py3-gpep517
@ -15,9 +21,6 @@ makedepends="
"
checkdepends="
py3-pytest
py3-cbor2
py3-openssl
py3-asn1crypto
"
source="$pkgname-$pkgver.tar.gz::https://github.com/duo-labs/py_webauthn/archive/refs/tags/v$pkgver.tar.gz"
builddir="$srcdir"/py_webauthn-$pkgver
@ -40,5 +43,5 @@ package() {
.dist/*.whl
}
sha512sums="
154d7f96aa1f2a1598d55d8d7eda328a1e7172155bf00531ebf7bb51d0cd7c20c59581ef6625194b5c216ef171e2eb5e73150570fa1d57280cf0fcdf89efdd3c py3-webauthn-2.7.0.tar.gz
5a8f0b15f96aa863e28eda23c80f8984b8bddd7f6bf274c31e97aadb36c53865e20ba524c7ba2fe5e53135adcb54adeaf33c1798d5c9d764305f91a15b6efb2d py3-webauthn-2.7.1.tar.gz
"