From owner-svn-ports-head@freebsd.org Fri May 31 15:52:31 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3283F15C06C8; Fri, 31 May 2019 15:52: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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C8E6E71D60; Fri, 31 May 2019 15:52:30 +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 A53412771; Fri, 31 May 2019 15:52:30 +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 x4VFqUT1007946; Fri, 31 May 2019 15:52:30 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4VFqUO1007944; Fri, 31 May 2019 15:52:30 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201905311552.x4VFqUO1007944@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 31 May 2019 15:52:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503179 - in head/security/py-trezor: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/security/py-trezor: . files X-SVN-Commit-Revision: 503179 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C8E6E71D60 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 May 2019 15:52:31 -0000 Author: ehaupt Date: Fri May 31 15:52:30 2019 New Revision: 503179 URL: https://svnweb.freebsd.org/changeset/ports/503179 Log: Update to 0.11.3 Deleted: head/security/py-trezor/files/ Modified: head/security/py-trezor/Makefile head/security/py-trezor/distinfo Modified: head/security/py-trezor/Makefile ============================================================================== --- head/security/py-trezor/Makefile Fri May 31 15:04:30 2019 (r503178) +++ head/security/py-trezor/Makefile Fri May 31 15:52:30 2019 (r503179) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= trezor -PORTVERSION= 0.11.2 +PORTVERSION= 0.11.3 CATEGORIES= security MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -29,6 +29,7 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -SHEBANG_FILES= trezorlib/tests/burn_tests/burntest.py +SHEBANG_FILES= trezorlib/tests/burn_tests/burntest_t1.py \ + trezorlib/tests/burn_tests/burntest_t2.py .include Modified: head/security/py-trezor/distinfo ============================================================================== --- head/security/py-trezor/distinfo Fri May 31 15:04:30 2019 (r503178) +++ head/security/py-trezor/distinfo Fri May 31 15:52:30 2019 (r503179) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551380729 -SHA256 (trezor-0.11.2.tar.gz) = a6f4b47b37a21247535fc43411cb70a8c61ef0a5a2dfee668bd05611e2741fb8 -SIZE (trezor-0.11.2.tar.gz) = 1734569 +TIMESTAMP = 1559317549 +SHA256 (trezor-0.11.3.tar.gz) = c79a500e90d003073c8060d319dceb042caaba9472f13990c77ed37d04a82108 +SIZE (trezor-0.11.3.tar.gz) = 284074