pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-prompt_toolkit2
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.
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
Home |
Main Index |
Thread Index |
Old Index