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 Sep  8 17:36:58 UTC 2020

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

Log Message:
py-prompt_toolkit2: updated to 3.0.7

3.0.7:

New features:
- New "placeholder" parameter added to `PromptSession`.

Other changes:
- The "respond to CPR" logic has been moved from the `Input` to `Output`
  classes (this does clean up some code).

Fixes:
- Bugfix in shift-selection key bindings.
- Fix hight calculation of `FormattedTextControl` when line wrapping is turned
  on.
- Fixes for SSH server:
  * Missing encoding property.
  * Fix failure in "set_line_mode" call.
  * Handle `BrokenPipeError`.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/devel/py-prompt_toolkit2/Makefile:1.11
--- pkgsrc/devel/py-prompt_toolkit2/Makefile:1.10       Tue Aug 11 06:34:53 2020
+++ pkgsrc/devel/py-prompt_toolkit2/Makefile    Tue Sep  8 17:36:58 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/08/11 06:34:53 adam Exp $
+# $NetBSD: Makefile,v 1.11 2020/09/08 17:36:58 adam Exp $
 
-DISTNAME=      prompt_toolkit-3.0.6
+DISTNAME=      prompt_toolkit-3.0.7
 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.10 pkgsrc/devel/py-prompt_toolkit2/distinfo:1.11
--- pkgsrc/devel/py-prompt_toolkit2/distinfo:1.10       Tue Aug 11 06:34:53 2020
+++ pkgsrc/devel/py-prompt_toolkit2/distinfo    Tue Sep  8 17:36:58 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/08/11 06:34:53 adam Exp $
+$NetBSD: distinfo,v 1.11 2020/09/08 17:36:58 adam Exp $
 
-SHA1 (prompt_toolkit-3.0.6.tar.gz) = 995dfffe65865e0a2adfe1676d7a012b832831fd
-RMD160 (prompt_toolkit-3.0.6.tar.gz) = f46b07c581a9dcb343b06d1c7468e41b6c87d750
-SHA512 (prompt_toolkit-3.0.6.tar.gz) = 44c47f8f331b7fca3fb9449cbb9ad6b2703fa83bff30274cabfd888c1d149b1f2305f3a08cf53143c86d9889096775e776272ee56aeb1f3664a8399a4eecae08
-Size (prompt_toolkit-3.0.6.tar.gz) = 369730 bytes
+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



Home | Main Index | Thread Index | Old Index