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


(adam)
diff -r1.7 -r1.8 pkgsrc/devel/py-prompt_toolkit2/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/py-prompt_toolkit2/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/devel/py-prompt_toolkit2/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-prompt_toolkit2/Attic/Makefile 2020/01/28 08:01:51 1.7
+++ pkgsrc/devel/py-prompt_toolkit2/Attic/Makefile 2020/03/07 12:14:36 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2020/01/28 08:01:51 adam Exp $ 1# $NetBSD: Makefile,v 1.8 2020/03/07 12:14:36 adam Exp $
2 2
3DISTNAME= prompt_toolkit-3.0.3 3DISTNAME= prompt_toolkit-3.0.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/prompt_toolkit/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/prompt_toolkit/}
7 7
8MAINTAINER= kamelderouiche@yahoo.com 8MAINTAINER= kamelderouiche@yahoo.com
9HOMEPAGE= https://github.com/jonathanslenders/python-prompt-toolkit 9HOMEPAGE= https://github.com/jonathanslenders/python-prompt-toolkit
10COMMENT= Library for building powerful interactive command lines 10COMMENT= Library for building powerful interactive command lines
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six 13DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
14DEPENDS+= ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth 14DEPENDS+= ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
15TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner 15TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
16 16

cvs diff -r1.7 -r1.8 pkgsrc/devel/py-prompt_toolkit2/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-prompt_toolkit2/Attic/distinfo 2020/01/28 08:01:51 1.7
+++ pkgsrc/devel/py-prompt_toolkit2/Attic/distinfo 2020/03/07 12:14:36 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2020/01/28 08:01:51 adam Exp $ 1$NetBSD: distinfo,v 1.8 2020/03/07 12:14:36 adam Exp $
2 2
3SHA1 (prompt_toolkit-3.0.3.tar.gz) = 951f28624b2a3e7170efa09fa27eddc367d50dd0 3SHA1 (prompt_toolkit-3.0.4.tar.gz) = d6674b1650d9b667ec9f890d64c1c73e675653ec
4RMD160 (prompt_toolkit-3.0.3.tar.gz) = efe2501cca7560015dd636c50f98580a60aae827 4RMD160 (prompt_toolkit-3.0.4.tar.gz) = 65bec9782d1200abc490f322f21c8ef9442effdd
5SHA512 (prompt_toolkit-3.0.3.tar.gz) = 4fde083359445c6195c4f15d69e380a3454147e41aaa022cb237734896be191102de92509c011b39d6b31304b6443e8ba0092874fb90db911081f90e9e53b66a 5SHA512 (prompt_toolkit-3.0.4.tar.gz) = 3aeb2bb86123ab7c769f4acf9ff6a92e8ee1f9c1274f25179af473ebd4f14b7ca46c9370de996d8924c3b1ba597ef328631a591a397d797590b315607d68cf19
6Size (prompt_toolkit-3.0.3.tar.gz) = 2997855 bytes 6Size (prompt_toolkit-3.0.4.tar.gz) = 3013958 bytes