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 A859A1A924A for ; Sat, 16 Jan 2021 08:45:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B8C8F84D52; Sat, 16 Jan 2021 08:45:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F255784D26 for ; Sat, 16 Jan 2021 08:45:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id QdkjLOOP2BQ9 for ; Sat, 16 Jan 2021 08:45:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6209484CED for ; Sat, 16 Jan 2021 08:45:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 599B5FA9D; Sat, 16 Jan 2021 08:45:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1610786753247410" MIME-Version: 1.0 Date: Sat, 16 Jan 2021 08:45:53 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-prompt_toolkit2 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210116084553.599B5FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1610786753247410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jan 16 08:45:53 UTC 2021 Modified Files: pkgsrc/devel/py-prompt_toolkit2: Makefile distinfo Log Message: py-prompt_toolkit2: updated to 3.0.10 3.0.10: New features: - Improved `WordCompleter`: accept `display_dict`. Also accept formatted text for both `display_dict` and `meta_dict`. - Allow customization of button arrows. Fixes: - Correctly recognize backtab on Windows. - Show original display text in fuzzy completer if no filtering was done. 3.0.9: New features: - Handle c-tab for TERM=linux. Fixes: - Improve rendering speed of `print_formatted_text`. (Don't render styling attributes to output between fragments that have identical styling.) - Gracefully handle `FileHistory` decoding errors. - Prevent asyncio deprecation warnings. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-prompt_toolkit2/Makefile \ pkgsrc/devel/py-prompt_toolkit2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1610786753247410 Content-Disposition: inline Content-Length: 2168 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-prompt_toolkit2/Makefile diff -u pkgsrc/devel/py-prompt_toolkit2/Makefile:1.12 pkgsrc/devel/py-prompt_toolkit2/Makefile:1.13 --- pkgsrc/devel/py-prompt_toolkit2/Makefile:1.12 Tue Oct 13 11:09:25 2020 +++ pkgsrc/devel/py-prompt_toolkit2/Makefile Sat Jan 16 08:45:53 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2020/10/13 11:09:25 adam Exp $ +# $NetBSD: Makefile,v 1.13 2021/01/16 08:45:53 adam Exp $ -DISTNAME= prompt_toolkit-3.0.8 +DISTNAME= prompt_toolkit-3.0.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/prompt_toolkit/} @@ -10,7 +10,6 @@ HOMEPAGE= https://github.com/jonathansle COMMENT= Library for building powerful interactive command lines LICENSE= modified-bsd -DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six DEPENDS+= ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner Index: pkgsrc/devel/py-prompt_toolkit2/distinfo diff -u pkgsrc/devel/py-prompt_toolkit2/distinfo:1.12 pkgsrc/devel/py-prompt_toolkit2/distinfo:1.13 --- pkgsrc/devel/py-prompt_toolkit2/distinfo:1.12 Tue Oct 13 11:09:25 2020 +++ pkgsrc/devel/py-prompt_toolkit2/distinfo Sat Jan 16 08:45:53 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2020/10/13 11:09:25 adam Exp $ +$NetBSD: distinfo,v 1.13 2021/01/16 08:45:53 adam Exp $ -SHA1 (prompt_toolkit-3.0.8.tar.gz) = 272c07d618ac1d92867b0d5cbf00a75fc33ad82f -RMD160 (prompt_toolkit-3.0.8.tar.gz) = 80d164de887d7bea9a01d91fcc2acee7e2fbcdd3 -SHA512 (prompt_toolkit-3.0.8.tar.gz) = 6c721a7346daec16eb28d3727fb24ea6d5341e7c94081f9822f8337da379a8f576388457db23c9e040105d43563bbac5061b08a38dccc7f9c4420afd10141643 -Size (prompt_toolkit-3.0.8.tar.gz) = 3019536 bytes +SHA1 (prompt_toolkit-3.0.10.tar.gz) = 8957ad357cb8a35152dfd3b1dbe2e19daca723a9 +RMD160 (prompt_toolkit-3.0.10.tar.gz) = f5af10a25a16d36490f08e9523aac0dd6d0dede3 +SHA512 (prompt_toolkit-3.0.10.tar.gz) = 71cdbe28064f28a2d88f369ee4550cc02b2609841b51d8fa7e8028304e77f34c6feed5d4549d62a3cbce27f95a4ebca1066a6fd869fbffa1799a3dedef2df6f4 +Size (prompt_toolkit-3.0.10.tar.gz) = 3020391 bytes --_----------=_1610786753247410--