From 9f86c5bb5dd53cb6cb46b74da9085bc05043dac5 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 1 Jun 2021 13:06:30 +0300 Subject: [PATCH] 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 --- .../{python3-ipython_7.23.1.bb => python3-ipython_7.24.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-ipython_7.23.1.bb => python3-ipython_7.24.0.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-ipython_7.23.1.bb b/meta-python/recipes-devtools/python/python3-ipython_7.24.0.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-ipython_7.23.1.bb rename to meta-python/recipes-devtools/python/python3-ipython_7.24.0.bb index 492d922b90..1c11eeca08 100644 --- a/meta-python/recipes-devtools/python/python3-ipython_7.23.1.bb +++ b/meta-python/recipes-devtools/python/python3-ipython_7.24.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" PYPI_PACKAGE = "ipython" -SRC_URI[sha256sum] = "714810a5c74f512b69d5f3b944c86e592cee0a5fb9c728e582f074610f6cf038" +SRC_URI[sha256sum] = "a171caa3d3d4c819a1c0742e3abecfd5a2b8ab525ca1c9f114b40b76b0679ab1" RDEPENDS_${PN} = "\ ${PYTHON_PN}-setuptools \