Received: by mail.netbsd.org (Postfix, from userid 605) id 722C884EA0; Fri, 2 Feb 2024 08:05:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A45E384E9C for ; Fri, 2 Feb 2024 08:05:27 +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 7QxX_Qg9SNhB for ; Fri, 2 Feb 2024 08:05:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1EBD784D57 for ; Fri, 2 Feb 2024 08:05:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 152C3FA42; Fri, 2 Feb 2024 08:05:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706861127143920" MIME-Version: 1.0 Date: Fri, 2 Feb 2024 08:05:27 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-urwid To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240202080527.152C3FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706861127143920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Fri Feb 2 08:05:27 UTC 2024 Modified Files: pkgsrc/devel/py-urwid: Makefile distinfo Log Message: py-urwid: updated to 2.5.1 2.5.1 New features Columns special case: FIXED pack with not enough info Bug fixes 🕷 Windows and WSL: SI/SO/IBMPC_ON/IBMPC_OFF skip Documentation Documentation: add Gitter badge to the README.rst Refactoring Extend Command enum and update Columns & Pile Fix double Widget inheritance in the LineBox Optimization: RAW display block read Typing: correct annotations for Canvas.content Other Changes Typing: Make WidgetWrap and WidgetDecoration Generic To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/py-urwid/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-urwid/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1706861127143920 Content-Disposition: inline Content-Length: 1525 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-urwid/Makefile diff -u pkgsrc/devel/py-urwid/Makefile:1.39 pkgsrc/devel/py-urwid/Makefile:1.40 --- pkgsrc/devel/py-urwid/Makefile:1.39 Mon Jan 29 16:12:20 2024 +++ pkgsrc/devel/py-urwid/Makefile Fri Feb 2 08:05:26 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2024/01/29 16:12:20 adam Exp $ +# $NetBSD: Makefile,v 1.40 2024/02/02 08:05:26 adam Exp $ -DISTNAME= urwid-2.5.0 +DISTNAME= urwid-2.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=u/urwid/} Index: pkgsrc/devel/py-urwid/distinfo diff -u pkgsrc/devel/py-urwid/distinfo:1.29 pkgsrc/devel/py-urwid/distinfo:1.30 --- pkgsrc/devel/py-urwid/distinfo:1.29 Mon Jan 29 16:12:20 2024 +++ pkgsrc/devel/py-urwid/distinfo Fri Feb 2 08:05:26 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.29 2024/01/29 16:12:20 adam Exp $ +$NetBSD: distinfo,v 1.30 2024/02/02 08:05:26 adam Exp $ -BLAKE2s (urwid-2.5.0.tar.gz) = 543ec92d17a9184fc6da3be882464d0d9ad52990ca244c5364c686364dfd0e01 -SHA512 (urwid-2.5.0.tar.gz) = fc4d6b98a5b17c1d181ce96db7527e32b089c4fbbf597725a913f7f8f2412f3b922f39d375db8789f395da85fc6a23b954df1be768055a014fc9d86ebdfb5a32 -Size (urwid-2.5.0.tar.gz) = 839216 bytes +BLAKE2s (urwid-2.5.1.tar.gz) = 7828450c8a3a22d0ee7f994d1c88f6acbf7e063ce5bd4c42856c9ee8788423b9 +SHA512 (urwid-2.5.1.tar.gz) = d5d5daa9fa2c64c8a63bfeb6bbc14ccd7e8837af6017eab716f3d5a3ce73a9b1c048ff0ffcdb9a193ee6f43b56fa24713e77c22fec76730b8edaad3054ba40e6 +Size (urwid-2.5.1.tar.gz) = 840146 bytes --_----------=_1706861127143920--