pkgsrc-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/7474fd11eb78
branches:  trunk
changeset: 422501:7474fd11eb78
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 28 08:01:51 2020 +0000

description:
py-prompt_toolkit2: updated to 3.0.3

3.0.3:
New features:
- Improved support for "dumb" terminals.
- Added support for new keys (vt100 ANSI sequences): Alt +
  home/end/page-up/page-down/insert.
- Better performance for the "regular languages compiler". Generate fewer and
  better regular expressions. This should improve the start-up time for
  applications using this feature.
- Better detection of default color depth.
- Improved the progress bar:
  * Set "time left" to 0 when done or stopped.
  * Added `ProgressBarCounter.stopped`.
- Accept callables for `scroll_offset`, `min_brightness` and `max_brightness`.
- Added `always_prefer_tty` parameters to `create_input()` and `create_output()`.
- Create a new event loop in `Application.run()` if `get_event_loop()` raises
  `Runtimeerror`.

Fixes:
- Correct cancellation of flush timers for input. (Fixes resource leak where
  too many useless coroutines were created.)
- Improved the Win32 input event loop. This fixes a bug where the
  prompt_toolkit application is stopped by something other than user input. (In
  that case, the application would hang, waiting for input.) This also fixes a
  `RuntimeError` in the progress bar code.
- Fixed `line-number.current` style. (was `current-line-number`.)
- Handle situation where stdout is no longer a tty (fix bug in `get_size`).
- Fix parsing of true color in ANSI strings.
- Ignore `invalidate()` if the application is not running.

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 a395cfc30384 -r 7474fd11eb78 devel/py-prompt_toolkit2/Makefile
--- a/devel/py-prompt_toolkit2/Makefile Tue Jan 28 07:34:57 2020 +0000
+++ b/devel/py-prompt_toolkit2/Makefile Tue Jan 28 08:01:51 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/12/01 11:46:18 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/01/28 08:01:51 adam Exp $
 
-DISTNAME=      prompt_toolkit-3.0.2
+DISTNAME=      prompt_toolkit-3.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/prompt_toolkit/}
diff -r a395cfc30384 -r 7474fd11eb78 devel/py-prompt_toolkit2/distinfo
--- a/devel/py-prompt_toolkit2/distinfo Tue Jan 28 07:34:57 2020 +0000
+++ b/devel/py-prompt_toolkit2/distinfo Tue Jan 28 08:01:51 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/12/01 11:46:18 adam Exp $
+$NetBSD: distinfo,v 1.7 2020/01/28 08:01:51 adam Exp $
 
-SHA1 (prompt_toolkit-3.0.2.tar.gz) = fdec4e24c78d4fb2da680c184425e305017eee61
-RMD160 (prompt_toolkit-3.0.2.tar.gz) = bde1850db7927fb5ad5514303464a9aec5fb0302
-SHA512 (prompt_toolkit-3.0.2.tar.gz) = fd941ea32b5809dcb027a2bb36b99d3742bd092760e24a8e86646cf0c02ae6fb73ae8e9bd28da1391196112cd98841d072c9e2b46d61f1cd3b0a5539097480bb
-Size (prompt_toolkit-3.0.2.tar.gz) = 357860 bytes
+SHA1 (prompt_toolkit-3.0.3.tar.gz) = 951f28624b2a3e7170efa09fa27eddc367d50dd0
+RMD160 (prompt_toolkit-3.0.3.tar.gz) = efe2501cca7560015dd636c50f98580a60aae827
+SHA512 (prompt_toolkit-3.0.3.tar.gz) = 4fde083359445c6195c4f15d69e380a3454147e41aaa022cb237734896be191102de92509c011b39d6b31304b6443e8ba0092874fb90db911081f90e9e53b66a
+Size (prompt_toolkit-3.0.3.tar.gz) = 2997855 bytes



Home | Main Index | Thread Index | Old Index