mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-fido2: update to 1.1.0.
This commit is contained in:
parent
c4652e5ba7
commit
c5fce57d08
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'python3-fido2'
|
# Template file for 'python3-fido2'
|
||||||
pkgname=python3-fido2
|
pkgname=python3-fido2
|
||||||
_pkgname=fido2
|
_pkgname=fido2
|
||||||
version=0.9.3
|
version=1.1.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-six python3-cryptography python3-pyscard"
|
depends="python3-six python3-cryptography python3-pyscard"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/Yubico/python-fido2"
|
homepage="https://github.com/Yubico/python-fido2"
|
||||||
distfiles="${PYPI_SITE}/f/${_pkgname}/${_pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/${_pkgname}/${_pkgname}-${version}.tar.gz"
|
||||||
checksum=b45e89a6109cfcb7f1bb513776aa2d6408e95c4822f83a253918b944083466ec
|
checksum=2b4b4e620c2100442c20678e0e951ad6d1efb3ba5ca8ebb720c4c8d543293674
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
# pytest mis-recognises this file as a test case
|
# pytest mis-recognises this file as a test case
|
||||||
|
|
Loading…
Add table
Reference in a new issue