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/809a763c95f8
branches:  trunk
changeset: 387866:809a763c95f8
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 09 09:25:26 2022 +0000

description:
py-prompt_toolkit: updated to 3.0.32

3.0.32: 2022-11-03
------------------
Bug fixes:
- Use `DummyInput` by default in `create_input()` if `sys.stdin` does not have
  a valid file descriptor. This fixes errors when `sys.stdin` is patched in
  certain situations.
- Fix control-c key binding for `ProgressBar` when the progress bar was not
  created from the main thread. The current code would try to kill the main
  thread when control-c was pressed.

New features:
- Accept a `cancel_callback` in `ProgressBar` to specify the cancellation
  behavior for when `control-c` is pressed.
- Small performance improvement in the renderer.

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 a4421f4bf36f -r 809a763c95f8 devel/py-prompt_toolkit/Makefile
--- a/devel/py-prompt_toolkit/Makefile  Wed Nov 09 08:52:10 2022 +0000
+++ b/devel/py-prompt_toolkit/Makefile  Wed Nov 09 09:25:26 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2022/09/02 14:44:55 adam Exp $
+# $NetBSD: Makefile,v 1.18 2022/11/09 09:25:26 adam Exp $
 
-DISTNAME=      prompt_toolkit-3.0.31
+DISTNAME=      prompt_toolkit-3.0.32
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/prompt_toolkit/}
diff -r a4421f4bf36f -r 809a763c95f8 devel/py-prompt_toolkit/distinfo
--- a/devel/py-prompt_toolkit/distinfo  Wed Nov 09 08:52:10 2022 +0000
+++ b/devel/py-prompt_toolkit/distinfo  Wed Nov 09 09:25:26 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2022/09/02 14:44:55 adam Exp $
+$NetBSD: distinfo,v 1.19 2022/11/09 09:25:26 adam Exp $
 
-BLAKE2s (prompt_toolkit-3.0.31.tar.gz) = 75efe18df4e53e6354e04cde39e6c3ae5b9faddfd33a60bb4b2ca678d157bd73
-SHA512 (prompt_toolkit-3.0.31.tar.gz) = dccb0df339a498befbc756b40d5140662f20bf594f7b6a9314a156a1d16704f329b43a329cf979f8317a800363875aebe95569be69727b598b6e3f2af86eb591
-Size (prompt_toolkit-3.0.31.tar.gz) = 418926 bytes
+BLAKE2s (prompt_toolkit-3.0.32.tar.gz) = d7625445ba52b0096c7563fa893cf400d7a25593409fde08a36a29e26328772e
+SHA512 (prompt_toolkit-3.0.32.tar.gz) = f219c3318616092b50a2d7cb18b2876fd6056bf22e2ab420e0f723a9d800bbbe301840839acc9139d7f13f6ef633a05fe598b52c2f5fbed3ed22e7cfb102eb5b
+Size (prompt_toolkit-3.0.32.tar.gz) = 419599 bytes



Home | Main Index | Thread Index | Old Index