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 Jan 28 08:01:51 UTC 2020
Modified Files:
pkgsrc/devel/py-prompt_toolkit2: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/devel/py-prompt_toolkit2/Makefile:1.7
--- pkgsrc/devel/py-prompt_toolkit2/Makefile:1.6 Sun Dec 1 11:46:18 2019
+++ pkgsrc/devel/py-prompt_toolkit2/Makefile Tue Jan 28 08:01:51 2020
@@ -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/}
Index: pkgsrc/devel/py-prompt_toolkit2/distinfo
diff -u pkgsrc/devel/py-prompt_toolkit2/distinfo:1.6 pkgsrc/devel/py-prompt_toolkit2/distinfo:1.7
--- pkgsrc/devel/py-prompt_toolkit2/distinfo:1.6 Sun Dec 1 11:46:18 2019
+++ pkgsrc/devel/py-prompt_toolkit2/distinfo Tue Jan 28 08:01:51 2020
@@ -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