python-jedi 0.18.2-1ubuntu1 source package in Ubuntu

Changelog

python-jedi (0.18.2-1ubuntu1) noble; urgency=medium

  * Modernise importlib usage (patch from upstream). Closes: #1058365.

 -- Matthias Klose <email address hidden>  Thu, 11 Jan 2024 08:30:10 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Piotr Ożarowski
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-jedi_0.18.2.orig-vim.tar.gz 41.5 KiB 983300267541ffdd15bdd049442e5ad00692b354f6ebb7966ed186c976f32367
python-jedi_0.18.2.orig.tar.gz 1.2 MiB bae794c30d07f6d910d32a7048af09b5a39ed740918da923c6b780790ebac612
python-jedi_0.18.2-1ubuntu1.debian.tar.xz 5.6 KiB 9a102fb90bd8a527f1ebf776ecf57862abb8cfbc59c255f6aab2e1d4ffcd9591
python-jedi_0.18.2-1ubuntu1.dsc 2.2 KiB c038a4397e6c7c7e2305c9d44181fb574bbe5fbea4b4e04a364adb65e0cc8987

View changes file

Binary packages built by this source

python3-jedi: autocompletion tool for Python 3

 Jedi is an autocompletion tool for Python. It works. With and without syntax
 errors. Sometimes it sucks, but that's normal in dynamic languages. But it
 sucks less than other tools. It understands almost all of the basic Python
 syntax elements including many builtins.

vim-python-jedi: autocompletion tool for Python - VIM addon files

 Jedi is an autocompletion tool for Python. It works. With and without syntax
 errors. Sometimes it sucks, but that's normal in dynamic languages. But it
 sucks less than other tools. It understands almost all of the basic Python
 syntax elements including many builtins.
 .
 To enable this addon in your (Neo)Vim use one of these two methods:
  * Add "packadd! python-jedi" to your vimrc file
  * Invoke: `vam install python-jedi` if you use Vim Addon Manager