summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.43.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-prompt-toolkit: upgrade 3.0.43 -> 3.0.45Wang Mingyu2024-06-111-25/+0
| | | | | | | | | | | | | | Changelog: ============ - Improve performance of 'GrammarCompleter' (faster deduplication of completions). - Accept 'os.PathLike' in 'FileHistory' (typing fix). - Fix memory leak in filters. - Improve performance of progress bar formatters. - Fix compatibility when a SIGINT handler is installed by non-Python (Rust, C). - Limit number of completions in buffer to 10k by default (for performance). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: drop ${PYTHON_PN}Tim Orling2024-02-191-10/+10
| | | | | | | python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prompt-toolkit: update to version 3.0.43Derek Straka2023-12-131-0/+25
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>