user/py3-webauthn: upgrade to 1.8.0

This commit is contained in:
Antoine Martin 2023-04-01 09:19:04 -04:00
parent d6f11d56fe
commit 676948da54
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -3,8 +3,8 @@
_pyname=webauthn
pkgname="py3-$_pyname"
pkgver=1.6.0
pkgrel=1
pkgver=1.8.0
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/$_pyname"
@ -28,5 +28,5 @@ package() {
install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
}
sha512sums="
dd20c79530f2dc619cf376afb43e8be3d5805f4a62ee651284d856665b6ba2f45b9a818695cee4f2abd23cb322160bb3a44f899cc9f4a66c8265bf711e6abcd3 py3-webauthn-1.6.0.tar.gz
70a6038bfa04583aebe1ea306d28de2b37ff3c0f0bbfce39749d2312ad0450257215d95fd388b99d84bdd7954f0c371ec90b3d2a951861c9ff6d1a0f3ef4df7b py3-webauthn-1.8.0.tar.gz
"