summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-02-08 16:12:39 +0800
committerKhem Raj <raj.khem@gmail.com>2023-02-08 08:51:44 -0800
commite74212926185825c41e3f902de708fd16af677ac (patch)
tree370f0184db0a9c6b49cb0c7ec6bbbb0f7ec03045 /meta-python/recipes-devtools/python
parentc5c25516e0db4a425891c5ecd91c502bfaff38d3 (diff)
downloadmeta-openembedded-e74212926185825c41e3f902de708fd16af677ac.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-ipython_8.9.0.bb (renamed from meta-python/recipes-devtools/python/python3-ipython_8.8.0.bb)2
1 files changed, 1 insertions, 1 deletions
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
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"
6 6
7PYPI_PACKAGE = "ipython" 7PYPI_PACKAGE = "ipython"
8 8
9SRC_URI[sha256sum] = "f3bf2c08505ad2c3f4ed5c46ae0331a8547d36bf4b21a451e8ae80c0791db95b" 9SRC_URI[sha256sum] = "71618e82e6d59487bea059626e7c79fb4a5b760d1510d02fab1160db6fdfa1f7"
10 10
11RDEPENDS:${PN} = "\ 11RDEPENDS:${PN} = "\
12 ${PYTHON_PN}-setuptools \ 12 ${PYTHON_PN}-setuptools \