From 9f86c5bb5dd53cb6cb46b74da9085bc05043dac5 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 1 Jun 2021 13:06:30 +0300 Subject: python3-ipython: Upgrade 7.23.1 -> 7.24.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upgrade to release 7.24.0: - Fix an issue where %recall would both succeeded and print an error message it failed - Drop support for NumPy 1.16 – practically has no effect beyond indicating in package metadata that we do not support it Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/python3-ipython_7.23.1.bb | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-ipython_7.23.1.bb (limited to 'meta-python/recipes-devtools/python/python3-ipython_7.23.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-ipython_7.23.1.bb b/meta-python/recipes-devtools/python/python3-ipython_7.23.1.bb deleted file mode 100644 index 492d922b90..0000000000 --- a/meta-python/recipes-devtools/python/python3-ipython_7.23.1.bb +++ /dev/null @@ -1,28 +0,0 @@ -SUMMARY = "IPython: Productive Interactive Computing" -HOMEPAGE = "https://ipython.org" -AUTHOR = "The IPython Development Team " -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" - -PYPI_PACKAGE = "ipython" - -SRC_URI[sha256sum] = "714810a5c74f512b69d5f3b944c86e592cee0a5fb9c728e582f074610f6cf038" - -RDEPENDS_${PN} = "\ - ${PYTHON_PN}-setuptools \ - ${PYTHON_PN}-jedi \ - ${PYTHON_PN}-decorator \ - ${PYTHON_PN}-pickleshare \ - ${PYTHON_PN}-traitlets \ - ${PYTHON_PN}-prompt-toolkit \ - ${PYTHON_PN}-pygments \ - ${PYTHON_PN}-backcall \ - ${PYTHON_PN}-pydoc \ - ${PYTHON_PN}-debugger \ - ${PYTHON_PN}-pexpect \ - ${PYTHON_PN}-unixadmin \ - ${PYTHON_PN}-misc \ - ${PYTHON_PN}-sqlite3 \ -" - -inherit setuptools3 pypi -- cgit v1.2.3-54-g00ecf