pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-prompt_toolkit 1.0.15:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84b1377ed503
branches:  trunk
changeset: 365865:84b1377ed503
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 28 07:12:13 2017 +0000

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

diffstat:

 devel/py-prompt_toolkit/Makefile |   4 ++--
 devel/py-prompt_toolkit/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r b35c798b8005 -r 84b1377ed503 devel/py-prompt_toolkit/Makefile
--- a/devel/py-prompt_toolkit/Makefile  Fri Jul 28 07:09:46 2017 +0000
+++ b/devel/py-prompt_toolkit/Makefile  Fri Jul 28 07:12:13 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/05/04 19:30:51 adam Exp $
+# $NetBSD: Makefile,v 1.3 2017/07/28 07:12:13 adam Exp $
 
-DISTNAME=      prompt_toolkit-1.0.14
+DISTNAME=      prompt_toolkit-1.0.15
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/prompt_toolkit/}
diff -r b35c798b8005 -r 84b1377ed503 devel/py-prompt_toolkit/distinfo
--- a/devel/py-prompt_toolkit/distinfo  Fri Jul 28 07:09:46 2017 +0000
+++ b/devel/py-prompt_toolkit/distinfo  Fri Jul 28 07:12:13 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/05/04 19:30:51 adam Exp $
+$NetBSD: distinfo,v 1.3 2017/07/28 07:12:13 adam Exp $
 
-SHA1 (prompt_toolkit-1.0.14.tar.gz) = fa723a6f33927917cc4d98a4f82b0d82970a80e7
-RMD160 (prompt_toolkit-1.0.14.tar.gz) = c0c4aa0c917981767d45abf76fdff00c0fb9aa8d
-SHA512 (prompt_toolkit-1.0.14.tar.gz) = 909bf50bf0095a8cc37581fc7384f9035eb9d6fd0d16a914e8912693476262cfe0b0c78643ba1c629bd907c861981a9740155927148fcff554446ebb4fd80959
-Size (prompt_toolkit-1.0.14.tar.gz) = 241612 bytes
+SHA1 (prompt_toolkit-1.0.15.tar.gz) = 2c24a25b09d4a0481bf8080cd9701d2032497915
+RMD160 (prompt_toolkit-1.0.15.tar.gz) = 195e01e80e62e631f7c4b12d4f2cd5d4481a0752
+SHA512 (prompt_toolkit-1.0.15.tar.gz) = 10981be2ed8b71d0cd9f663c4de047cec9664d9276968c6eec40dc45b388d1acf8eba07d534369254f178931079bf39b04eb2ceac06aa63a2021ebf62387b2f5
+Size (prompt_toolkit-1.0.15.tar.gz) = 243734 bytes



Home | Main Index | Thread Index | Old Index