Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3F7ED84FA3 for ; Fri, 10 Nov 2023 19:01:35 +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 mRy3bhjHt4sj for ; Fri, 10 Nov 2023 19:01:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0087B84D17 for ; Fri, 10 Nov 2023 19:01:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EDFD9FA2F; Fri, 10 Nov 2023 19:01:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699642893262740" MIME-Version: 1.0 Date: Fri, 10 Nov 2023 19:01:33 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/finance/py-eth-utils To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231110190133.EDFD9FA2F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699642893262740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Nov 10 19:01:33 UTC 2023 Modified Files: pkgsrc/finance/py-eth-utils: Makefile PLIST distinfo Log Message: py-eth-utils: updated to 2.3.1 eth-utils v2.3.1 (2023-11-07) Bugfixes Some users were experiencing encoding issues when parsing the networks json. Use UTF-8 explicitly. Internal Changes - for eth-utils Contributors Fix and add new test cases for invalid Network chain_id values. eth-utils v2.3.0 (2023-10-20) Features Add Network utility methods to utilize network metadata for a given ChainId. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/finance/py-eth-utils/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/finance/py-eth-utils/PLIST cvs rdiff -u -r1.9 -r1.10 pkgsrc/finance/py-eth-utils/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699642893262740 Content-Disposition: inline Content-Length: 3870 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/py-eth-utils/Makefile diff -u pkgsrc/finance/py-eth-utils/Makefile:1.10 pkgsrc/finance/py-eth-utils/Makefile:1.11 --- pkgsrc/finance/py-eth-utils/Makefile:1.10 Thu Jun 8 10:26:04 2023 +++ pkgsrc/finance/py-eth-utils/Makefile Fri Nov 10 19:01:33 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2023/06/08 10:26:04 adam Exp $ +# $NetBSD: Makefile,v 1.11 2023/11/10 19:01:33 adam Exp $ -DISTNAME= eth-utils-2.1.1 +DISTNAME= eth-utils-2.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= finance python MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-utils/} @@ -14,12 +14,13 @@ DEPENDS+= ${PYPKGPREFIX}-cytoolz>=0.10.1 DEPENDS+= ${PYPKGPREFIX}-eth-hash>=0.3.1:../../finance/py-eth-hash DEPENDS+= ${PYPKGPREFIX}-eth-typing>=3.0.0:../../finance/py-eth-typing TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=4.43.0:../../devel/py-hypothesis -TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.0.0:../../devel/py-test +TEST_DEPENDS+= ${PYPKGPREFIX}-mypy>=0.971:../../lang/py-mypy TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist +TEST_DEPENDS+= ${PYPKGPREFIX}-types-setuptools-[0-9]*:../../devel/py-types-setuptools USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/finance/py-eth-utils/PLIST diff -u pkgsrc/finance/py-eth-utils/PLIST:1.3 pkgsrc/finance/py-eth-utils/PLIST:1.4 --- pkgsrc/finance/py-eth-utils/PLIST:1.3 Tue Jul 12 07:27:18 2022 +++ pkgsrc/finance/py-eth-utils/PLIST Fri Nov 10 19:01:33 2023 @@ -1,13 +1,13 @@ -@comment $NetBSD: PLIST,v 1.3 2022/07/12 07:27:18 adam Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.4 2023/11/10 19:01:33 adam Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/eth_utils/__init__.py ${PYSITELIB}/eth_utils/__init__.pyc ${PYSITELIB}/eth_utils/__init__.pyo +${PYSITELIB}/eth_utils/__json/eth_networks.json ${PYSITELIB}/eth_utils/__main__.py ${PYSITELIB}/eth_utils/__main__.pyc ${PYSITELIB}/eth_utils/__main__.pyo @@ -59,6 +59,9 @@ ${PYSITELIB}/eth_utils/logging.pyo ${PYSITELIB}/eth_utils/module_loading.py ${PYSITELIB}/eth_utils/module_loading.pyc ${PYSITELIB}/eth_utils/module_loading.pyo +${PYSITELIB}/eth_utils/network.py +${PYSITELIB}/eth_utils/network.pyc +${PYSITELIB}/eth_utils/network.pyo ${PYSITELIB}/eth_utils/numeric.py ${PYSITELIB}/eth_utils/numeric.pyc ${PYSITELIB}/eth_utils/numeric.pyo Index: pkgsrc/finance/py-eth-utils/distinfo diff -u pkgsrc/finance/py-eth-utils/distinfo:1.9 pkgsrc/finance/py-eth-utils/distinfo:1.10 --- pkgsrc/finance/py-eth-utils/distinfo:1.9 Thu Jun 8 10:26:04 2023 +++ pkgsrc/finance/py-eth-utils/distinfo Fri Nov 10 19:01:33 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2023/06/08 10:26:04 adam Exp $ +$NetBSD: distinfo,v 1.10 2023/11/10 19:01:33 adam Exp $ -BLAKE2s (eth-utils-2.1.1.tar.gz) = d535f85fc5c0fc7502952ce02f2715e63927e18ed20d7fd34dd2f2a8c0fd27d5 -SHA512 (eth-utils-2.1.1.tar.gz) = c5495d5c0e30537d01af02a8dc099fe96a742caabfef2ab350d4458da2fea10e191f903fef7b7bb6f83dc7452e928285d7fb6b6754f5ffbad54897520bb38a88 -Size (eth-utils-2.1.1.tar.gz) = 20205 bytes +BLAKE2s (eth-utils-2.3.1.tar.gz) = 593f94a24b17080797608111c8ad656c6dce272f4ccc12b1d336985a5cf07d8b +SHA512 (eth-utils-2.3.1.tar.gz) = 4b38b551dc80a1994b1a931aec08c49fad2073afe78c3fd2cfd908bb86180972a69830f1cf3f6342efe95f1444e5662c8e61454a1efe88d24f1f7a99482e5b38 +Size (eth-utils-2.3.1.tar.gz) = 74831 bytes --_----------=_1699642893262740--