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:           Tue Aug 11 06:34:54 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-prompt_toolkit2/Makefile \
    pkgsrc/devel/py-prompt_toolkit2/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-prompt_toolkit2/PLIST

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.9 pkgsrc/devel/py-prompt_toolkit2/Makefile:1.10
--- pkgsrc/devel/py-prompt_toolkit2/Makefile:1.9        Mon Mar 30 13:07:12 2020
+++ pkgsrc/devel/py-prompt_toolkit2/Makefile    Tue Aug 11 06:34:53 2020
@@ -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/}
Index: pkgsrc/devel/py-prompt_toolkit2/distinfo
diff -u pkgsrc/devel/py-prompt_toolkit2/distinfo:1.9 pkgsrc/devel/py-prompt_toolkit2/distinfo:1.10
--- pkgsrc/devel/py-prompt_toolkit2/distinfo:1.9        Mon Mar 30 13:07:12 2020
+++ pkgsrc/devel/py-prompt_toolkit2/distinfo    Tue Aug 11 06:34:53 2020
@@ -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

Index: pkgsrc/devel/py-prompt_toolkit2/PLIST
diff -u pkgsrc/devel/py-prompt_toolkit2/PLIST:1.3 pkgsrc/devel/py-prompt_toolkit2/PLIST:1.4
--- pkgsrc/devel/py-prompt_toolkit2/PLIST:1.3   Thu Nov 28 06:25:06 2019
+++ pkgsrc/devel/py-prompt_toolkit2/PLIST       Tue Aug 11 06:34:53 2020
@@ -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/output/windo
 ${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



Home | Main Index | Thread Index | Old Index