Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7EE9E84F29 for ; Fri, 10 Nov 2023 18:38:46 +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 Nlvieaod8R51 for ; Fri, 10 Nov 2023 18:38:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EB56E84F1C for ; Fri, 10 Nov 2023 18:38:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E520DFA2F; Fri, 10 Nov 2023 18:38:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699641525156640" MIME-Version: 1.0 Date: Fri, 10 Nov 2023 18:38:45 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-hexbytes To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231110183845.E520DFA2F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699641525156640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Nov 10 18:38:45 UTC 2023 Modified Files: pkgsrc/devel/py-hexbytes: Makefile distinfo Log Message: py-hexbytes: updated to 1.0.0 hexbytes v1.0.0 (2023-11-07) Breaking Changes Move HexBytes prepend of 0x from hex method to __repr__ to not break hex of parent bytes class Drop python 3.7 support Internal Changes - for hexbytes Contributors Added missing build dependency. Add build.os config for readthedocs Change to using pre-commit to manage linting tools Merge project template updates and bump mypy to v1.5.1 Merge template - .gitignore updates and other fixes Merge template updates, including additional linting, move most lint config to pyproject.toml To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-hexbytes/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-hexbytes/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699641525156640 Content-Disposition: inline Content-Length: 1568 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-hexbytes/Makefile diff -u pkgsrc/devel/py-hexbytes/Makefile:1.5 pkgsrc/devel/py-hexbytes/Makefile:1.6 --- pkgsrc/devel/py-hexbytes/Makefile:1.5 Fri Jun 9 07:04:26 2023 +++ pkgsrc/devel/py-hexbytes/Makefile Fri Nov 10 18:38:45 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2023/06/09 07:04:26 adam Exp $ +# $NetBSD: Makefile,v 1.6 2023/11/10 18:38:45 adam Exp $ -DISTNAME= hexbytes-0.3.1 +DISTNAME= hexbytes-1.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=h/hexbytes/} Index: pkgsrc/devel/py-hexbytes/distinfo diff -u pkgsrc/devel/py-hexbytes/distinfo:1.8 pkgsrc/devel/py-hexbytes/distinfo:1.9 --- pkgsrc/devel/py-hexbytes/distinfo:1.8 Fri Jun 9 07:04:26 2023 +++ pkgsrc/devel/py-hexbytes/distinfo Fri Nov 10 18:38:45 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2023/06/09 07:04:26 adam Exp $ +$NetBSD: distinfo,v 1.9 2023/11/10 18:38:45 adam Exp $ -BLAKE2s (hexbytes-0.3.1.tar.gz) = 17969d9be923badb831cc319e8dd0326f4895acdd522b1a262d73a295acdc7b2 -SHA512 (hexbytes-0.3.1.tar.gz) = a3c6750a357e870b11c5582bdb1fa4e860015cdae570749b0955801a9ee1e86ddc83aaee584c0a95d3a71debd2af930f3e8d01991dc1bddb74f573242c1edd3e -Size (hexbytes-0.3.1.tar.gz) = 6188 bytes +BLAKE2s (hexbytes-1.0.0.tar.gz) = d54400989e8b2be39bb2217fbaa5f8923650ffb6058697bae6ca4e5709768905 +SHA512 (hexbytes-1.0.0.tar.gz) = 03f2268df554cc1a5bdad8e9375cdd0ed2efbdcbe7b709d24d0d375051453567f5fdba771a83cac1a8a05cb5860fede459579dd3bb3f346c71e678a0c8e7e5aa +Size (hexbytes-1.0.0.tar.gz) = 8186 bytes --_----------=_1699641525156640--