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:           Fri Sep  2 14:44:55 UTC 2022

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

Log Message:
py-prompt_toolkit: updated to 3.0.31

3.0.31: 2022-09-02
------------------
New features:
- Pass through `name` property in `TextArea` widget to `Buffer`.
- Added a `enable_cpr` parameter to `Vt100_Output`, `TelnetServer` and
  `PromptToolkitSSHServer`, to completely disable CPR support instead of
  automatically detecting it.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-prompt_toolkit/Makefile
cvs rdiff -u -r1.17 -r1.18 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.16 pkgsrc/devel/py-prompt_toolkit/Makefile:1.17
--- pkgsrc/devel/py-prompt_toolkit/Makefile:1.16        Fri Jul  1 17:31:51 2022
+++ pkgsrc/devel/py-prompt_toolkit/Makefile     Fri Sep  2 14:44:55 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2022/07/01 17:31:51 adam Exp $
+# $NetBSD: Makefile,v 1.17 2022/09/02 14:44:55 adam Exp $
 
-DISTNAME=      prompt_toolkit-3.0.30
+DISTNAME=      prompt_toolkit-3.0.31
 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.17 pkgsrc/devel/py-prompt_toolkit/distinfo:1.18
--- pkgsrc/devel/py-prompt_toolkit/distinfo:1.17        Fri Jul  1 17:31:51 2022
+++ pkgsrc/devel/py-prompt_toolkit/distinfo     Fri Sep  2 14:44:55 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2022/07/01 17:31:51 adam Exp $
+$NetBSD: distinfo,v 1.18 2022/09/02 14:44:55 adam Exp $
 
-BLAKE2s (prompt_toolkit-3.0.30.tar.gz) = bf008c794213caed29560c7a7f1410537c9cef6e6159cb005028d50c738355d1
-SHA512 (prompt_toolkit-3.0.30.tar.gz) = cb0b9d71b09c353f2674052d75ec16a1803e0868ff5dd5625eefae767d45699b1b6bb99e4d98d3bca7ced7b60f52806ec10ed7ccab8a830c62d51baeeace23f7
-Size (prompt_toolkit-3.0.30.tar.gz) = 418985 bytes
+BLAKE2s (prompt_toolkit-3.0.31.tar.gz) = 75efe18df4e53e6354e04cde39e6c3ae5b9faddfd33a60bb4b2ca678d157bd73
+SHA512 (prompt_toolkit-3.0.31.tar.gz) = dccb0df339a498befbc756b40d5140662f20bf594f7b6a9314a156a1d16704f329b43a329cf979f8317a800363875aebe95569be69727b598b6e3f2af86eb591
+Size (prompt_toolkit-3.0.31.tar.gz) = 418926 bytes



Home | Main Index | Thread Index | Old Index