pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-prompt_toolkit
Module Name: pkgsrc
Committed By: adam
Date: Fri Jul 28 07:12:13 UTC 2017
Modified Files:
pkgsrc/devel/py-prompt_toolkit: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-prompt_toolkit/Makefile \
pkgsrc/devel/py-prompt_toolkit/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_toolkit/Makefile
diff -u pkgsrc/devel/py-prompt_toolkit/Makefile:1.2 pkgsrc/devel/py-prompt_toolkit/Makefile:1.3
--- pkgsrc/devel/py-prompt_toolkit/Makefile:1.2 Thu May 4 19:30:51 2017
+++ pkgsrc/devel/py-prompt_toolkit/Makefile Fri Jul 28 07:12:13 2017
@@ -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/}
Index: pkgsrc/devel/py-prompt_toolkit/distinfo
diff -u pkgsrc/devel/py-prompt_toolkit/distinfo:1.2 pkgsrc/devel/py-prompt_toolkit/distinfo:1.3
--- pkgsrc/devel/py-prompt_toolkit/distinfo:1.2 Thu May 4 19:30:51 2017
+++ pkgsrc/devel/py-prompt_toolkit/distinfo Fri Jul 28 07:12:13 2017
@@ -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