Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-prompt_toolkit2 py-prompt_toolkit2: updated t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be23571f2ef2
branches:  trunk
changeset: 438696:be23571f2ef2
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Sep 08 17:36:58 2020 +0000

description:
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`.

diffstat:

 devel/py-prompt_toolkit2/Makefile |   4 ++--
 devel/py-prompt_toolkit2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 234e4fcdec3b -r be23571f2ef2 devel/py-prompt_toolkit2/Makefile
--- a/devel/py-prompt_toolkit2/Makefile Tue Sep 08 13:49:20 2020 +0000
+++ b/devel/py-prompt_toolkit2/Makefile Tue Sep 08 17:36:58 2020 +0000
@@ -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/}
diff -r 234e4fcdec3b -r be23571f2ef2 devel/py-prompt_toolkit2/distinfo
--- a/devel/py-prompt_toolkit2/distinfo Tue Sep 08 13:49:20 2020 +0000
+++ b/devel/py-prompt_toolkit2/distinfo Tue Sep 08 17:36:58 2020 +0000
@@ -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