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:           Sat Mar  7 12:14:37 UTC 2020

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

Log Message:
py-prompt_toolkit2: updated to 3.0.4

3.0.4:

New features:
- Added many more vt100 ANSI sequences and keys.
- Improved control/shift key support in Windows.
- No Mypy errors in prompt_toolkit anymore.
- Added `set_exception_handler` optional argument to `PromptSession.prompt()`.

Fixes:
- Bugfix in invalidate code. `PromptSession` was invalidating the UI
  continuously.
- Add uvloop support (was broken due to an issue in our `call_soon_threadsafe`).
- Forwarded `set_exception_handler` in `Application.run` to the `run_async` call.
- Bugfix in `NestedCompleter` when there is a leading space.

Breaking changes:
- `ShiftControl` has been replaced with `ControlShift` and `s-c` with `c-s` in
  key bindings. Aliases for backwards-compatibility have been added.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-prompt_toolkit2/Makefile \
    pkgsrc/devel/py-prompt_toolkit2/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_toolkit2/Makefile
diff -u pkgsrc/devel/py-prompt_toolkit2/Makefile:1.7 pkgsrc/devel/py-prompt_toolkit2/Makefile:1.8
--- pkgsrc/devel/py-prompt_toolkit2/Makefile:1.7        Tue Jan 28 08:01:51 2020
+++ pkgsrc/devel/py-prompt_toolkit2/Makefile    Sat Mar  7 12:14:36 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/01/28 08:01:51 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/03/07 12:14:36 adam Exp $
 
-DISTNAME=      prompt_toolkit-3.0.3
+DISTNAME=      prompt_toolkit-3.0.4
 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.7 pkgsrc/devel/py-prompt_toolkit2/distinfo:1.8
--- pkgsrc/devel/py-prompt_toolkit2/distinfo:1.7        Tue Jan 28 08:01:51 2020
+++ pkgsrc/devel/py-prompt_toolkit2/distinfo    Sat Mar  7 12:14:36 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/01/28 08:01:51 adam Exp $
+$NetBSD: distinfo,v 1.8 2020/03/07 12:14:36 adam Exp $
 
-SHA1 (prompt_toolkit-3.0.3.tar.gz) = 951f28624b2a3e7170efa09fa27eddc367d50dd0
-RMD160 (prompt_toolkit-3.0.3.tar.gz) = efe2501cca7560015dd636c50f98580a60aae827
-SHA512 (prompt_toolkit-3.0.3.tar.gz) = 4fde083359445c6195c4f15d69e380a3454147e41aaa022cb237734896be191102de92509c011b39d6b31304b6443e8ba0092874fb90db911081f90e9e53b66a
-Size (prompt_toolkit-3.0.3.tar.gz) = 2997855 bytes
+SHA1 (prompt_toolkit-3.0.4.tar.gz) = d6674b1650d9b667ec9f890d64c1c73e675653ec
+RMD160 (prompt_toolkit-3.0.4.tar.gz) = 65bec9782d1200abc490f322f21c8ef9442effdd
+SHA512 (prompt_toolkit-3.0.4.tar.gz) = 3aeb2bb86123ab7c769f4acf9ff6a92e8ee1f9c1274f25179af473ebd4f14b7ca46c9370de996d8924c3b1ba597ef328631a591a397d797590b315607d68cf19
+Size (prompt_toolkit-3.0.4.tar.gz) = 3013958 bytes



Home | Main Index | Thread Index | Old Index