Received: by mail.netbsd.org (Postfix, from userid 605) id E847E84F50; Tue, 12 Jul 2022 07:32:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2D94884D2A for ; Tue, 12 Jul 2022 07:32:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2OOpHosw_mh5 for ; Tue, 12 Jul 2022 07:32:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9609984CE8 for ; Tue, 12 Jul 2022 07:32:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9373EFB1A; Tue, 12 Jul 2022 07:32:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1657611121186990" MIME-Version: 1.0 Date: Tue, 12 Jul 2022 07:32:01 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/finance/py-eth-abi To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220712073201.9373EFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1657611121186990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jul 12 07:32:01 UTC 2022 Modified Files: pkgsrc/finance/py-eth-abi: Makefile distinfo Log Message: py-eth-abi: updated to 3.0.0 eth_abi 3.0.0 (2022-01-19) Features Add support for python 3.8 Add support for Python 3.8. Includes updating mypy and flake8 version requirements Drop Python 3.6 support, add Python 3.9 and 3.10 support. Update any dependencies accordingly Bugfixes Catch ABITypeError exceptions when checking has_encoder Improved Documentation Fix broken badges in README To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/finance/py-eth-abi/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/finance/py-eth-abi/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1657611121186990 Content-Disposition: inline Content-Length: 2129 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/py-eth-abi/Makefile diff -u pkgsrc/finance/py-eth-abi/Makefile:1.4 pkgsrc/finance/py-eth-abi/Makefile:1.5 --- pkgsrc/finance/py-eth-abi/Makefile:1.4 Tue Jan 4 20:53:53 2022 +++ pkgsrc/finance/py-eth-abi/Makefile Tue Jul 12 07:32:01 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2022/01/04 20:53:53 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2022/07/12 07:32:01 adam Exp $ -DISTNAME= eth_abi-2.1.1 +DISTNAME= eth_abi-3.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} -PKGREVISION= 1 CATEGORIES= finance python MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-abi/} @@ -11,8 +10,8 @@ HOMEPAGE= https://github.com/ethereum/et COMMENT= Python utilities for working with Ethereum ABI definitions LICENSE= mit -DEPENDS+= ${PYPKGPREFIX}-eth-typing>=2.0.0:../../finance/py-eth-typing -DEPENDS+= ${PYPKGPREFIX}-eth-utils>=1.2.0:../../finance/py-eth-utils +DEPENDS+= ${PYPKGPREFIX}-eth-typing>=3.0.0:../../finance/py-eth-typing +DEPENDS+= ${PYPKGPREFIX}-eth-utils>=2.0.0:../../finance/py-eth-utils DEPENDS+= ${PYPKGPREFIX}-parsimonious>=0.8.0:../../textproc/py-parsimonious USE_LANGUAGES= # none Index: pkgsrc/finance/py-eth-abi/distinfo diff -u pkgsrc/finance/py-eth-abi/distinfo:1.3 pkgsrc/finance/py-eth-abi/distinfo:1.4 --- pkgsrc/finance/py-eth-abi/distinfo:1.3 Tue Oct 26 10:26:04 2021 +++ pkgsrc/finance/py-eth-abi/distinfo Tue Jul 12 07:32:01 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:26:04 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/07/12 07:32:01 adam Exp $ -BLAKE2s (eth_abi-2.1.1.tar.gz) = 8392825c7b3b70385a6fff85cc05cd03e34792697d2d6cc4783de5216cba2064 -SHA512 (eth_abi-2.1.1.tar.gz) = dd104616c3fbc9d30b1ed0ae2e283ae1b5c3274fa3c8549573bce1988566f7315cc98fe0807675426da44c37568982be4f1369e6659ad5682bb5cf4ddf676159 -Size (eth_abi-2.1.1.tar.gz) = 966047 bytes +BLAKE2s (eth_abi-3.0.0.tar.gz) = ff9662e9513fd9553382bb8676acf8353bbadf3cfee03c9e563cdef0a0521cb2 +SHA512 (eth_abi-3.0.0.tar.gz) = 01a85ee4d19fbca94c7cbeac736d29ebea0dfb905380300d8da9f587cd015c98d9558f79a4f05b5fc9fc605c9ca592aec0f09d945d12ed2422bc673c6409b555 +Size (eth_abi-3.0.0.tar.gz) = 3876604 bytes --_----------=_1657611121186990--