Received: by mail.netbsd.org (Postfix, from userid 605) id AC3C785040; Thu, 11 Jan 2024 10:02:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DBE888502E for ; Thu, 11 Jan 2024 10:02:56 +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 4A42k-D-TBlk for ; Thu, 11 Jan 2024 10:02:56 +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 5587384CD8 for ; Thu, 11 Jan 2024 10:02:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4FB6BFA42; Thu, 11 Jan 2024 10:02:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1704967376235900" MIME-Version: 1.0 Date: Thu, 11 Jan 2024 10:02:56 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/finance/py-eth-typing To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240111100256.4FB6BFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1704967376235900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jan 11 10:02:56 UTC 2024 Modified Files: pkgsrc/finance/py-eth-typing: Makefile distinfo Log Message: py-eth-typing: updated to 4.0.0 eth-typing v4.0.0 (2024-01-09) Breaking changes Drop python 3.7 support Internal Changes - for eth-typing Contributors Merge updates from the project template, notably: use pre-commit for linting and change the name of the master branch to main Fixed booleans in pyproject.toml and added a test for the presence of the eth_typing.__version__ attribute To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/finance/py-eth-typing/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/finance/py-eth-typing/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1704967376235900 Content-Disposition: inline Content-Length: 1640 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/py-eth-typing/Makefile diff -u pkgsrc/finance/py-eth-typing/Makefile:1.13 pkgsrc/finance/py-eth-typing/Makefile:1.14 --- pkgsrc/finance/py-eth-typing/Makefile:1.13 Fri Nov 10 19:06:37 2023 +++ pkgsrc/finance/py-eth-typing/Makefile Thu Jan 11 10:02:56 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2023/11/10 19:06:37 adam Exp $ +# $NetBSD: Makefile,v 1.14 2024/01/11 10:02:56 adam Exp $ -DISTNAME= eth-typing-3.5.2 +DISTNAME= eth-typing-4.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= finance python MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-typing/} Index: pkgsrc/finance/py-eth-typing/distinfo diff -u pkgsrc/finance/py-eth-typing/distinfo:1.10 pkgsrc/finance/py-eth-typing/distinfo:1.11 --- pkgsrc/finance/py-eth-typing/distinfo:1.10 Fri Nov 10 18:41:12 2023 +++ pkgsrc/finance/py-eth-typing/distinfo Thu Jan 11 10:02:56 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2023/11/10 18:41:12 adam Exp $ +$NetBSD: distinfo,v 1.11 2024/01/11 10:02:56 adam Exp $ -BLAKE2s (eth-typing-3.5.2.tar.gz) = a9b93bf62fea67aa22a7e36572bdcfbf83923aa86cc6f5f60c9506935749e339 -SHA512 (eth-typing-3.5.2.tar.gz) = 7434bfa39cd7c1a8b4cbd19d5a3a783a563159c58ffe58a5bebeb83086b59e848d218a3ff4c7a8ac92d9b3f8f6bec47710665a4ca16d4d72f27ebac029313dba -Size (eth-typing-3.5.2.tar.gz) = 16850 bytes +BLAKE2s (eth-typing-4.0.0.tar.gz) = b6f9f7701d1f34b3b4586f4587a416e5e2b75ebbd9069e076b880adbe2b0bc6f +SHA512 (eth-typing-4.0.0.tar.gz) = 2aff188e79da4e1884314f4557166646bed8821850beea304f99c79e9ae83a0110da5f68d6e72d5e7b7e042ff6848f38c412e85986f55c512341ac6072688069 +Size (eth-typing-4.0.0.tar.gz) = 17287 bytes --_----------=_1704967376235900--