pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-prompt_toolkit



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov  9 09:25:26 UTC 2022

Modified Files:
        pkgsrc/devel/py-prompt_toolkit: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-prompt_toolkit/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-prompt_toolkit/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-prompt_toolkit/Makefile
diff -u pkgsrc/devel/py-prompt_toolkit/Makefile:1.17 pkgsrc/devel/py-prompt_toolkit/Makefile:1.18
--- pkgsrc/devel/py-prompt_toolkit/Makefile:1.17        Fri Sep  2 14:44:55 2022
+++ pkgsrc/devel/py-prompt_toolkit/Makefile     Wed Nov  9 09:25:26 2022
@@ -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/}

Index: pkgsrc/devel/py-prompt_toolkit/distinfo
diff -u pkgsrc/devel/py-prompt_toolkit/distinfo:1.18 pkgsrc/devel/py-prompt_toolkit/distinfo:1.19
--- pkgsrc/devel/py-prompt_toolkit/distinfo:1.18        Fri Sep  2 14:44:55 2022
+++ pkgsrc/devel/py-prompt_toolkit/distinfo     Wed Nov  9 09:25:26 2022
@@ -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