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:           Mon Jan 28 09:12:28 UTC 2019

Modified Files:
        pkgsrc/devel/py-prompt_toolkit2: Makefile PLIST distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-prompt_toolkit2/Makefile \
    pkgsrc/devel/py-prompt_toolkit2/PLIST \
    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.1 pkgsrc/devel/py-prompt_toolkit2/Makefile:1.2
--- pkgsrc/devel/py-prompt_toolkit2/Makefile:1.1        Wed Nov 21 17:26:46 2018
+++ pkgsrc/devel/py-prompt_toolkit2/Makefile    Mon Jan 28 09:12:28 2019
@@ -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 @@ HOMEPAGE=   https://github.com/jonathansle
 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"
Index: pkgsrc/devel/py-prompt_toolkit2/PLIST
diff -u pkgsrc/devel/py-prompt_toolkit2/PLIST:1.1 pkgsrc/devel/py-prompt_toolkit2/PLIST:1.2
--- pkgsrc/devel/py-prompt_toolkit2/PLIST:1.1   Wed Nov 21 17:26:46 2018
+++ pkgsrc/devel/py-prompt_toolkit2/PLIST       Mon Jan 28 09:12:28 2019
@@ -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/b
 ${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
Index: pkgsrc/devel/py-prompt_toolkit2/distinfo
diff -u pkgsrc/devel/py-prompt_toolkit2/distinfo:1.1 pkgsrc/devel/py-prompt_toolkit2/distinfo:1.2
--- pkgsrc/devel/py-prompt_toolkit2/distinfo:1.1        Wed Nov 21 17:26:46 2018
+++ pkgsrc/devel/py-prompt_toolkit2/distinfo    Mon Jan 28 09:12:28 2019
@@ -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