From e74212926185825c41e3f902de708fd16af677ac Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 8 Feb 2023 16:12:39 +0800 Subject: [PATCH] python3-ipython: upgrade 8.8.0 -> 8.9.0 Changelog: ========= - right accepts a single character from suggestion - ctrl+right accepts a semantic token (macos default shortcuts take precedence and need to be disabled to make this work - backspace deletes a character and resumes hinting autosuggestions - ctrl-left accepts suggestion and moves cursor left one character. - backspace deletes a character and resumes hinting autosuggestions - down moves to suggestion to later in history when no lines are present below the cursors. - up moves to suggestion from earlier in history when no lines are present above the cursor. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-ipython_8.8.0.bb => python3-ipython_8.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-ipython_8.8.0.bb => python3-ipython_8.9.0.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-ipython_8.8.0.bb b/meta-python/recipes-devtools/python/python3-ipython_8.9.0.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-ipython_8.8.0.bb rename to meta-python/recipes-devtools/python/python3-ipython_8.9.0.bb index 5b3d85db04..fc5075bbf6 100644 --- a/meta-python/recipes-devtools/python/python3-ipython_8.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-ipython_8.9.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" PYPI_PACKAGE = "ipython" -SRC_URI[sha256sum] = "f3bf2c08505ad2c3f4ed5c46ae0331a8547d36bf4b21a451e8ae80c0791db95b" +SRC_URI[sha256sum] = "71618e82e6d59487bea059626e7c79fb4a5b760d1510d02fab1160db6fdfa1f7" RDEPENDS:${PN} = "\ ${PYTHON_PN}-setuptools \