Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E08AE84FC9 for ; Tue, 10 Oct 2023 16:02:51 +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 y1afHwqaWbXU for ; Tue, 10 Oct 2023 16:02:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 631D384E9E for ; Tue, 10 Oct 2023 16:02:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5F7A2FADC; Tue, 10 Oct 2023 16:02:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169695377194820" MIME-Version: 1.0 Date: Tue, 10 Oct 2023 16:02:51 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-cwcwidth To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231010160251.5F7A2FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169695377194820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 10 16:02:51 UTC 2023 Modified Files: pkgsrc/devel/py-cwcwidth: Makefile distinfo Log Message: py-cwcwidth: updated to 0.1.9 0.1.9 * Drop support for Python 3.7. * Add support for Python 3.12. * Avoid redefinition of `_XOPEN_SOURCE`. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-cwcwidth/Makefile \ pkgsrc/devel/py-cwcwidth/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169695377194820 Content-Disposition: inline Content-Length: 1574 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-cwcwidth/Makefile diff -u pkgsrc/devel/py-cwcwidth/Makefile:1.7 pkgsrc/devel/py-cwcwidth/Makefile:1.8 --- pkgsrc/devel/py-cwcwidth/Makefile:1.7 Tue Jun 6 12:41:11 2023 +++ pkgsrc/devel/py-cwcwidth/Makefile Tue Oct 10 16:02:51 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2023/06/06 12:41:11 riastradh Exp $ +# $NetBSD: Makefile,v 1.8 2023/10/10 16:02:51 adam Exp $ -DISTNAME= cwcwidth-0.1.8 +DISTNAME= cwcwidth-0.1.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cwcwidth/} Index: pkgsrc/devel/py-cwcwidth/distinfo diff -u pkgsrc/devel/py-cwcwidth/distinfo:1.7 pkgsrc/devel/py-cwcwidth/distinfo:1.8 --- pkgsrc/devel/py-cwcwidth/distinfo:1.7 Tue Nov 15 09:12:11 2022 +++ pkgsrc/devel/py-cwcwidth/distinfo Tue Oct 10 16:02:51 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2022/11/15 09:12:11 adam Exp $ +$NetBSD: distinfo,v 1.8 2023/10/10 16:02:51 adam Exp $ -BLAKE2s (cwcwidth-0.1.8.tar.gz) = 0eb2425725487f744cc22687c99e2dcf7a027c5850e3a48cd4bd4590b3627f46 -SHA512 (cwcwidth-0.1.8.tar.gz) = 8906194fe7c414000b4ec84c140c35193e71e40bc4a50ba3cfa01a17e739a6afda826442a170269a4bc650868369522d27571bb019c3f4b68bdf51f6686e60f7 -Size (cwcwidth-0.1.8.tar.gz) = 38178 bytes +BLAKE2s (cwcwidth-0.1.9.tar.gz) = 74ff8e21be3b7f09e6c96c803a49748034c7bc93b5603d20c188bf3515dd2731 +SHA512 (cwcwidth-0.1.9.tar.gz) = bec3a0b249255df5f0d195d5f91fa28c83a2fa2edd6a56a2c1a334126ab618452515ad230cac5386e69358d7a049df2b6e17ce85b4188f92cfdb1135d07188b0 +Size (cwcwidth-0.1.9.tar.gz) = 57892 bytes --_----------=_169695377194820--