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: Mon Jan 20 12:34:42 UTC 2025
Modified Files:
pkgsrc/devel/py-prompt_toolkit: Makefile distinfo
Log Message:
py-prompt_toolkit: updated to 3.0.49
3.0.49: 2025-01-20
New features:
- On Windows, use virtual terminal input when available.
- Support for multiline suggestions.
Fixes:
- Handle `InvalidStateError` during termination when using
`run_in_terminal`/`patch_stdout`. This can happen in some cases during
cancellation, probably when using anyio.
- Fix cursor that remains in hidden state when the application exits. This can
happen when the application doesn't show the cursor and `erase_when_done` is
being used.
Breaking changes:
- Drop support for Python 3.7:
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/py-prompt_toolkit/Makefile \
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.31 pkgsrc/devel/py-prompt_toolkit/Makefile:1.32
--- pkgsrc/devel/py-prompt_toolkit/Makefile:1.31 Mon Nov 11 07:28:19 2024
+++ pkgsrc/devel/py-prompt_toolkit/Makefile Mon Jan 20 12:34:42 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2024/11/11 07:28:19 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2025/01/20 12:34:42 adam Exp $
-DISTNAME= prompt_toolkit-3.0.48
+DISTNAME= prompt_toolkit-3.0.49
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.31 pkgsrc/devel/py-prompt_toolkit/distinfo:1.32
--- pkgsrc/devel/py-prompt_toolkit/distinfo:1.31 Tue Oct 1 08:28:22 2024
+++ pkgsrc/devel/py-prompt_toolkit/distinfo Mon Jan 20 12:34:42 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2024/10/01 08:28:22 adam Exp $
+$NetBSD: distinfo,v 1.32 2025/01/20 12:34:42 adam Exp $
-BLAKE2s (prompt_toolkit-3.0.48.tar.gz) = b8eab61f9c1b10669da3a50a2f5ded0a5914b9e2af1a206c94430f881f72ef62
-SHA512 (prompt_toolkit-3.0.48.tar.gz) = f999c0d6df94a1a640d735e4b6f4bebd496693b8ae7267c4a8561c726a8148f937781b07f8e76a045ac0b90fa1d98fb767c153c3a96e25bc5e610c873f8e76c3
-Size (prompt_toolkit-3.0.48.tar.gz) = 424684 bytes
+BLAKE2s (prompt_toolkit-3.0.49.tar.gz) = c4134ff72d7e2d1389890a9e4f772bbbe919a27e21ddcafe18e86e87da902819
+SHA512 (prompt_toolkit-3.0.49.tar.gz) = 4f157ca722d1acea2909744ae353c7af457daef34d3521fa3598808d79c978bf1eb4b5167652eb841671816ee5b36079a474d674e4abc080db4f0702c8c8d921
+Size (prompt_toolkit-3.0.49.tar.gz) = 428816 bytes
Home |
Main Index |
Thread Index |
Old Index