Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3633185B44 for ; Tue, 31 Oct 2023 20:37:49 +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 Q4gQQyT3GXU5 for ; Tue, 31 Oct 2023 20:37:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A010085B43 for ; Tue, 31 Oct 2023 20:37:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 945FAFADC; Tue, 31 Oct 2023 20:37:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698784668116640" MIME-Version: 1.0 Date: Tue, 31 Oct 2023 20:37:48 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-wcwidth To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231031203748.945FAFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698784668116640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 31 20:37:48 UTC 2023 Modified Files: pkgsrc/devel/py-wcwidth: Makefile distinfo Log Message: py-wcwidth: updated to 0.2.9 0.2.9 Bugfix zero-width characters used in Emoji ZWJ sequences, Balinese, Jamo, Devanagari, Tamil, Kannada and others. Updated to include Specification of character measurements. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-wcwidth/Makefile \ pkgsrc/devel/py-wcwidth/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698784668116640 Content-Disposition: inline Content-Length: 1560 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-wcwidth/Makefile diff -u pkgsrc/devel/py-wcwidth/Makefile:1.12 pkgsrc/devel/py-wcwidth/Makefile:1.13 --- pkgsrc/devel/py-wcwidth/Makefile:1.12 Sat Sep 30 10:33:14 2023 +++ pkgsrc/devel/py-wcwidth/Makefile Tue Oct 31 20:37:48 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2023/09/30 10:33:14 adam Exp $ +# $NetBSD: Makefile,v 1.13 2023/10/31 20:37:48 adam Exp $ -DISTNAME= wcwidth-0.2.8 +DISTNAME= wcwidth-0.2.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=w/wcwidth/} Index: pkgsrc/devel/py-wcwidth/distinfo diff -u pkgsrc/devel/py-wcwidth/distinfo:1.12 pkgsrc/devel/py-wcwidth/distinfo:1.13 --- pkgsrc/devel/py-wcwidth/distinfo:1.12 Sat Sep 30 10:33:14 2023 +++ pkgsrc/devel/py-wcwidth/distinfo Tue Oct 31 20:37:48 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2023/09/30 10:33:14 adam Exp $ +$NetBSD: distinfo,v 1.13 2023/10/31 20:37:48 adam Exp $ -BLAKE2s (wcwidth-0.2.8.tar.gz) = d9225f8dad51791a02a15ae82131cdbb1a077371af0392b4256a607e9abf8b95 -SHA512 (wcwidth-0.2.8.tar.gz) = 4a9ac4a3068c8ac25a7073d6c5e5782c3915184929ee191a2169eca510668e6e0b15856e71bd8b8d4c580767542d695b25a370329e95da317295104b962737f1 -Size (wcwidth-0.2.8.tar.gz) = 61713 bytes +BLAKE2s (wcwidth-0.2.9.tar.gz) = d80ef579fddd5eed82a4d58f2aea0344e00fc9d1a1fce29a8aa30428c678368b +SHA512 (wcwidth-0.2.9.tar.gz) = 8aff2ce67d8f331c4c75907f14ec602f4829d39e3f89af640d598e075165a011e41a5451a333bc2f6c95f33a4b9ca8ae1a5d02efe4f79acc988d60b85bf5929b +Size (wcwidth-0.2.9.tar.gz) = 66133 bytes --_----------=_1698784668116640--