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: Mon Nov 21 17:35:39 UTC 2022
Modified Files:
pkgsrc/devel/py-prompt_toolkit: Makefile distinfo
Log Message:
py-prompt_toolkit: updated to 3.0.33
3.0.33: 2022-11-21
------------------
Fixes:
- Improve termination of `Application`. Don't suppress `CancelledError`. This
fixes a race condition when an `Application` gets cancelled while we're
waiting for the background tasks to complete.
- Fixed typehint for `OneStyleAndTextTuple`.
- Small bugfix in `CombinedRegistry`. Fixed missing `@property`.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-prompt_toolkit/Makefile
cvs rdiff -u -r1.19 -r1.20 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.18 pkgsrc/devel/py-prompt_toolkit/Makefile:1.19
--- pkgsrc/devel/py-prompt_toolkit/Makefile:1.18 Wed Nov 9 09:25:26 2022
+++ pkgsrc/devel/py-prompt_toolkit/Makefile Mon Nov 21 17:35:39 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2022/11/09 09:25:26 adam Exp $
+# $NetBSD: Makefile,v 1.19 2022/11/21 17:35:39 adam Exp $
-DISTNAME= prompt_toolkit-3.0.32
+DISTNAME= prompt_toolkit-3.0.33
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.19 pkgsrc/devel/py-prompt_toolkit/distinfo:1.20
--- pkgsrc/devel/py-prompt_toolkit/distinfo:1.19 Wed Nov 9 09:25:26 2022
+++ pkgsrc/devel/py-prompt_toolkit/distinfo Mon Nov 21 17:35:39 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2022/11/09 09:25:26 adam Exp $
+$NetBSD: distinfo,v 1.20 2022/11/21 17:35:39 adam Exp $
-BLAKE2s (prompt_toolkit-3.0.32.tar.gz) = d7625445ba52b0096c7563fa893cf400d7a25593409fde08a36a29e26328772e
-SHA512 (prompt_toolkit-3.0.32.tar.gz) = f219c3318616092b50a2d7cb18b2876fd6056bf22e2ab420e0f723a9d800bbbe301840839acc9139d7f13f6ef633a05fe598b52c2f5fbed3ed22e7cfb102eb5b
-Size (prompt_toolkit-3.0.32.tar.gz) = 419599 bytes
+BLAKE2s (prompt_toolkit-3.0.33.tar.gz) = 7e71e533dbff8fc17ba28bf61baaac4d2dee1f7342581afc49289e3a214210ad
+SHA512 (prompt_toolkit-3.0.33.tar.gz) = 72531829389b5302617660a7b3a66b22b7e7af4d9f60710628a3bea45b8b58152c90b7fddea660cab61fdabdc4136441a3aa56846c2024eec0ed3f236028bc3c
+Size (prompt_toolkit-3.0.33.tar.gz) = 420748 bytes
Home |
Main Index |
Thread Index |
Old Index