py-fido2: update to 1.1.3.

* Version 1.1.3 (released 2024-03-13)
 ** Fix USB HID issue on MacOS that sometimes caused a pause while waiting for a
    timeout.
 ** Fix argument to CredProp extension where an enum value was required instead of
    also allowing a string.
 ** Fix parsing of some key types (ES384, ES512) causing signature verification to fail.
 ** Deprecation: Calling websafe_decode with a bytes argument instead of str.
    This will raise a TypeError in the next major version of the library.
This commit is contained in:
wiz 2024-03-20 11:37:39 +00:00
parent 7ed0a44773
commit 8215650e73
2 changed files with 6 additions and 7 deletions

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.8 2023/10/28 19:57:14 wiz Exp $
# $NetBSD: Makefile,v 1.9 2024/03/20 11:37:39 wiz Exp $
DISTNAME= fido2-1.1.2
DISTNAME= fido2-1.1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_PYPI:=f/fido2/}

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2023/07/31 09:32:29 adam Exp $
$NetBSD: distinfo,v 1.8 2024/03/20 11:37:39 wiz Exp $
BLAKE2s (fido2-1.1.2.tar.gz) = 5e4f05fa12c7d884d595da091b48f4b7f8d664276b743546ab165394feff67a8
SHA512 (fido2-1.1.2.tar.gz) = db62cfc05a8daa2224bae820ba3174f22d1e4711643d52f549e738e4af14537f92ca950c3904660f3bb360d6aadf236c9b19b8ac4816d99467a43e239b7c219a
Size (fido2-1.1.2.tar.gz) = 248554 bytes
BLAKE2s (fido2-1.1.3.tar.gz) = c62ef1f92626b0bfa5074e52c1fca17dd1c0031dabd29e959f7e2d420bb7fac1
SHA512 (fido2-1.1.3.tar.gz) = 9ee226ab5762afe263c917d24ddfded9f3da40b38f97383c25c5fbfc3adc6085d3d218dc5f12b288689bf2e5e89fe9cecb2e40e45e5441d2001f945b336c2d0b
Size (fido2-1.1.3.tar.gz) = 252813 bytes