pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-fido2
Module Name: pkgsrc
Committed By: adam
Date: Mon Jul 31 09:32:29 UTC 2023
Modified Files:
pkgsrc/security/py-fido2: Makefile distinfo
Log Message:
py-fido2: updated to 1.1.2
Version 1.1.2 (released 2023-07-06)
Fix ClientPin usage for Authenticators that do not support passing a PIN.
Fix: Handle correct CTAP response codes in authenticatorSelection.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-fido2/Makefile \
pkgsrc/security/py-fido2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/py-fido2/Makefile
diff -u pkgsrc/security/py-fido2/Makefile:1.6 pkgsrc/security/py-fido2/Makefile:1.7
--- pkgsrc/security/py-fido2/Makefile:1.6 Thu Apr 27 05:56:45 2023
+++ pkgsrc/security/py-fido2/Makefile Mon Jul 31 09:32:29 2023
@@ -1,29 +1,25 @@
-# $NetBSD: Makefile,v 1.6 2023/04/27 05:56:45 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/07/31 09:32:29 adam Exp $
-DISTNAME= fido2-1.1.1
+DISTNAME= fido2-1.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_GITHUB:=Yubico/}
-GITHUB_PROJECT= python-fido2
-GITHUB_TAG= ${PKGVERSION_NOREV}
+MASTER_SITES= ${MASTER_SITE_PYPI:=f/fido2/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://developers.yubico.com/python-fido2/
COMMENT= Yubico FIDO U2F and FIDO 2.0 USB Python library
LICENSE= 2-clause-bsd AND apache-2.0 AND mpl-2.0
-DEPENDS+= ${PYPKGPREFIX}-scard>=0:../../devel/py-scard
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
DEPENDS+= ${PYPKGPREFIX}-cryptography>=0:../../security/py-cryptography
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2:../../devel/py-test
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1:../../devel/py-poetry-core
+# optional
+DEPENDS+= ${PYPKGPREFIX}-scard>=2.0.0:../../devel/py-scard
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.0:../../devel/py-test
PYTHON_VERSIONS_INCOMPATIBLE= 27
-post-install:
- ${RM} -f ${DESTDIR}${PREFIX}/${PYSITELIB}/fido2/hid/*.orig
-
do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-fido2/distinfo
diff -u pkgsrc/security/py-fido2/distinfo:1.6 pkgsrc/security/py-fido2/distinfo:1.7
--- pkgsrc/security/py-fido2/distinfo:1.6 Thu Apr 27 05:56:45 2023
+++ pkgsrc/security/py-fido2/distinfo Mon Jul 31 09:32:29 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/04/27 05:56:45 wiz Exp $
+$NetBSD: distinfo,v 1.7 2023/07/31 09:32:29 adam Exp $
-BLAKE2s (fido2-1.1.1.tar.gz) = 45284320b382103724f4694efddfac0f430591401b0876ed96dd2943452d1935
-SHA512 (fido2-1.1.1.tar.gz) = 36fa333751cf11d7b06a27480b5fc3c8d3bbe7836a606923d5e8f207c547f41a1accd08d5d53e5b9e51b8fc52e46f8c2f84942bf2e34d4305995d6c6dae7fec1
-Size (fido2-1.1.1.tar.gz) = 246201 bytes
+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
Home |
Main Index |
Thread Index |
Old Index