svn commit: r569306 - head/security/py-fido2

Emanuel Haupt ehaupt at FreeBSD.org
Sat Mar 27 09:21:31 UTC 2021


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


More information about the svn-ports-head mailing list