Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 96DA684D4D for ; Thu, 8 Jun 2023 10:23:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id MSvCBrcRVz_L for ; Thu, 8 Jun 2023 10:23:15 +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 E4C5784D25 for ; Thu, 8 Jun 2023 10:23:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D1F76FA89; Thu, 8 Jun 2023 10:23:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1686219794293470" MIME-Version: 1.0 Date: Thu, 8 Jun 2023 10:23:14 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/finance/py-eth-hash To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230608102314.D1F76FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1686219794293470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jun 8 10:23:14 UTC 2023 Modified Files: pkgsrc/finance/py-eth-hash: Makefile distinfo Log Message: py-eth-hash: updated to 0.5.2 eth-hash v0.5.2 (2023-06-07) Internal Changes - for eth-hash Contributors remove unused docs deps, bump version of remaining merge updates from the python project template To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/finance/py-eth-hash/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/finance/py-eth-hash/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1686219794293470 Content-Disposition: inline Content-Length: 2192 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/py-eth-hash/Makefile diff -u pkgsrc/finance/py-eth-hash/Makefile:1.11 pkgsrc/finance/py-eth-hash/Makefile:1.12 --- pkgsrc/finance/py-eth-hash/Makefile:1.11 Tue Nov 15 05:42:26 2022 +++ pkgsrc/finance/py-eth-hash/Makefile Thu Jun 8 10:23:14 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2022/11/15 05:42:26 adam Exp $ +# $NetBSD: Makefile,v 1.12 2023/06/08 10:23:14 adam Exp $ -DISTNAME= eth-hash-0.5.1 +DISTNAME= eth-hash-0.5.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= finance python MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-hash/} @@ -11,11 +11,8 @@ COMMENT= Ethereum keccak256 hashing func LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-cryptodome>=3.6.6:../../security/py-cryptodome -# optional -#DEPENDS+= ${PYPKGPREFIX}-pysha3>=1.0.0:../../devel/py-pysha3 -TEST_DEPENDS+= ${PYPKGPREFIX}-test>=5.4.1:../../devel/py-test -TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist -TEST_DEPENDS+= ${PYPKGPREFIX}-tox>=3.14.6:../../devel/py-tox +TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.0.0:../../devel/py-test +TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.4.0:../../devel/py-test-xdist USE_LANGUAGES= # none Index: pkgsrc/finance/py-eth-hash/distinfo diff -u pkgsrc/finance/py-eth-hash/distinfo:1.10 pkgsrc/finance/py-eth-hash/distinfo:1.11 --- pkgsrc/finance/py-eth-hash/distinfo:1.10 Tue Nov 15 05:42:26 2022 +++ pkgsrc/finance/py-eth-hash/distinfo Thu Jun 8 10:23:14 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2022/11/15 05:42:26 adam Exp $ +$NetBSD: distinfo,v 1.11 2023/06/08 10:23:14 adam Exp $ -BLAKE2s (eth-hash-0.5.1.tar.gz) = 340c97b12d2d72a7f2c4d98822deefe90c20962872cb6e77e0a21290cfda5741 -SHA512 (eth-hash-0.5.1.tar.gz) = dcab4c504fb2cb8bf16b326c28d04b4d4e78c44b9b6f99eb860a617b414e6329399fa13c9d1710fbebae1895f4b0f452362d0c4b77999c37b2fb86f92a7949c9 -Size (eth-hash-0.5.1.tar.gz) = 624392 bytes +BLAKE2s (eth-hash-0.5.2.tar.gz) = e71670acb3e820dee96d57113e5767fd75a64485705fc63ac47fd7750b197df7 +SHA512 (eth-hash-0.5.2.tar.gz) = 9e74fb08a35e7c26440d459f021cf886ca01f4aa4d435e735a0b965ee004feb271db15a0da85eecde87e62a92b9c0738aee3a49a75cf6c5f0af575ff45383492 +Size (eth-hash-0.5.2.tar.gz) = 11009 bytes --_----------=_1686219794293470--