pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-prompt_toolkit



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 21 16:59:14 UTC 2021

Modified Files:
        pkgsrc/devel/py-prompt_toolkit: Makefile distinfo

Log Message:
py-prompt_toolkit: updated to 3.0.20

3.0.20: 2021-08-20
------------------

New features:
- Add support for strikethrough text attributes.
- Set up custom breakpointhook while an application is running (if no other
  breakpointhook was installed). This enhances the usage of PDB for debugging
  applications.
- Strict type checking is now enabled.

Fixes:
- Ensure that `print_formatted_text` is always printed above the running
  application, like `patch_stdout`. (Before, `patch_stdout` was even completely
  ignored in case of `print_formatted_text, so there was no proper way to use
  it in a running application.)
- Fix handling of non-bmp unicode input on Windows.
- Set minimum Python version to 3.6.2 (Some 3.6.2 features were used).


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-prompt_toolkit/Makefile \
    pkgsrc/devel/py-prompt_toolkit/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_toolkit/Makefile
diff -u pkgsrc/devel/py-prompt_toolkit/Makefile:1.5 pkgsrc/devel/py-prompt_toolkit/Makefile:1.6
--- pkgsrc/devel/py-prompt_toolkit/Makefile:1.5 Mon Jun 28 06:48:39 2021
+++ pkgsrc/devel/py-prompt_toolkit/Makefile     Sat Aug 21 16:59:14 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2021/06/28 06:48:39 adam Exp $
+# $NetBSD: Makefile,v 1.6 2021/08/21 16:59:14 adam Exp $
 
-DISTNAME=      prompt_toolkit-3.0.19
+DISTNAME=      prompt_toolkit-3.0.20
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/prompt_toolkit/}
Index: pkgsrc/devel/py-prompt_toolkit/distinfo
diff -u pkgsrc/devel/py-prompt_toolkit/distinfo:1.5 pkgsrc/devel/py-prompt_toolkit/distinfo:1.6
--- pkgsrc/devel/py-prompt_toolkit/distinfo:1.5 Mon Jun 28 06:48:39 2021
+++ pkgsrc/devel/py-prompt_toolkit/distinfo     Sat Aug 21 16:59:14 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/06/28 06:48:39 adam Exp $
+$NetBSD: distinfo,v 1.6 2021/08/21 16:59:14 adam Exp $
 
-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
+SHA1 (prompt_toolkit-3.0.20.tar.gz) = 20fe2a6126ee2b992d9f77cd20e4b80626b036d7
+RMD160 (prompt_toolkit-3.0.20.tar.gz) = 69b0ee0261552ddb50a7271b38a523689c01ff26
+SHA512 (prompt_toolkit-3.0.20.tar.gz) = 3f2a0edb4c7756cdcfd0ddf19f6016910aaa5de3ca8ee0dac11bd0fdece301b4d562681294b7cf9e6d5eb20937106f771ffaf312961cda4477ce534cce8d8db4
+Size (prompt_toolkit-3.0.20.tar.gz) = 3037349 bytes



Home | Main Index | Thread Index | Old Index