Source-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/791d1c81499f
branches:  trunk
changeset: 436879:791d1c81499f
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Aug 11 06:34:53 2020 +0000

description:
py-prompt_toolkit2: updated to 3.0.6

3.0.6:

New features:
- The SSH/Telnet adaptors have been refactored and improved in several ways.
  * Handle terminal types for both telnet and SSH sessions.
  * Added pipe input abstraction. (base class for `PosixPipeInput` and
    `Win32PipeInput`).
  * The color depth logic has been refactored and moved to the `Output`
    implementations. Added `get_default_color_depth` method to `Output`
    objects.
  * All line feets are now preceded by a carriage return in the telnet
    connection stdout.
- Introduce `REPLACE_SINGLE` input mode for Vi key bindings.
- Improvements to the checkbox implementation:
    * Hide the scrollbar for a single checkbox.
    * Added a "checked" setter to the checkbox.
- Expose `KeyPressEvent` in key_binding/__init__.py (often used in type
  annotations).
- The renderer has been optimized so that no trailing spaces are generated
  (this improves copying in some terminals).

Fixes:
- Ignore F21..F24 key bindings by default.
- Fix auto_suggest key bindings when suggestion text is empty.
- Bugfix in SIGWINCH handling.
- Handle bug in HSplit/VSplit when the number of children is zero.
- Bugfix in CPR handling in renderer. Proper cancellation of pending tasks.
- Ensure rprompt aligns with input.
- Use `sys.stdin.encoding` for decoding stdin stream.

diffstat:

 devel/py-prompt_toolkit2/Makefile |   4 ++--
 devel/py-prompt_toolkit2/PLIST    |   3 ++-
 devel/py-prompt_toolkit2/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r b5243b68f386 -r 791d1c81499f devel/py-prompt_toolkit2/Makefile
--- a/devel/py-prompt_toolkit2/Makefile Tue Aug 11 05:58:29 2020 +0000
+++ b/devel/py-prompt_toolkit2/Makefile Tue Aug 11 06:34:53 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2020/03/30 13:07:12 adam Exp $
+# $NetBSD: Makefile,v 1.10 2020/08/11 06:34:53 adam Exp $
 
-DISTNAME=      prompt_toolkit-3.0.5
+DISTNAME=      prompt_toolkit-3.0.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/prompt_toolkit/}
diff -r b5243b68f386 -r 791d1c81499f devel/py-prompt_toolkit2/PLIST
--- a/devel/py-prompt_toolkit2/PLIST    Tue Aug 11 05:58:29 2020 +0000
+++ b/devel/py-prompt_toolkit2/PLIST    Tue Aug 11 06:34:53 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2019/11/28 06:25:06 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/08/11 06:34:53 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -349,6 +349,7 @@
 ${PYSITELIB}/prompt_toolkit/patch_stdout.py
 ${PYSITELIB}/prompt_toolkit/patch_stdout.pyc
 ${PYSITELIB}/prompt_toolkit/patch_stdout.pyo
+${PYSITELIB}/prompt_toolkit/py.typed
 ${PYSITELIB}/prompt_toolkit/renderer.py
 ${PYSITELIB}/prompt_toolkit/renderer.pyc
 ${PYSITELIB}/prompt_toolkit/renderer.pyo
diff -r b5243b68f386 -r 791d1c81499f devel/py-prompt_toolkit2/distinfo
--- a/devel/py-prompt_toolkit2/distinfo Tue Aug 11 05:58:29 2020 +0000
+++ b/devel/py-prompt_toolkit2/distinfo Tue Aug 11 06:34:53 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2020/03/30 13:07:12 adam Exp $
+$NetBSD: distinfo,v 1.10 2020/08/11 06:34:53 adam Exp $
 
-SHA1 (prompt_toolkit-3.0.5.tar.gz) = f53084baf7348bfb8d41515404957e5e44bf9857
-RMD160 (prompt_toolkit-3.0.5.tar.gz) = ceffaf523fbd46ac2f23bf756c64efe19d4328bd
-SHA512 (prompt_toolkit-3.0.5.tar.gz) = fe6cfc7223529b77bdfa34dbebc8f5690ac6a1d0082cbf3f03f49598408bcff082697df1bd7ee427c796fe0c8d73126a965269e77ed0e6f1519b338b464995a7
-Size (prompt_toolkit-3.0.5.tar.gz) = 2999763 bytes
+SHA1 (prompt_toolkit-3.0.6.tar.gz) = 995dfffe65865e0a2adfe1676d7a012b832831fd
+RMD160 (prompt_toolkit-3.0.6.tar.gz) = f46b07c581a9dcb343b06d1c7468e41b6c87d750
+SHA512 (prompt_toolkit-3.0.6.tar.gz) = 44c47f8f331b7fca3fb9449cbb9ad6b2703fa83bff30274cabfd888c1d149b1f2305f3a08cf53143c86d9889096775e776272ee56aeb1f3664a8399a4eecae08
+Size (prompt_toolkit-3.0.6.tar.gz) = 369730 bytes



Home | Main Index | Thread Index | Old Index