Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=VPLnDZG5; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=lCYmjEMg Received: by mail.netbsd.org (Postfix, from userid 605) id A3A6A84D5F; Fri, 26 Apr 2024 16:48:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714150096; bh=jC2RdAzVWFnw7jRFU/w508G8pPBNZfWwhsrwkZCpRD8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=VPLnDZG59MIbnOVH0sQayPVoP+S2ZBMP1RRrmfWeFpHVAKazVACTznlPziGhxmcRW wQWIzd1PAEw/XuVAerg8bmuuSylt67GAbCejoRbNgesu61yL4Y9OlE/AiP6PqaN6X6 UIINi7L+emf2gdMtQau2fng4qclU0Vu8aQPXpRDQ= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9461484D0E for ; Fri, 26 Apr 2024 16:48:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 9RPIhWpq9QOO for ; Fri, 26 Apr 2024 16:48: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 F034684CC9 for ; Fri, 26 Apr 2024 16:48:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714150095; bh=jC2RdAzVWFnw7jRFU/w508G8pPBNZfWwhsrwkZCpRD8=; h=Date:From:Subject:To:Reply-To; b=lCYmjEMgSbW/EoOfoWd+gyR0L9V8qpQFO0JZX7F2d3w9+dF4FfE+TroiN4rjgyBkN wSDNnYUufimXQev07OeBYi2IDA5DfPmCN/MNoTH1TqO8n7AEsDSBQ9JE/uKihPqYc3 R9FfJEPPqKVIXsifk2feVFsiuXFqjgazunUvrj/M= Received: by cvs.NetBSD.org (Postfix, from userid 500) id E4F71FA2C; Fri, 26 Apr 2024 16:48:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171415009429660" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 16:48:14 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/finance/py-eth-keys To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240426164814.E4F71FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171415009429660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Apr 26 16:48:14 UTC 2024 Modified Files: pkgsrc/finance/py-eth-keys: Makefile distinfo Log Message: py-eth-keys: updated to 0.5.1 eth-keys v0.5.1 (2024-04-23) Internal Changes - for eth-keys Contributors Merge template updates, notably adding python 3.12 support. Fix docs CI build. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/finance/py-eth-keys/Makefile \ pkgsrc/finance/py-eth-keys/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171415009429660 Content-Disposition: inline Content-Length: 2290 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/py-eth-keys/Makefile diff -u pkgsrc/finance/py-eth-keys/Makefile:1.6 pkgsrc/finance/py-eth-keys/Makefile:1.7 --- pkgsrc/finance/py-eth-keys/Makefile:1.6 Thu Jan 11 10:11:09 2024 +++ pkgsrc/finance/py-eth-keys/Makefile Fri Apr 26 16:48:14 2024 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2024/01/11 10:11:09 adam Exp $ +# $NetBSD: Makefile,v 1.7 2024/04/26 16:48:14 adam Exp $ -DISTNAME= eth-keys-0.5.0 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +DISTNAME= eth_keys-0.5.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} CATEGORIES= finance python MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-keys/} @@ -14,6 +14,12 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-eth-typing>=3.0.0:../../finance/py-eth-typing DEPENDS+= ${PYPKGPREFIX}-eth-utils>=2.0.0:../../finance/py-eth-utils +# TODO: import +#TEST_DEPENDS+= ${PYPKGPREFIX}-asn1tools>=0.146.2 +TEST_DEPENDS+= ${PYPKGPREFIX}-asn1>=0.4.5:../../security/py-asn1 +TEST_DEPENDS+= ${PYPKGPREFIX}-eth-hash-[0-9]*:../../finance/py-eth-hash +TEST_DEPENDS+= ${PYPKGPREFIX}-factory_boy>=3.0.1:../../devel/py-factory_boy +TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=5.10.3:../../devel/py-hypothesis USE_LANGUAGES= # none Index: pkgsrc/finance/py-eth-keys/distinfo diff -u pkgsrc/finance/py-eth-keys/distinfo:1.6 pkgsrc/finance/py-eth-keys/distinfo:1.7 --- pkgsrc/finance/py-eth-keys/distinfo:1.6 Thu Jan 11 10:11:09 2024 +++ pkgsrc/finance/py-eth-keys/distinfo Fri Apr 26 16:48:14 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2024/01/11 10:11:09 adam Exp $ +$NetBSD: distinfo,v 1.7 2024/04/26 16:48:14 adam Exp $ -BLAKE2s (eth-keys-0.5.0.tar.gz) = 597e06a4b7828cc45be9e3982077ea98d95c055fe8fec192123617400e05b589 -SHA512 (eth-keys-0.5.0.tar.gz) = bd173cb95fc21926496c37b5d9b826a10a22222be3634465a177bf5e691028daaff9b01b26dd60e10601d0027421b8b8034dcba8a7fa238ccc77a38016dad989 -Size (eth-keys-0.5.0.tar.gz) = 28869 bytes +BLAKE2s (eth_keys-0.5.1.tar.gz) = 20a843f5f0c80a91e05f32b397f286ab9f53d71b6e0533bf29eaf7c9cc071cde +SHA512 (eth_keys-0.5.1.tar.gz) = 3e808f6c687bcc5f0225b4e6f1f60f3a98fd877a827d78c19d5d5f6efcc3e2ea95723fbd409625e669f0b75906889df1ffb1102b7c1695dc67e4b5e9ab77f98c +Size (eth_keys-0.5.1.tar.gz) = 28969 bytes --_----------=_171415009429660--