14
0

- update to 3.0.48:

* Typing improvements:
  * Add `@overload` to
    `contrib.regular_languages.compiler.Variables.get`.
  * Use `Sequence` instead of `list` for `words` argument in
    completers.
  * Improve `ModalCursorShapeConfig`:
  * Display an "underscore" cursor in Vi's "replace single" mode,
    like "replace" mode.
  * Display an "beam" cursor in Emacs (insert) mode.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=58
This commit is contained in:
2024-10-18 10:46:47 +00:00
committed by Git OBS Bridge
parent 74eca2a1bb
commit 98c4e5d5c9
4 changed files with 18 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-prompt_toolkit
Version: 3.0.47
Version: 3.0.48
Release: 0
Summary: Library for building interactive command lines in Python
License: BSD-3-Clause