From 1830c04a549b73a8775d883a32c1af19597430a4 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 5 Sep 2022 17:09:44 +0300 Subject: [PATCH] python3-prompt-toolkit: Upgrade 3.0.30 -> 3.0.31 Upgrade to release 3.0.31: - 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. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- ...rompt-toolkit_3.0.30.bb => python3-prompt-toolkit_3.0.31.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-prompt-toolkit_3.0.30.bb => python3-prompt-toolkit_3.0.31.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.30.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.31.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.30.bb rename to meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.31.bb index 15627b1eb0..0b8962dedf 100644 --- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.30.bb +++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.31.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f" -SRC_URI[sha256sum] = "859b283c50bde45f5f97829f77a4674d1c1fcd88539364f1b28a37805cfd89c0" +SRC_URI[sha256sum] = "9ada952c9d1787f52ff6d5f3484d0b4df8952787c087edf6a1f7c2cb1ea88148" inherit pypi setuptools3