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:           Fri Jul  1 17:31:51 UTC 2022

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

Log Message:
py-prompt_toolkit: updated to 3.0.30

3.0.30: 2022-06-27
------------------

New features:
- Allow zero-width-escape sequences in `print_formatted_text`.
- Add default value option for input dialog.
- Added `has_suggestion` filter.

Fixes:
- Fix rendering of control-shift-6 (or control-^). Render as '^^'
- Always wrap lines in the Label widget by default.
- Fix enter key binding in system toolbar in Vi mode.
- Improved handling of stdout objects that don't have a 'buffer' attribute. For
  instance, when using `renderer_print_formatted_text` in a Jupyter Notebook.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-prompt_toolkit/Makefile
cvs rdiff -u -r1.16 -r1.17 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.15 pkgsrc/devel/py-prompt_toolkit/Makefile:1.16
--- pkgsrc/devel/py-prompt_toolkit/Makefile:1.15        Wed Apr  6 15:19:43 2022
+++ pkgsrc/devel/py-prompt_toolkit/Makefile     Fri Jul  1 17:31:51 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2022/04/06 15:19:43 adam Exp $
+# $NetBSD: Makefile,v 1.16 2022/07/01 17:31:51 adam Exp $
 
-DISTNAME=      prompt_toolkit-3.0.29
+DISTNAME=      prompt_toolkit-3.0.30
 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.16 pkgsrc/devel/py-prompt_toolkit/distinfo:1.17
--- pkgsrc/devel/py-prompt_toolkit/distinfo:1.16        Wed Apr  6 15:19:43 2022
+++ pkgsrc/devel/py-prompt_toolkit/distinfo     Fri Jul  1 17:31:51 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2022/04/06 15:19:43 adam Exp $
+$NetBSD: distinfo,v 1.17 2022/07/01 17:31:51 adam Exp $
 
-BLAKE2s (prompt_toolkit-3.0.29.tar.gz) = dd1ca1a0d39555a9aafdebb2b177f4407944a867bcc11d92a6c0068cde2888c8
-SHA512 (prompt_toolkit-3.0.29.tar.gz) = a0d1562fe4ced52972ca7ee3bc9fe158865461b28be393436651f326cf2ddf0553d49ac8051ed700ef95d3ce2a76b9fcc10d92b6890203aca4e27e050cb814c0
-Size (prompt_toolkit-3.0.29.tar.gz) = 417831 bytes
+BLAKE2s (prompt_toolkit-3.0.30.tar.gz) = bf008c794213caed29560c7a7f1410537c9cef6e6159cb005028d50c738355d1
+SHA512 (prompt_toolkit-3.0.30.tar.gz) = cb0b9d71b09c353f2674052d75ec16a1803e0868ff5dd5625eefae767d45699b1b6bb99e4d98d3bca7ced7b60f52806ec10ed7ccab8a830c62d51baeeace23f7
+Size (prompt_toolkit-3.0.30.tar.gz) = 418985 bytes



Home | Main Index | Thread Index | Old Index