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:           Thu Nov  4 13:27:50 UTC 2021

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

Log Message:
py-prompt_toolkit: updated to 3.0.22

3.0.22: 2021-11-04
------------------

Fixes:
- Fix stopping of telnet server (capture cancellation exception).

3.0.21: 2021-10-21
------------------

New features:
- Improved mouse support:
  * Support for click-drag, which is useful for selecting text.
  * Detect mouse movements when no button is pressed.
- Support for Python 3.10.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-prompt_toolkit/Makefile
cvs rdiff -u -r1.8 -r1.9 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.6 pkgsrc/devel/py-prompt_toolkit/Makefile:1.7
--- pkgsrc/devel/py-prompt_toolkit/Makefile:1.6 Sat Aug 21 16:59:14 2021
+++ pkgsrc/devel/py-prompt_toolkit/Makefile     Thu Nov  4 13:27:50 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2021/08/21 16:59:14 adam Exp $
+# $NetBSD: Makefile,v 1.7 2021/11/04 13:27:50 adam Exp $
 
-DISTNAME=      prompt_toolkit-3.0.20
+DISTNAME=      prompt_toolkit-3.0.22
 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.8 pkgsrc/devel/py-prompt_toolkit/distinfo:1.9
--- pkgsrc/devel/py-prompt_toolkit/distinfo:1.8 Tue Oct 26 10:18:46 2021
+++ pkgsrc/devel/py-prompt_toolkit/distinfo     Thu Nov  4 13:27:50 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:18:46 nia Exp $
+$NetBSD: distinfo,v 1.9 2021/11/04 13:27:50 adam Exp $
 
-BLAKE2s (prompt_toolkit-3.0.20.tar.gz) = 6c08db5b8ab5170a2aa7b643564a0b5449e82f6a73096e6d6ab285fa35602706
-SHA512 (prompt_toolkit-3.0.20.tar.gz) = 3f2a0edb4c7756cdcfd0ddf19f6016910aaa5de3ca8ee0dac11bd0fdece301b4d562681294b7cf9e6d5eb20937106f771ffaf312961cda4477ce534cce8d8db4
-Size (prompt_toolkit-3.0.20.tar.gz) = 3037349 bytes
+BLAKE2s (prompt_toolkit-3.0.22.tar.gz) = 3f3e407572a1a2dd4325f5724de9174611510cb197dc0e19dca0cdf5649f5f30
+SHA512 (prompt_toolkit-3.0.22.tar.gz) = 859f5df00792fa9332c9dc6a7b12e01048aa6b2cd88c35fe5e3521defee69ef9122e4f7f415711538b22171e2519ce846062270f319f12ac4390406036d715fb
+Size (prompt_toolkit-3.0.22.tar.gz) = 3041540 bytes



Home | Main Index | Thread Index | Old Index