pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-prompt_toolkit2 py-prompt_toolkit2: updated t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/049341956fa6
branches:  trunk
changeset: 445042:049341956fa6
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jan 16 08:45:53 2021 +0000

description:
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.

diffstat:

 devel/py-prompt_toolkit2/Makefile |   5 ++---
 devel/py-prompt_toolkit2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (35 lines):

diff -r e8a620b7738f -r 049341956fa6 devel/py-prompt_toolkit2/Makefile
--- a/devel/py-prompt_toolkit2/Makefile Sat Jan 16 08:42:11 2021 +0000
+++ b/devel/py-prompt_toolkit2/Makefile Sat Jan 16 08:45:53 2021 +0000
@@ -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 @@
 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
 
diff -r e8a620b7738f -r 049341956fa6 devel/py-prompt_toolkit2/distinfo
--- a/devel/py-prompt_toolkit2/distinfo Sat Jan 16 08:42:11 2021 +0000
+++ b/devel/py-prompt_toolkit2/distinfo Sat Jan 16 08:45:53 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index