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/ecbb5491426e
branches:  trunk
changeset: 372604:ecbb5491426e
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 27 16:53:08 2022 +0000

description:
py-prompt_toolkit: updated to 3.0.25

3.0.25:
Fixes:
- Use `DummyOutput` when `sys.stdout` is `None` and `DummyInput` when
  `sys.stdin` is `None`. This fixes an issue when the code runs on windows,
  using pythonw.exe and still tries to interact with the terminal.
- Correctly reset `Application._is_running` flag in case of exceptions in some
  situations.
- Handle SIGINT (when sent from another process) and allow binding it to a key
  binding. For prompt sessions, the behavior is now identical to pressing
  control-c.
- Increase the event loop `slow_duration_callback` by default to 0.5. This
  prevents printing warnings if rendering takes too long on slow systems.

diffstat:

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

diffs (27 lines):

diff -r 663fcd7a9b06 -r ecbb5491426e devel/py-prompt_toolkit/Makefile
--- a/devel/py-prompt_toolkit/Makefile  Thu Jan 27 16:51:08 2022 +0000
+++ b/devel/py-prompt_toolkit/Makefile  Thu Jan 27 16:53:08 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2022/01/04 20:53:22 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/01/27 16:53:08 adam Exp $
 
-DISTNAME=      prompt_toolkit-3.0.24
+DISTNAME=      prompt_toolkit-3.0.25
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/prompt_toolkit/}
 
diff -r 663fcd7a9b06 -r ecbb5491426e devel/py-prompt_toolkit/distinfo
--- a/devel/py-prompt_toolkit/distinfo  Thu Jan 27 16:51:08 2022 +0000
+++ b/devel/py-prompt_toolkit/distinfo  Thu Jan 27 16:53:08 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/12/10 08:38:30 adam Exp $
+$NetBSD: distinfo,v 1.12 2022/01/27 16:53:08 adam Exp $
 
-BLAKE2s (prompt_toolkit-3.0.24.tar.gz) = c3a095f08cc1e94261f6009f87901889237445799a1553b42e909db66a2770b2
-SHA512 (prompt_toolkit-3.0.24.tar.gz) = e423735441407ffe51d46225efa4b747899d47fa5d5a2163e5c0c906d2f1937e80a67bcd06ff6aa97d8a336e507fd0322957e79b9382d1a678994060fcccfb84
-Size (prompt_toolkit-3.0.24.tar.gz) = 3042044 bytes
+BLAKE2s (prompt_toolkit-3.0.25.tar.gz) = 62290e455996c9256924025380c44bd8d6eceb266735d8dd686c51a6ddcdcc36
+SHA512 (prompt_toolkit-3.0.25.tar.gz) = 22bb97ff008015f1bf0908b0d5bcc25d4bdb13187e3444c723f463605f08d9ebcf400d59f4b2b6f4ff95cef8ee8a4acd0c7a316aa04c58f98cb8ab8f81de485d
+Size (prompt_toolkit-3.0.25.tar.gz) = 3043357 bytes



Home | Main Index | Thread Index | Old Index