forked from pool/python-prompt_toolkit
- update to 3.0.46:
* Fix pytest capsys fixture compatibility. * 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). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=54
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 6 20:01:57 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.0.46:
|
||||
* Fix pytest capsys fixture compatibility.
|
||||
* 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).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 30 17:31:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user