Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DCCD984EDE for ; Fri, 6 Oct 2023 19:42: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 wdVpX716BVA3 for ; Fri, 6 Oct 2023 19:42:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 51D6084CEB for ; Fri, 6 Oct 2023 19:42:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4520BFBDB; Fri, 6 Oct 2023 19:42:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169662133518690" MIME-Version: 1.0 Date: Fri, 6 Oct 2023 19:42:15 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-bitarray To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231006194215.4520BFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169662133518690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Oct 6 19:42:15 UTC 2023 Modified Files: pkgsrc/devel/py-bitarray: Makefile distinfo Log Message: py-bitarray: updated to 2.8.2 2.8.2: * update cibuildwheel to 2.16.1 in order to provide cp312 wheels on PyPI * improve error messages for masked assignment * simplify test collection * added `pytest.ini` to allow running pytest with no additional arguments, * `util.sc_encode()`: avoid writing empty blocks at end of compressed stream, ie. skip encoding when total population count is reached To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-bitarray/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/py-bitarray/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169662133518690 Content-Disposition: inline Content-Length: 1582 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-bitarray/Makefile diff -u pkgsrc/devel/py-bitarray/Makefile:1.32 pkgsrc/devel/py-bitarray/Makefile:1.33 --- pkgsrc/devel/py-bitarray/Makefile:1.32 Mon Aug 7 05:26:01 2023 +++ pkgsrc/devel/py-bitarray/Makefile Fri Oct 6 19:42:15 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2023/08/07 05:26:01 adam Exp $ +# $NetBSD: Makefile,v 1.33 2023/10/06 19:42:15 adam Exp $ -DISTNAME= bitarray-2.8.1 +DISTNAME= bitarray-2.8.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=b/bitarray/} Index: pkgsrc/devel/py-bitarray/distinfo diff -u pkgsrc/devel/py-bitarray/distinfo:1.31 pkgsrc/devel/py-bitarray/distinfo:1.32 --- pkgsrc/devel/py-bitarray/distinfo:1.31 Mon Aug 7 05:26:01 2023 +++ pkgsrc/devel/py-bitarray/distinfo Fri Oct 6 19:42:15 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.31 2023/08/07 05:26:01 adam Exp $ +$NetBSD: distinfo,v 1.32 2023/10/06 19:42:15 adam Exp $ -BLAKE2s (bitarray-2.8.1.tar.gz) = 97c3ec43c46655f205d4175d2315968b32976667c40592d8bade47de139cd7a4 -SHA512 (bitarray-2.8.1.tar.gz) = c3d59630ff3a907c1a86a8283075609d6fbd870fe884e007bdd092fcca0b2ed7b6d28c062924ba39ca0d7dad403df0349e29d2bf48851640bb51f8e1b1b7eae6 -Size (bitarray-2.8.1.tar.gz) = 128846 bytes +BLAKE2s (bitarray-2.8.2.tar.gz) = a20261154a28b43a42c4daed9755d6f68abb59942d08dc7d1ad92e0d14093272 +SHA512 (bitarray-2.8.2.tar.gz) = f375e81acf9e5ea618b7f62e2b43b860f4f666c96f5d166431dbc792fd5634b7d7f319ab4822ccbacded94c84dee6bb09daaca357814d0b0e4a7dbb1f4f8587a +Size (bitarray-2.8.2.tar.gz) = 128382 bytes --_----------=_169662133518690--