Date: Sat, 27 Mar 2021 09:21:31 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r569306 - head/security/py-fido2 Message-ID: <202103270921.12R9LVVx098993@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Sat Mar 27 09:21:31 2021 New Revision: 569306 URL: https://svnweb.freebsd.org/changeset/ports/569306 Log: security/py-fido2: Update to 0.9.1 Use upstream prefered command to to invoke tests. PR: 254487 Approved by: koobs (python) MFH: No (0.9/0.9.1 backward incompatible) Modified: head/security/py-fido2/Makefile head/security/py-fido2/distinfo Modified: head/security/py-fido2/Makefile ============================================================================== --- head/security/py-fido2/Makefile Sat Mar 27 09:19:06 2021 (r569305) +++ head/security/py-fido2/Makefile Sat Mar 27 09:21:31 2021 (r569306) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fido2 -PORTVERSION= 0.8.1 +PORTVERSION= 0.9.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,6 +24,6 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + @cd ${WRKSRC} && ${PYTHON_CMD} -m unittest discover -v .include <bsd.port.mk> Modified: head/security/py-fido2/distinfo ============================================================================== --- head/security/py-fido2/distinfo Sat Mar 27 09:19:06 2021 (r569305) +++ head/security/py-fido2/distinfo Sat Mar 27 09:21:31 2021 (r569306) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580125363 -SHA256 (fido2-0.8.1.tar.gz) = 449068f6876f397c8bb96ebc6a75c81c2692f045126d3f13ece21d409acdf7c3 -SIZE (fido2-0.8.1.tar.gz) = 201198 +TIMESTAMP = 1616836544 +SHA256 (fido2-0.9.1.tar.gz) = 8680ee25238e2307596eb3900a0f8c0d9cc91189146ed8039544f1a3a69dfe6e +SIZE (fido2-0.9.1.tar.gz) = 206395
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103270921.12R9LVVx098993>