pkgsrc-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/5cd341a1a4dc
branches:  trunk
changeset: 412462:5cd341a1a4dc
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Mar 07 12:14:36 2020 +0000

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

diffstat:

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

diffs (27 lines):

diff -r 7f0a3d010b33 -r 5cd341a1a4dc devel/py-prompt_toolkit2/Makefile
--- a/devel/py-prompt_toolkit2/Makefile Sat Mar 07 12:13:41 2020 +0000
+++ b/devel/py-prompt_toolkit2/Makefile Sat Mar 07 12:14:36 2020 +0000
@@ -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/}
diff -r 7f0a3d010b33 -r 5cd341a1a4dc devel/py-prompt_toolkit2/distinfo
--- a/devel/py-prompt_toolkit2/distinfo Sat Mar 07 12:13:41 2020 +0000
+++ b/devel/py-prompt_toolkit2/distinfo Sat Mar 07 12:14:36 2020 +0000
@@ -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