Received: by mail.netbsd.org (Postfix, from userid 605) id 1379387ADD; Mon, 16 Jan 2023 23:58:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4A8898672A for ; Mon, 16 Jan 2023 21:12:02 +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 JcTDfxAF8F1T for ; Mon, 16 Jan 2023 21:12:01 +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 83DAC88640 for ; Mon, 16 Jan 2023 21:12:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D9A0FA90; Mon, 16 Jan 2023 21:12:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673903520189360" MIME-Version: 1.0 Date: Mon, 16 Jan 2023 21:12:00 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-wcwidth To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230116211200.7D9A0FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673903520189360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 16 21:12:00 UTC 2023 Modified Files: pkgsrc/devel/py-wcwidth: Makefile distinfo Log Message: py-wcwidth: updated to 0.2.6 0.2.6 Fix example for str.rjust(20, '_') Bugfix sphinx build on readthedocs.org Add CodeQL workflow for GitHub code scanning Switch to using importlib.metadata Use a new jinja2 templating process to update library to latest unicode (15.0) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-wcwidth/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-wcwidth/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673903520189360 Content-Disposition: inline Content-Length: 1569 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.8 pkgsrc/devel/py-wcwidth/Makefile:1.9 --- pkgsrc/devel/py-wcwidth/Makefile:1.8 Tue Jan 4 20:53:48 2022 +++ pkgsrc/devel/py-wcwidth/Makefile Mon Jan 16 21:12:00 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2022/01/04 20:53:48 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2023/01/16 21:12:00 adam Exp $ -DISTNAME= wcwidth-0.2.5 +DISTNAME= wcwidth-0.2.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=w/wcwidth/} Index: pkgsrc/devel/py-wcwidth/distinfo diff -u pkgsrc/devel/py-wcwidth/distinfo:1.9 pkgsrc/devel/py-wcwidth/distinfo:1.10 --- pkgsrc/devel/py-wcwidth/distinfo:1.9 Tue Oct 26 10:19:15 2021 +++ pkgsrc/devel/py-wcwidth/distinfo Mon Jan 16 21:12:00 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:19:15 nia Exp $ +$NetBSD: distinfo,v 1.10 2023/01/16 21:12:00 adam Exp $ -BLAKE2s (wcwidth-0.2.5.tar.gz) = 3d2e94fea1365465a6ccc163c8cc52c3e4cf9e2fa8377adb8306add2fb98341c -SHA512 (wcwidth-0.2.5.tar.gz) = 567604186fc6810cc794828f656aebda380a85d9a0dadde7743fadcd43cf29b022016055ee2a5c077399ac7c07f48d6d4ee4fa91a44e6efed96b7a8659280a97 -Size (wcwidth-0.2.5.tar.gz) = 34755 bytes +BLAKE2s (wcwidth-0.2.6.tar.gz) = 44a8ed821497a06261ead09be6638521a848cdc450740ad32a82bb947fa8bbde +SHA512 (wcwidth-0.2.6.tar.gz) = 0f7be2fcf0a2ef1c357fb3d1f7041a309443c8c771973aaf3acb7d83acee9fababa7f17dabc886a37d20bfc7dc13e8b0ce18637f4137ab349c881697e18c3a1c +Size (wcwidth-0.2.6.tar.gz) = 35452 bytes --_----------=_1673903520189360--