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/recipes-devtools/python/python3-ipython_7.27.0.bb | |
| 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/recipes-devtools/python/python3-ipython_7.27.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ipython_7.27.0.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipython_7.27.0.bb b/meta-python/recipes-devtools/python/python3-ipython_7.27.0.bb new file mode 100644 index 0000000000..2ec0722c35 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ipython_7.27.0.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | SUMMARY = "IPython: Productive Interactive Computing" | ||
| 2 | HOMEPAGE = "https://ipython.org" | ||
| 3 | AUTHOR = "The IPython Development Team <ipython-dev@python.org>" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "ipython" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "58b55ebfdfa260dad10d509702dc2857cb25ad82609506b070cf2d7b7df5af13" | ||
| 10 | |||
| 11 | RDEPENDS:${PN} = "\ | ||
| 12 | ${PYTHON_PN}-setuptools \ | ||
| 13 | ${PYTHON_PN}-jedi \ | ||
| 14 | ${PYTHON_PN}-decorator \ | ||
| 15 | ${PYTHON_PN}-pickleshare \ | ||
| 16 | ${PYTHON_PN}-traitlets \ | ||
| 17 | ${PYTHON_PN}-prompt-toolkit \ | ||
| 18 | ${PYTHON_PN}-pygments \ | ||
| 19 | ${PYTHON_PN}-backcall \ | ||
| 20 | ${PYTHON_PN}-pydoc \ | ||
| 21 | ${PYTHON_PN}-debugger \ | ||
| 22 | ${PYTHON_PN}-pexpect \ | ||
| 23 | ${PYTHON_PN}-unixadmin \ | ||
| 24 | ${PYTHON_PN}-misc \ | ||
| 25 | ${PYTHON_PN}-sqlite3 \ | ||
| 26 | " | ||
| 27 | |||
| 28 | inherit setuptools3 pypi | ||
