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


(adam)
diff -r1.15 -r1.16 pkgsrc/devel/py-prompt_toolkit/Makefile
diff -r1.16 -r1.17 pkgsrc/devel/py-prompt_toolkit/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/devel/py-prompt_toolkit/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-prompt_toolkit/Makefile 2022/04/06 15:19:43 1.15
+++ pkgsrc/devel/py-prompt_toolkit/Makefile 2022/07/01 17:31:51 1.16
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.15 2022/04/06 15:19:43 adam Exp $ 1# $NetBSD: Makefile,v 1.16 2022/07/01 17:31:51 adam Exp $
2 2
3DISTNAME= prompt_toolkit-3.0.29 3DISTNAME= prompt_toolkit-3.0.30
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/prompt_toolkit/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/prompt_toolkit/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/jonathanslenders/python-prompt-toolkit 9HOMEPAGE= https://github.com/jonathanslenders/python-prompt-toolkit
10COMMENT= Library for building powerful interactive command lines 10COMMENT= Library for building powerful interactive command lines
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth 13DEPENDS+= ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
14TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner 14TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none

cvs diff -r1.16 -r1.17 pkgsrc/devel/py-prompt_toolkit/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-prompt_toolkit/distinfo 2022/04/06 15:19:43 1.16
+++ pkgsrc/devel/py-prompt_toolkit/distinfo 2022/07/01 17:31:51 1.17
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.16 2022/04/06 15:19:43 adam Exp $ 1$NetBSD: distinfo,v 1.17 2022/07/01 17:31:51 adam Exp $
2 2
3BLAKE2s (prompt_toolkit-3.0.29.tar.gz) = dd1ca1a0d39555a9aafdebb2b177f4407944a867bcc11d92a6c0068cde2888c8 3BLAKE2s (prompt_toolkit-3.0.30.tar.gz) = bf008c794213caed29560c7a7f1410537c9cef6e6159cb005028d50c738355d1
4SHA512 (prompt_toolkit-3.0.29.tar.gz) = a0d1562fe4ced52972ca7ee3bc9fe158865461b28be393436651f326cf2ddf0553d49ac8051ed700ef95d3ce2a76b9fcc10d92b6890203aca4e27e050cb814c0 4SHA512 (prompt_toolkit-3.0.30.tar.gz) = cb0b9d71b09c353f2674052d75ec16a1803e0868ff5dd5625eefae767d45699b1b6bb99e4d98d3bca7ced7b60f52806ec10ed7ccab8a830c62d51baeeace23f7
5Size (prompt_toolkit-3.0.29.tar.gz) = 417831 bytes 5Size (prompt_toolkit-3.0.30.tar.gz) = 418985 bytes