From 5ccc51936ffa1fc1e9752fb3d09a72decfbfe86f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Oct 2023 16:50:08 +0800 Subject: python3-jedi: upgrade 0.19.0 -> 0.19.1 Changelog: Python 3.12 support Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj (cherry picked from commit 330eec95297fb4b6a30e55328983d50b9da64108) Signed-off-by: Armin Kuster --- .../recipes-devtools/python/python3-jedi_0.19.0.bb | 19 ------------------- .../recipes-devtools/python/python3-jedi_0.19.1.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-jedi_0.19.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-jedi_0.19.1.bb diff --git a/meta-python/recipes-devtools/python/python3-jedi_0.19.0.bb b/meta-python/recipes-devtools/python/python3-jedi_0.19.0.bb deleted file mode 100644 index 58e8cc17a1..0000000000 --- a/meta-python/recipes-devtools/python/python3-jedi_0.19.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "An autocompletion tool for Python that can be used for text editors." -HOMEPAGE = "https://github.com/davidhalter/jedi" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5ed06eebfcb244cd66ebf6cef9c23ab4" - -PYPI_PACKAGE = "jedi" - -SRC_URI[sha256sum] = "bcf9894f1753969cbac8022a8c2eaee06bfa3724e4192470aaffe7eb6272b0c4" - -RDEPENDS:${PN} = " \ - ${PYTHON_PN}-parso \ - ${PYTHON_PN}-core \ - ${PYTHON_PN}-compression \ - ${PYTHON_PN}-pydoc \ - ${PYTHON_PN}-compile \ - ${PYTHON_PN}-json \ -" - -inherit setuptools3 pypi diff --git a/meta-python/recipes-devtools/python/python3-jedi_0.19.1.bb b/meta-python/recipes-devtools/python/python3-jedi_0.19.1.bb new file mode 100644 index 0000000000..f335625188 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-jedi_0.19.1.bb @@ -0,0 +1,19 @@ +SUMMARY = "An autocompletion tool for Python that can be used for text editors." +HOMEPAGE = "https://github.com/davidhalter/jedi" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5ed06eebfcb244cd66ebf6cef9c23ab4" + +PYPI_PACKAGE = "jedi" + +SRC_URI[sha256sum] = "cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd" + +RDEPENDS:${PN} = " \ + ${PYTHON_PN}-parso \ + ${PYTHON_PN}-core \ + ${PYTHON_PN}-compression \ + ${PYTHON_PN}-pydoc \ + ${PYTHON_PN}-compile \ + ${PYTHON_PN}-json \ +" + +inherit setuptools3 pypi -- cgit v1.2.3-54-g00ecf