diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-11-18 14:37:27 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-19 08:30:36 -0800 |
| commit | b65b1461d96ed57801c6e6b2d88c80aa0566030b (patch) | |
| tree | ae3b8e5ca6adb811975f4e1fe1b4f727c3ced8d2 /meta-python/recipes-devtools/python/python3-jedi_0.18.0.bb | |
| parent | cb62434bbe5db3cad6f42773247a8e26d644b588 (diff) | |
| download | meta-openembedded-b65b1461d96ed57801c6e6b2d88c80aa0566030b.tar.gz | |
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 <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-jedi_0.18.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-jedi_0.18.0.bb | 13 |
1 files changed, 0 insertions, 13 deletions
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 @@ | |||
| 1 | SUMMARY = "An autocompletion tool for Python that can be used for text editors." | ||
| 2 | HOMEPAGE = "https://github.com/davidhalter/jedi" | ||
| 3 | AUTHOR = "David Halter <davidhalter88@gmail.com>" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5ed06eebfcb244cd66ebf6cef9c23ab4" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "jedi" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "92550a404bad8afed881a137ec9a461fed49eca661414be45059329614ed0707" | ||
| 10 | |||
| 11 | RDEPENDS:${PN} = "${PYTHON_PN}-parso" | ||
| 12 | |||
| 13 | inherit setuptools3 pypi | ||
