diff options
author | zangrc <zangrc.fnst@fujitsu.com> | 2021-09-06 09:20:33 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-09-07 10:02:11 -0700 |
commit | 1be9e79486ccc1cc394127b79243796c7089461b (patch) | |
tree | 30b03f046f04d10b75028b13a7345d45342facc6 /meta-python | |
parent | 05eda66da12cf50a4c215cade16dfaa562096c41 (diff) | |
download | meta-openembedded-1be9e79486ccc1cc394127b79243796c7089461b.tar.gz |
python3-ipython: upgrade 7.26.0 -> 7.27.0
IPython 7.27 is a minor release that fixes a couple of issues and compatibility.
Add support for GTK4 PR
Add support for Qt6 PR
Fix an issue with pip magic on windows PR
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-ipython_7.27.0.bb (renamed from meta-python/recipes-devtools/python/python3-ipython_7.26.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipython_7.26.0.bb b/meta-python/recipes-devtools/python/python3-ipython_7.27.0.bb index 4c1d4ebd70..2ec0722c35 100644 --- a/meta-python/recipes-devtools/python/python3-ipython_7.26.0.bb +++ b/meta-python/recipes-devtools/python/python3-ipython_7.27.0.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" | |||
6 | 6 | ||
7 | PYPI_PACKAGE = "ipython" | 7 | PYPI_PACKAGE = "ipython" |
8 | 8 | ||
9 | SRC_URI[sha256sum] = "0cff04bb042800129348701f7bd68a430a844e8fb193979c08f6c99f28bb735e" | 9 | SRC_URI[sha256sum] = "58b55ebfdfa260dad10d509702dc2857cb25ad82609506b070cf2d7b7df5af13" |
10 | 10 | ||
11 | RDEPENDS:${PN} = "\ | 11 | RDEPENDS:${PN} = "\ |
12 | ${PYTHON_PN}-setuptools \ | 12 | ${PYTHON_PN}-setuptools \ |