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:           Wed Apr  6 15:19:43 UTC 2022

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

Log Message:
py-prompt_toolkit: updated to 3.0.29

3.0.29: 2022-04-04
------------------

New features:
- Accept 'handle_sigint' parameter in PromptSession.

Fixes
- Fix 'variable referenced before assignment' error in vt100 mouse bindings.
- Pass `handle_sigint` from `Application.run` to `Application.run_async`.
- Fix detection of telnet client side changes.
- Fix `print_container` utility (handle `EOFError`).

Breaking changes:
- The following are now context managers:
  `create_pipe_input`, `PosixPipeInput` and `Win32PipeInput`.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-prompt_toolkit/Makefile
cvs rdiff -u -r1.15 -r1.16 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.14 pkgsrc/devel/py-prompt_toolkit/Makefile:1.15
--- pkgsrc/devel/py-prompt_toolkit/Makefile:1.14        Fri Feb 11 10:01:12 2022
+++ pkgsrc/devel/py-prompt_toolkit/Makefile     Wed Apr  6 15:19:43 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2022/02/11 10:01:12 adam Exp $
+# $NetBSD: Makefile,v 1.15 2022/04/06 15:19:43 adam Exp $
 
-DISTNAME=      prompt_toolkit-3.0.28
+DISTNAME=      prompt_toolkit-3.0.29
 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.15 pkgsrc/devel/py-prompt_toolkit/distinfo:1.16
--- pkgsrc/devel/py-prompt_toolkit/distinfo:1.15        Fri Feb 11 10:01:12 2022
+++ pkgsrc/devel/py-prompt_toolkit/distinfo     Wed Apr  6 15:19:43 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/02/11 10:01:12 adam Exp $
+$NetBSD: distinfo,v 1.16 2022/04/06 15:19:43 adam Exp $
 
-BLAKE2s (prompt_toolkit-3.0.28.tar.gz) = cbe5c5111f7dd00f8dd9f22d76148ae5f7c538a41045cd8b887f2fd7d095ee23
-SHA512 (prompt_toolkit-3.0.28.tar.gz) = 143771bbb96ca761ba1e47dbe22b532081f39a6769935d90e320217f8566b15be5407aba5e7ff48d9e3e71782c9c9604536b0284c6e322179101adecbedd5ee5
-Size (prompt_toolkit-3.0.28.tar.gz) = 3057388 bytes
+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



Home | Main Index | Thread Index | Old Index