From 86dbb3a0d8d4c2bfc197f8ff80f069d09f9e65ae Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 12 Oct 2021 13:26:35 +0800 Subject: [PATCH] python3-ipython: upgrade 7.27.0 -> 7.28.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Here is a non-exhaustive list of changes, Fixes: async with doesn’t allow newlines PR #13090 Dynamically changing to vi mode via %config magic) PR #13091 Virtualenv handling fixes: init_virtualenv now uses Pathlib PR #12548 Fix Improper path comparison of virtualenv directories PR #13140 Fix virtual environment user warning for lower case pathes PR #13094 Adapt to all sorts of drive names for cygwin PR #13153 New Features: enable autoplay in embed YouTube player PR #13133 Documentation: Fix formatting for the core.interactiveshell documentation PR #13118 Fix broken ipyparallel’s refs PR #13138 Improve formatting of %time documentation PR #13125 Reword the YouTubeVideo autoplay WN PR #13147 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../{python3-ipython_7.27.0.bb => python3-ipython_7.28.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-ipython_7.27.0.bb => python3-ipython_7.28.0.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-ipython_7.27.0.bb b/meta-python/recipes-devtools/python/python3-ipython_7.28.0.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-ipython_7.27.0.bb rename to meta-python/recipes-devtools/python/python3-ipython_7.28.0.bb index 3c64b82c2d0..c5d05a8dad8 100644 --- a/meta-python/recipes-devtools/python/python3-ipython_7.27.0.bb +++ b/meta-python/recipes-devtools/python/python3-ipython_7.28.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" PYPI_PACKAGE = "ipython" -SRC_URI[sha256sum] = "58b55ebfdfa260dad10d509702dc2857cb25ad82609506b070cf2d7b7df5af13" +SRC_URI[sha256sum] = "2097be5c814d1b974aea57673176a924c4c8c9583890e7a5f082f547b9975b11" RDEPENDS:${PN} = "\ ${PYTHON_PN}-setuptools \