diff mbox series

[meta-python,2/2] python3-prompt-toolkit: Upgrade 3.0.30 -> 3.0.31

Message ID 20220905140944.2017445-2-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/2] python3-imageio: Upgrade 2.21.1 -> 2.21.2 | expand

Commit Message

Leon Anavi Sept. 5, 2022, 2:09 p.m. UTC
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 <leon.anavi@konsulko.com>
---
 ...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 mbox series

Patch

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 15627b1eb..0b8962ded 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