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/c15960272073
branches:  trunk
changeset: 418687:c15960272073
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Dec 01 11:46:18 2019 +0000

description:
py-prompt_toolkit2: updated to 3.0.2

3.0.2:

Fixes:
- Bugfix in the UI invalidation. Fixes an issue when the application runs again
  on another event loop.


3.0.1:

New features:
- Added `new_eventloop_with_inputhook` function.
- Set exception handler from within `Application.run_async`.
- Applied Black code style.

Fixes:
- No longer expect a working event loop in the `History` classes.
  (Fix for special situations when a `ThreadedHistory` is created before the
  event loop has been set up.)
- Accept an empty prompt continuation.
- A few fixes to the `Buffer` tempfile code.

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 70725c9450ee -r c15960272073 devel/py-prompt_toolkit2/Makefile
--- a/devel/py-prompt_toolkit2/Makefile Sun Dec 01 11:45:35 2019 +0000
+++ b/devel/py-prompt_toolkit2/Makefile Sun Dec 01 11:46:18 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/11/28 06:25:06 adam Exp $
+# $NetBSD: Makefile,v 1.6 2019/12/01 11:46:18 adam Exp $
 
-DISTNAME=      prompt_toolkit-3.0.0
+DISTNAME=      prompt_toolkit-3.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/prompt_toolkit/}
diff -r 70725c9450ee -r c15960272073 devel/py-prompt_toolkit2/distinfo
--- a/devel/py-prompt_toolkit2/distinfo Sun Dec 01 11:45:35 2019 +0000
+++ b/devel/py-prompt_toolkit2/distinfo Sun Dec 01 11:46:18 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2019/11/28 06:25:06 adam Exp $
+$NetBSD: distinfo,v 1.6 2019/12/01 11:46:18 adam Exp $
 
-SHA1 (prompt_toolkit-3.0.0.tar.gz) = d63e48d00c8d9154dd2ed78453d2557d02eaa7d6
-RMD160 (prompt_toolkit-3.0.0.tar.gz) = 9de257143a25fd96ff1531ae4230cb77cf1758b2
-SHA512 (prompt_toolkit-3.0.0.tar.gz) = 748a77d5554f32f1a4808c318f6799309f6d2310e7e1ae37518325d1c9fd1f512c733e693b214bb3e2e4a9717ea025eea742989a373718abae424ece7d536451
-Size (prompt_toolkit-3.0.0.tar.gz) = 354907 bytes
+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



Home | Main Index | Thread Index | Old Index