py-prompt_toolkit: updated to 3.0.41

3.0.41: 2023-11-14
------------------

Fixes:
- Fix regression regarding IPython input hook (%gui) integration.

3.0.40: 2023-11-10
------------------

Fixes:
- Improved Python 3.12 support (fixes event loop `DeprecationWarning`).

New features:
- Vi key bindings: `control-t` and `control-d` for indent/unindent in insert
  mode.
- Insert partial suggestion when `control+right` is pressed, similar to Fish.
- Use sphinx-nefertiti theme for the docs.
This commit is contained in:
adam 2023-11-14 17:38:44 +00:00
parent 25cc68ff52
commit 046d5a8e1d
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.23 2023/07/05 12:04:13 adam Exp $
# $NetBSD: Makefile,v 1.24 2023/11/14 17:38:44 adam Exp $
DISTNAME= prompt_toolkit-3.0.39
DISTNAME= prompt_toolkit-3.0.41
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/prompt_toolkit/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.24 2023/07/05 12:04:13 adam Exp $
$NetBSD: distinfo,v 1.25 2023/11/14 17:38:44 adam Exp $
BLAKE2s (prompt_toolkit-3.0.39.tar.gz) = 8e2c549980d6527a7df5047dd58388856c0574451281b135497274140e97c6a2
SHA512 (prompt_toolkit-3.0.39.tar.gz) = 6aaa80d515cd9731be1cc0de97f679b9dc22701dfb3e23b5434240aae0cac5eaede08437171a710492ff4041a9d46956cf8ed02750e9a78319eb61223033ba90
Size (prompt_toolkit-3.0.39.tar.gz) = 423068 bytes
BLAKE2s (prompt_toolkit-3.0.41.tar.gz) = 17858ef1ca5eb520e2e09153c33feb790384ec841fe412bba3e7d5b62fe81bc4
SHA512 (prompt_toolkit-3.0.41.tar.gz) = ac8782b06275df01b32ccfaf6055b3b1bf4ff4aecfa76599b143025d79a7459f2722c659363d288361953105ef617337de1c5a71b693f7c28716d0c3df0e2c75
Size (prompt_toolkit-3.0.41.tar.gz) = 424620 bytes