pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-prompt_toolkit2



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 13 11:09:25 UTC 2020

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

Log Message:
py-prompt_toolkit2: updated to 3.0.8

3.0.8:

New features:
- Added `validator` parameter to `input_dialog`.

Fixes:
- Cope with stdout not having a working `fileno`.
- Handle situation when /dev/null is piped into stdin, or when stdin is closed
  somehow.
- Fix for telnet/ssh server: `isatty` method was not implemented.
- Display correct error when a tuple is passed into `to_formatted_text`.
- Pass along WORD parameter in `Document._is_word_before_cursor_complete`.
  Fixes some key bindings.
- Expose `ProgressBarCounter` in shortcuts module.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-prompt_toolkit2/Makefile \
    pkgsrc/devel/py-prompt_toolkit2/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_toolkit2/Makefile
diff -u pkgsrc/devel/py-prompt_toolkit2/Makefile:1.11 pkgsrc/devel/py-prompt_toolkit2/Makefile:1.12
--- pkgsrc/devel/py-prompt_toolkit2/Makefile:1.11       Tue Sep  8 17:36:58 2020
+++ pkgsrc/devel/py-prompt_toolkit2/Makefile    Tue Oct 13 11:09:25 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/09/08 17:36:58 adam Exp $
+# $NetBSD: Makefile,v 1.12 2020/10/13 11:09:25 adam Exp $
 
-DISTNAME=      prompt_toolkit-3.0.7
+DISTNAME=      prompt_toolkit-3.0.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/prompt_toolkit/}
Index: pkgsrc/devel/py-prompt_toolkit2/distinfo
diff -u pkgsrc/devel/py-prompt_toolkit2/distinfo:1.11 pkgsrc/devel/py-prompt_toolkit2/distinfo:1.12
--- pkgsrc/devel/py-prompt_toolkit2/distinfo:1.11       Tue Sep  8 17:36:58 2020
+++ pkgsrc/devel/py-prompt_toolkit2/distinfo    Tue Oct 13 11:09:25 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2020/09/08 17:36:58 adam Exp $
+$NetBSD: distinfo,v 1.12 2020/10/13 11:09:25 adam Exp $
 
-SHA1 (prompt_toolkit-3.0.7.tar.gz) = 9bfef203f8a9f667675f97e5717f2b48c299edc8
-RMD160 (prompt_toolkit-3.0.7.tar.gz) = a783264901566c5554881a596162b3f4ad4bdbe7
-SHA512 (prompt_toolkit-3.0.7.tar.gz) = 3ee4cf65f175343273eb2c1b76250b35430ac3f3ee7cc61bfbcca86a717fdaaf74c723dba400d872b47b06883bed959b166df33b8960173beb466edf9266ff43
-Size (prompt_toolkit-3.0.7.tar.gz) = 3018359 bytes
+SHA1 (prompt_toolkit-3.0.8.tar.gz) = 272c07d618ac1d92867b0d5cbf00a75fc33ad82f
+RMD160 (prompt_toolkit-3.0.8.tar.gz) = 80d164de887d7bea9a01d91fcc2acee7e2fbcdd3
+SHA512 (prompt_toolkit-3.0.8.tar.gz) = 6c721a7346daec16eb28d3727fb24ea6d5341e7c94081f9822f8337da379a8f576388457db23c9e040105d43563bbac5061b08a38dccc7f9c4420afd10141643
+Size (prompt_toolkit-3.0.8.tar.gz) = 3019536 bytes



Home | Main Index | Thread Index | Old Index