Date: Mon, 25 Oct 2021 22:05:39 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f34d626189cf - main - security/py-fido2: Update to 0.9.2 Message-ID: <202110252205.19PM5dcX077644@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f34d626189cff35a18e3e3c3945b0f857e4321a2 commit f34d626189cff35a18e3e3c3945b0f857e4321a2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 21:32:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 21:54:38 +0000 security/py-fido2: Update to 0.9.2 Changes: https://github.com/Yubico/python-fido2/releases --- security/py-fido2/Makefile | 5 ++--- security/py-fido2/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/security/py-fido2/Makefile b/security/py-fido2/Makefile index 1314b0b215d5..c289ce63c61e 100644 --- a/security/py-fido2/Makefile +++ b/security/py-fido2/Makefile @@ -1,5 +1,5 @@ PORTNAME= fido2 -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.5:security/py-cryptography@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}uhid-freebsd>=1.2.1:devel/py-uhid-freebsd@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} USES= python:3.6+ diff --git a/security/py-fido2/distinfo b/security/py-fido2/distinfo index 50d6405b30c5..ee74835ba5a4 100644 --- a/security/py-fido2/distinfo +++ b/security/py-fido2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616836544 -SHA256 (fido2-0.9.1.tar.gz) = 8680ee25238e2307596eb3900a0f8c0d9cc91189146ed8039544f1a3a69dfe6e -SIZE (fido2-0.9.1.tar.gz) = 206395 +TIMESTAMP = 1635181737 +SHA256 (fido2-0.9.2.tar.gz) = f491c47bb2d74fa157f9d127a1cbb2753a15939a21e78ba8b0bd323d7d101c61 +SIZE (fido2-0.9.2.tar.gz) = 215086
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110252205.19PM5dcX077644>