Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 2023 20:43:55 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: de5cbaa37c9c - main - security/py-fido2: Update to 1.1.1
Message-ID:  <202304092043.339KhtdM097809@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=de5cbaa37c9cd4c39896d39eec60a718896687dd

commit de5cbaa37c9cd4c39896d39eec60a718896687dd
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-09 20:41:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-09 20:41:32 +0000

    security/py-fido2: Update to 1.1.1
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/Yubico/python-fido2/releases
---
 security/py-fido2/Makefile | 7 ++++---
 security/py-fido2/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/security/py-fido2/Makefile b/security/py-fido2/Makefile
index 63e645d8dd17..da4bc1421cf0 100644
--- a/security/py-fido2/Makefile
+++ b/security/py-fido2/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	fido2
-PORTVERSION=	1.1.0
+PORTVERSION=	1.1.1
 CATEGORIES=	security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,12 +11,13 @@ WWW=		https://github.com/Yubico/python-fido2
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=2.6<40,1:security/py-cryptography@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
+xRUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=2.6<40,1:security/py-cryptography@${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.7+
-USE_PYTHON=	autoplist distutils unittest
+USE_PYTHON=	autoplist pep517 unittest
 
 NO_ARCH=	yes
 
diff --git a/security/py-fido2/distinfo b/security/py-fido2/distinfo
index 4b9cef8f1fa2..b5ad37a7935c 100644
--- a/security/py-fido2/distinfo
+++ b/security/py-fido2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669058343
-SHA256 (fido2-1.1.0.tar.gz) = 2b4b4e620c2100442c20678e0e951ad6d1efb3ba5ca8ebb720c4c8d543293674
-SIZE (fido2-1.1.0.tar.gz) = 243526
+TIMESTAMP = 1681053036
+SHA256 (fido2-1.1.1.tar.gz) = 5dc495ca8c59c1c337383b4b8c314d46b92d5c6fc650e71984c6d7f954079fc3
+SIZE (fido2-1.1.1.tar.gz) = 247150



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304092043.339KhtdM097809>