diff mbox series

[meta-python] python3-ipython: upgrade 8.8.0 -> 8.9.0

Message ID 1675843963-11324-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-ipython: upgrade 8.8.0 -> 8.9.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 8, 2023, 8:12 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../{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 mbox series

Patch

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 5b3d85db0..fc5075bbf 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 \