mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-24 22:42:58 +02:00
python3-fido2: update to 1.2.0
This commit is contained in:
parent
61a5e84713
commit
9ef6156004
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
--- a/fido2/rpid.py
|
||||
+++ b/fido2/rpid.py
|
||||
@@ -41,7 +41,7 @@ import os
|
||||
--- a/fido2/rpid.py 2024-11-27 09:52:04.615311400 +0100
|
||||
+++ b/fido2/rpid.py 2025-01-10 18:55:19.727647195 +0100
|
||||
@@ -41,7 +41,7 @@
|
||||
from urllib.parse import urlparse
|
||||
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'python3-fido2'
|
||||
pkgname=python3-fido2
|
||||
_pkgname=fido2
|
||||
version=1.1.2
|
||||
revision=2
|
||||
version=1.2.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-poetry-core"
|
||||
depends="python3-six python3-cryptography python3-pyscard"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|||
license="BSD-2-Clause, Apache-2.0"
|
||||
homepage="https://github.com/Yubico/python-fido2"
|
||||
distfiles="${PYPI_SITE}/f/${_pkgname}/${_pkgname}-${version}.tar.gz"
|
||||
checksum=6110d913106f76199201b32d262b2857562cc46ba1d0b9c51fbce30dc936c573
|
||||
checksum=e39f95920122d64283fda5e5581d95a206e704fa42846bfa4662f86aa0d3333b
|
||||
|
||||
post_extract() {
|
||||
rm -f fido2/public_suffix_list.dat
|
||||
|
|
Loading…
Add table
Reference in a new issue