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:           Thu Jan 27 16:53:09 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-prompt_toolkit/Makefile
cvs rdiff -u -r1.11 -r1.12 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.10 pkgsrc/devel/py-prompt_toolkit/Makefile:1.11
--- pkgsrc/devel/py-prompt_toolkit/Makefile:1.10        Tue Jan  4 20:53:22 2022
+++ pkgsrc/devel/py-prompt_toolkit/Makefile     Thu Jan 27 16:53:08 2022
@@ -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/}
 

Index: pkgsrc/devel/py-prompt_toolkit/distinfo
diff -u pkgsrc/devel/py-prompt_toolkit/distinfo:1.11 pkgsrc/devel/py-prompt_toolkit/distinfo:1.12
--- pkgsrc/devel/py-prompt_toolkit/distinfo:1.11        Fri Dec 10 08:38:30 2021
+++ pkgsrc/devel/py-prompt_toolkit/distinfo     Thu Jan 27 16:53:08 2022
@@ -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