pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-prompt_toolkit py-prompt_toolkit: updated to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90165b9a5f13
branches:  trunk
changeset: 376364:90165b9a5f13
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Apr 06 15:19:43 2022 +0000

description:
py-prompt_toolkit: updated to 3.0.29

3.0.29: 2022-04-04
------------------

New features:
- Accept 'handle_sigint' parameter in PromptSession.

Fixes
- Fix 'variable referenced before assignment' error in vt100 mouse bindings.
- Pass `handle_sigint` from `Application.run` to `Application.run_async`.
- Fix detection of telnet client side changes.
- Fix `print_container` utility (handle `EOFError`).

Breaking changes:
- The following are now context managers:
  `create_pipe_input`, `PosixPipeInput` and `Win32PipeInput`.

diffstat:

 devel/py-prompt_toolkit/Makefile |  4 ++--
 devel/py-prompt_toolkit/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 1f3d90732915 -r 90165b9a5f13 devel/py-prompt_toolkit/Makefile
--- a/devel/py-prompt_toolkit/Makefile  Wed Apr 06 15:17:17 2022 +0000
+++ b/devel/py-prompt_toolkit/Makefile  Wed Apr 06 15:19:43 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2022/02/11 10:01:12 adam Exp $
+# $NetBSD: Makefile,v 1.15 2022/04/06 15:19:43 adam Exp $
 
-DISTNAME=      prompt_toolkit-3.0.28
+DISTNAME=      prompt_toolkit-3.0.29
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/prompt_toolkit/}
diff -r 1f3d90732915 -r 90165b9a5f13 devel/py-prompt_toolkit/distinfo
--- a/devel/py-prompt_toolkit/distinfo  Wed Apr 06 15:17:17 2022 +0000
+++ b/devel/py-prompt_toolkit/distinfo  Wed Apr 06 15:19:43 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/02/11 10:01:12 adam Exp $
+$NetBSD: distinfo,v 1.16 2022/04/06 15:19:43 adam Exp $
 
-BLAKE2s (prompt_toolkit-3.0.28.tar.gz) = cbe5c5111f7dd00f8dd9f22d76148ae5f7c538a41045cd8b887f2fd7d095ee23
-SHA512 (prompt_toolkit-3.0.28.tar.gz) = 143771bbb96ca761ba1e47dbe22b532081f39a6769935d90e320217f8566b15be5407aba5e7ff48d9e3e71782c9c9604536b0284c6e322179101adecbedd5ee5
-Size (prompt_toolkit-3.0.28.tar.gz) = 3057388 bytes
+BLAKE2s (prompt_toolkit-3.0.29.tar.gz) = dd1ca1a0d39555a9aafdebb2b177f4407944a867bcc11d92a6c0068cde2888c8
+SHA512 (prompt_toolkit-3.0.29.tar.gz) = a0d1562fe4ced52972ca7ee3bc9fe158865461b28be393436651f326cf2ddf0553d49ac8051ed700ef95d3ce2a76b9fcc10d92b6890203aca4e27e050cb814c0
+Size (prompt_toolkit-3.0.29.tar.gz) = 417831 bytes



Home | Main Index | Thread Index | Old Index