Fri Jul 28 07:12:13 2017 UTC ()
1.0.15:

Fixes:
- Don't shuffle tasks in the event loop. This fixes an issue where lines
  printed from background threads were printed in a different order if
  `patch_stdout=True`.
- Only consider the text before the cursor when activating history search.
- Pressing escape should accept the search, this is closer to how readline works.
- Enable autowrap again when required.

New features:
- Add run_in_terminal option to disable cooked mode.


(adam)
diff -r1.2 -r1.3 pkgsrc/devel/py-prompt_toolkit/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/py-prompt_toolkit/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-prompt_toolkit/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-prompt_toolkit/Makefile 2017/05/04 19:30:51 1.2
+++ pkgsrc/devel/py-prompt_toolkit/Makefile 2017/07/28 07:12:13 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2017/05/04 19:30:51 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2017/07/28 07:12:13 adam Exp $
2 2
3DISTNAME= prompt_toolkit-1.0.14 3DISTNAME= prompt_toolkit-1.0.15
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/prompt_toolkit/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/prompt_toolkit/}
7 7
8MAINTAINER= kamelderouiche@yahoo.com 8MAINTAINER= kamelderouiche@yahoo.com
9HOMEPAGE= https://github.com/jonathanslenders/python-prompt-toolkit 9HOMEPAGE= https://github.com/jonathanslenders/python-prompt-toolkit
10COMMENT= Library for building powerful interactive command lines 10COMMENT= Library for building powerful interactive command lines
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six 13DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
14DEPENDS+= ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth 14DEPENDS+= ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-prompt_toolkit/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-prompt_toolkit/distinfo 2017/05/04 19:30:51 1.2
+++ pkgsrc/devel/py-prompt_toolkit/distinfo 2017/07/28 07:12:13 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2017/05/04 19:30:51 adam Exp $ 1$NetBSD: distinfo,v 1.3 2017/07/28 07:12:13 adam Exp $
2 2
3SHA1 (prompt_toolkit-1.0.14.tar.gz) = fa723a6f33927917cc4d98a4f82b0d82970a80e7 3SHA1 (prompt_toolkit-1.0.15.tar.gz) = 2c24a25b09d4a0481bf8080cd9701d2032497915
4RMD160 (prompt_toolkit-1.0.14.tar.gz) = c0c4aa0c917981767d45abf76fdff00c0fb9aa8d 4RMD160 (prompt_toolkit-1.0.15.tar.gz) = 195e01e80e62e631f7c4b12d4f2cd5d4481a0752
5SHA512 (prompt_toolkit-1.0.14.tar.gz) = 909bf50bf0095a8cc37581fc7384f9035eb9d6fd0d16a914e8912693476262cfe0b0c78643ba1c629bd907c861981a9740155927148fcff554446ebb4fd80959 5SHA512 (prompt_toolkit-1.0.15.tar.gz) = 10981be2ed8b71d0cd9f663c4de047cec9664d9276968c6eec40dc45b388d1acf8eba07d534369254f178931079bf39b04eb2ceac06aa63a2021ebf62387b2f5
6Size (prompt_toolkit-1.0.14.tar.gz) = 241612 bytes 6Size (prompt_toolkit-1.0.15.tar.gz) = 243734 bytes