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/637f5b3d6afd
branches: trunk
changeset: 318686:637f5b3d6afd
user: adam <adam%pkgsrc.org@localhost>
date: Mon Jan 28 09:12:28 2019 +0000
description:
py-prompt_toolkit2: updated to 2.0.8
2.0.8:
Bug fixes:
- Fixes the issue where changes made to the buffer in the accept handler were
not reflected in the history.
- Fix in the application invalidate handler. This prevents a significat slow
down in some applications after some time (especially if there is a refresh
interval).
- Make print_container utility work if the input is not a pty.
New features:
- Underline non breaking spaces instead of rendering as '&'.
- Added mouse support for radio list.
- Support completion styles for READLINE_LIKE display method.
- Accept formatted text in the display text of completions.
- Added a FuzzyCompleter and FuzzyWordCompleter.
- Improved error handling in Application (avoid displaying a meaningless
AssertionError in many cases).
diffstat:
devel/py-prompt_toolkit2/Makefile | 9 ++++++---
devel/py-prompt_toolkit2/PLIST | 5 ++++-
devel/py-prompt_toolkit2/distinfo | 10 +++++-----
3 files changed, 15 insertions(+), 9 deletions(-)
diffs (61 lines):
diff -r 0d4363910d70 -r 637f5b3d6afd devel/py-prompt_toolkit2/Makefile
--- a/devel/py-prompt_toolkit2/Makefile Mon Jan 28 08:52:43 2019 +0000
+++ b/devel/py-prompt_toolkit2/Makefile Mon Jan 28 09:12:28 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/11/21 17:26:46 adam Exp $
+# $NetBSD: Makefile,v 1.2 2019/01/28 09:12:28 adam Exp $
-DISTNAME= prompt_toolkit-2.0.7
+DISTNAME= prompt_toolkit-2.0.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/prompt_toolkit/}
@@ -10,10 +10,13 @@
COMMENT= Library for building powerful interactive command lines
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+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
USE_LANGUAGES= # none
+PYSETUPTESTTARGET= pytest
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 0d4363910d70 -r 637f5b3d6afd devel/py-prompt_toolkit2/PLIST
--- a/devel/py-prompt_toolkit2/PLIST Mon Jan 28 08:52:43 2019 +0000
+++ b/devel/py-prompt_toolkit2/PLIST Mon Jan 28 09:12:28 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/11/21 17:26:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/01/28 09:12:28 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -52,6 +52,9 @@
${PYSITELIB}/prompt_toolkit/completion/filesystem.py
${PYSITELIB}/prompt_toolkit/completion/filesystem.pyc
${PYSITELIB}/prompt_toolkit/completion/filesystem.pyo
+${PYSITELIB}/prompt_toolkit/completion/fuzzy_completer.py
+${PYSITELIB}/prompt_toolkit/completion/fuzzy_completer.pyc
+${PYSITELIB}/prompt_toolkit/completion/fuzzy_completer.pyo
${PYSITELIB}/prompt_toolkit/completion/word_completer.py
${PYSITELIB}/prompt_toolkit/completion/word_completer.pyc
${PYSITELIB}/prompt_toolkit/completion/word_completer.pyo
diff -r 0d4363910d70 -r 637f5b3d6afd devel/py-prompt_toolkit2/distinfo
--- a/devel/py-prompt_toolkit2/distinfo Mon Jan 28 08:52:43 2019 +0000
+++ b/devel/py-prompt_toolkit2/distinfo Mon Jan 28 09:12:28 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/11/21 17:26:46 adam Exp $
+$NetBSD: distinfo,v 1.2 2019/01/28 09:12:28 adam Exp $
-SHA1 (prompt_toolkit-2.0.7.tar.gz) = 538b430a7e5a6a512001d7f0e7723e799fb18bd2
-RMD160 (prompt_toolkit-2.0.7.tar.gz) = e9c5cc465bdc19e268eca8a3ec8b4f6ac99df155
-SHA512 (prompt_toolkit-2.0.7.tar.gz) = 4ea8102a50290878248ccc2119eb2b5ae50ad58f466510f8328bc172942f5417abde24393958c910ae0ab2ea4a8caff049b6e7acd8d94e9dbeb97b36c6e2191e
-Size (prompt_toolkit-2.0.7.tar.gz) = 343267 bytes
+SHA1 (prompt_toolkit-2.0.8.tar.gz) = 173350aa955e6b0d82363c25ed94eb151a39863b
+RMD160 (prompt_toolkit-2.0.8.tar.gz) = b94b17a6fb96c4db8e0f60cd931a4bce3a75834e
+SHA512 (prompt_toolkit-2.0.8.tar.gz) = 27aea6ea7b68b2404d0a8aea2c60338c392d3c1c6326b8bf5725d97456f83d2eaf5d529deabf01587b659183625cde922bc8815236cf277343803ba1e235f69e
+Size (prompt_toolkit-2.0.8.tar.gz) = 347953 bytes
Home |
Main Index |
Thread Index |
Old Index