pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-prompt_toolkit py-prompt_toolkit: updated to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f890106293b5
branches:  trunk
changeset: 455079:f890106293b5
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jun 28 06:48:39 2021 +0000

description:
py-prompt_toolkit: updated to 3.0.19

3.0.19:

Fixes:
- Make the flush method of the vt100 output implementation re-entrant (fixes an
  issue when using aiogevent).
- Fix off-by-one in `FormattedTextControl` mouse logic.
- Run `print_container` always in a thread (avoid interfering with possible
  event loop).
- Make sphinx autodoc generation platform agnostic (don't import Windows stuff
  when generating Sphinx docs).

diffstat:

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

diffs (27 lines):

diff -r 22aff69b980b -r f890106293b5 devel/py-prompt_toolkit/Makefile
--- a/devel/py-prompt_toolkit/Makefile  Sun Jun 27 23:29:38 2021 +0000
+++ b/devel/py-prompt_toolkit/Makefile  Mon Jun 28 06:48:39 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2021/06/10 07:08:56 adam Exp $
+# $NetBSD: Makefile,v 1.5 2021/06/28 06:48:39 adam Exp $
 
-DISTNAME=      prompt_toolkit-3.0.18
+DISTNAME=      prompt_toolkit-3.0.19
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/prompt_toolkit/}
diff -r 22aff69b980b -r f890106293b5 devel/py-prompt_toolkit/distinfo
--- a/devel/py-prompt_toolkit/distinfo  Sun Jun 27 23:29:38 2021 +0000
+++ b/devel/py-prompt_toolkit/distinfo  Mon Jun 28 06:48:39 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/06/10 07:08:56 adam Exp $
+$NetBSD: distinfo,v 1.5 2021/06/28 06:48:39 adam Exp $
 
-SHA1 (prompt_toolkit-3.0.18.tar.gz) = 19c0b8e4f4210d8596deca156c91f4eb41ece4d3
-RMD160 (prompt_toolkit-3.0.18.tar.gz) = 222de988a081e6e3d51ec661b29c170b35ee0956
-SHA512 (prompt_toolkit-3.0.18.tar.gz) = be2dbd72a1e08553c0e50453958b6085a7d743464acd02b303e5002e1174d672d2cadd7a992e71d0445aa2f2be7565411ae4d00c3677c275eca056a20ad9efc8
-Size (prompt_toolkit-3.0.18.tar.gz) = 3034754 bytes
+SHA1 (prompt_toolkit-3.0.19.tar.gz) = 5cbeec60d4608c0aba49b4f93c36c6c4c9c22a7f
+RMD160 (prompt_toolkit-3.0.19.tar.gz) = 537775b7a6823ac14496e0a06657b3ee18ed61e2
+SHA512 (prompt_toolkit-3.0.19.tar.gz) = 0f3f7c5a2d12e03e06e900a4239f86f27d959fa7337d072dae8c79bbcd2ffd4c1026d1531210e34a4f4669d483b20b9d2f49c7625d0d7aa1fcb1e3f9f3894349
+Size (prompt_toolkit-3.0.19.tar.gz) = 3034818 bytes



Home | Main Index | Thread Index | Old Index