From owner-svn-ports-all@freebsd.org Sat Mar 27 09:21:31 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D71375BE7F6; Sat, 27 Mar 2021 09:21:31 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F6td75pmcz3Cw9; Sat, 27 Mar 2021 09:21:31 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BB080277E; Sat, 27 Mar 2021 09:21:31 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12R9LVX3099195; Sat, 27 Mar 2021 09:21:31 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12R9LVVx098993; Sat, 27 Mar 2021 09:21:31 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <202103270921.12R9LVVx098993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 27 Mar 2021 09:21:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r569306 - head/security/py-fido2 X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/security/py-fido2 X-SVN-Commit-Revision: 569306 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Mar 2021 09:21:31 -0000 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 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