From b65b1461d96ed57801c6e6b2d88c80aa0566030b Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 18 Nov 2021 14:37:27 +0200 Subject: python3-jedi: Upgrade 0.18.0 -> 0.18.1 Upgrade to release 0.18.1: - Implict namespaces are now a separate types in Name().type - Python 3.10 support - Mostly bugfixes Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-jedi_0.18.0.bb | 13 ------------- .../recipes-devtools/python/python3-jedi_0.18.1.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-jedi_0.18.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-jedi_0.18.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-jedi_0.18.0.bb b/meta-python/recipes-devtools/python/python3-jedi_0.18.0.bb deleted file mode 100644 index 0ea5b46b84..0000000000 --- a/meta-python/recipes-devtools/python/python3-jedi_0.18.0.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "An autocompletion tool for Python that can be used for text editors." -HOMEPAGE = "https://github.com/davidhalter/jedi" -AUTHOR = "David Halter " -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5ed06eebfcb244cd66ebf6cef9c23ab4" - -PYPI_PACKAGE = "jedi" - -SRC_URI[sha256sum] = "92550a404bad8afed881a137ec9a461fed49eca661414be45059329614ed0707" - -RDEPENDS:${PN} = "${PYTHON_PN}-parso" - -inherit setuptools3 pypi diff --git a/meta-python/recipes-devtools/python/python3-jedi_0.18.1.bb b/meta-python/recipes-devtools/python/python3-jedi_0.18.1.bb new file mode 100644 index 0000000000..fb582c54bc --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-jedi_0.18.1.bb @@ -0,0 +1,20 @@ +SUMMARY = "An autocompletion tool for Python that can be used for text editors." +HOMEPAGE = "https://github.com/davidhalter/jedi" +AUTHOR = "David Halter " +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5ed06eebfcb244cd66ebf6cef9c23ab4" + +PYPI_PACKAGE = "jedi" + +SRC_URI[sha256sum] = "74137626a64a99c8eb6ae5832d99b3bdd7d29a3850fe2aa80a4126b2a7d949ab" + +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