Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id CA2631A9239 for ; Fri, 10 Dec 2021 08:38:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0F98B84D4B; Fri, 10 Dec 2021 08:38:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4AB7A84D43 for ; Fri, 10 Dec 2021 08:38:31 +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 LatOfHYZHZDL for ; Fri, 10 Dec 2021 08:38:30 +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 BDC7C84CE2 for ; Fri, 10 Dec 2021 08:38:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B55C2FAEC; Fri, 10 Dec 2021 08:38:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639125510154210" MIME-Version: 1.0 Date: Fri, 10 Dec 2021 08:38:30 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-prompt_toolkit To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20211210083830.B55C2FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639125510154210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Dec 10 08:38:30 UTC 2021 Modified Files: pkgsrc/devel/py-prompt_toolkit: Makefile distinfo Log Message: py-prompt_toolkit: updated to 3.0.24 3.0.24: 2021-12-09 ------------------ Fixes: - Prevent window content overflowing when using scrollbars. - Handle `PermissionError` when trying to attach /dev/null in vt100 input. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-prompt_toolkit/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-prompt_toolkit/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639125510154210 Content-Disposition: inline Content-Length: 1701 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-prompt_toolkit/Makefile diff -u pkgsrc/devel/py-prompt_toolkit/Makefile:1.8 pkgsrc/devel/py-prompt_toolkit/Makefile:1.9 --- pkgsrc/devel/py-prompt_toolkit/Makefile:1.8 Sat Nov 27 11:33:59 2021 +++ pkgsrc/devel/py-prompt_toolkit/Makefile Fri Dec 10 08:38:30 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2021/11/27 11:33:59 adam Exp $ +# $NetBSD: Makefile,v 1.9 2021/12/10 08:38:30 adam Exp $ -DISTNAME= prompt_toolkit-3.0.23 +DISTNAME= prompt_toolkit-3.0.24 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/prompt_toolkit/} Index: pkgsrc/devel/py-prompt_toolkit/distinfo diff -u pkgsrc/devel/py-prompt_toolkit/distinfo:1.10 pkgsrc/devel/py-prompt_toolkit/distinfo:1.11 --- pkgsrc/devel/py-prompt_toolkit/distinfo:1.10 Sat Nov 27 11:33:59 2021 +++ pkgsrc/devel/py-prompt_toolkit/distinfo Fri Dec 10 08:38:30 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/11/27 11:33:59 adam Exp $ +$NetBSD: distinfo,v 1.11 2021/12/10 08:38:30 adam Exp $ -BLAKE2s (prompt_toolkit-3.0.23.tar.gz) = 835a2f1fad6a7cf96fcde89299276640282ecbe21cf4dca6fd5e64408a5d0b2e -SHA512 (prompt_toolkit-3.0.23.tar.gz) = 9b57f50c7e42bc99697b2b10ce30eb50289eafd71ecc79d64d0afc6a1565dc08d33f7e4ab06903f94dcb1808efa74535dac64426b5816e1f4f034007583d04ba -Size (prompt_toolkit-3.0.23.tar.gz) = 3041820 bytes +BLAKE2s (prompt_toolkit-3.0.24.tar.gz) = c3a095f08cc1e94261f6009f87901889237445799a1553b42e909db66a2770b2 +SHA512 (prompt_toolkit-3.0.24.tar.gz) = e423735441407ffe51d46225efa4b747899d47fa5d5a2163e5c0c906d2f1937e80a67bcd06ff6aa97d8a336e507fd0322957e79b9382d1a678994060fcccfb84 +Size (prompt_toolkit-3.0.24.tar.gz) = 3042044 bytes --_----------=_1639125510154210--