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: Wed Dec 7 09:42:08 UTC 2022
Modified Files:
pkgsrc/devel/py-prompt_toolkit: Makefile distinfo
Log Message:
py-prompt_toolkit: updated to 3.0.36
3.0.36: 2022-12-06
------------------
Fixes:
- Another Python 3.6 fix for a bug that was introduced in 3.0.34.
3.0.35: 2022-12-06
------------------
Fixes:
- Fix bug introduced in 3.0.34 for Python 3.6. Use asynccontextmanager
implementation from prompt_toolkit itself.
3.0.34: 2022-12-06
------------------
Fixes:
- Improve completion performance in various places.
- Improve renderer performance.
- Handle `KeyboardInterrupt` when the stacktrace of an unhandled error is
displayed.
- Use correct event loop in `Application.create_background_task()`.
- Fix `show_cursor` attribute in `ScrollablePane`.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-prompt_toolkit/Makefile
cvs rdiff -u -r1.20 -r1.21 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.19 pkgsrc/devel/py-prompt_toolkit/Makefile:1.20
--- pkgsrc/devel/py-prompt_toolkit/Makefile:1.19 Mon Nov 21 17:35:39 2022
+++ pkgsrc/devel/py-prompt_toolkit/Makefile Wed Dec 7 09:42:08 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2022/11/21 17:35:39 adam Exp $
+# $NetBSD: Makefile,v 1.20 2022/12/07 09:42:08 adam Exp $
-DISTNAME= prompt_toolkit-3.0.33
+DISTNAME= prompt_toolkit-3.0.36
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.20 pkgsrc/devel/py-prompt_toolkit/distinfo:1.21
--- pkgsrc/devel/py-prompt_toolkit/distinfo:1.20 Mon Nov 21 17:35:39 2022
+++ pkgsrc/devel/py-prompt_toolkit/distinfo Wed Dec 7 09:42:08 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2022/11/21 17:35:39 adam Exp $
+$NetBSD: distinfo,v 1.21 2022/12/07 09:42:08 adam Exp $
-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
+BLAKE2s (prompt_toolkit-3.0.36.tar.gz) = 63690717d0ac37a903dd4bb7e78116b8a0a3737fdda1a9c068b8523c21103958
+SHA512 (prompt_toolkit-3.0.36.tar.gz) = db77a3acb8a985b1df3d82eca7ac30fbd5e85bf3bc77f0f6da13af8064a7d4dc9d7fd57be3eabe5eecce610c8220ad493d296f2e425a8f69d62fddd1e419af1e
+Size (prompt_toolkit-3.0.36.tar.gz) = 423863 bytes
Home |
Main Index |
Thread Index |
Old Index