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:           Tue Nov 14 17:38:44 UTC 2023

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-prompt_toolkit/Makefile
cvs rdiff -u -r1.24 -r1.25 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.23 pkgsrc/devel/py-prompt_toolkit/Makefile:1.24
--- pkgsrc/devel/py-prompt_toolkit/Makefile:1.23        Wed Jul  5 12:04:13 2023
+++ pkgsrc/devel/py-prompt_toolkit/Makefile     Tue Nov 14 17:38:44 2023
@@ -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/}

Index: pkgsrc/devel/py-prompt_toolkit/distinfo
diff -u pkgsrc/devel/py-prompt_toolkit/distinfo:1.24 pkgsrc/devel/py-prompt_toolkit/distinfo:1.25
--- pkgsrc/devel/py-prompt_toolkit/distinfo:1.24        Wed Jul  5 12:04:13 2023
+++ pkgsrc/devel/py-prompt_toolkit/distinfo     Tue Nov 14 17:38:44 2023
@@ -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



Home | Main Index | Thread Index | Old Index