summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-jedi_0.18.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-jedi: upgrade 0.18.1 -> 0.18.2Wang Mingyu2022-11-281-20/+0
| | | | | | | | | | | | Changelog: ========= Added dataclass-equivalent for attrs.define Find fixtures from Pytest entrypoints; Examples of pytest plugins installed like this are pytest-django, pytest-sugar and Faker. Fixed Project.search, when a venv was involved, which is why for example :Pyimport django.db did not work in some cases in jedi-vim. And many smaller bugfixes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jedi: Upgrade 0.18.0 -> 0.18.1Leon Anavi2021-11-191-0/+20
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>