14
0

Accepting request 680683 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/680683
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=23
This commit is contained in:
Tomáš Chvátal
2019-03-02 13:57:42 +00:00
committed by Git OBS Bridge
parent 58b18493fa
commit 9caf79e31c
4 changed files with 36 additions and 5 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Mar 2 05:14:33 UTC 2019 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
- update to version 2.0.9:
* Bug fixes:
+ Fixed `Application.run_system_command` on Windows.
+ Fixed bug in ANSI text formatting: correctly handle 256/true
color sequences.
+ Fixed bug in WordCompleter. Provide completions when there's a
space before the cursor.
- changes from version 2.0.8:
* Bug fixes:
+ Fixes the issue where changes made to the buffer in the accept
handler were not reflected in the history.
+ Fix in the application invalidate handler. This prevents a
significat slow down in some applications after some time
(especially if there is a refresh interval).
+ Make `print_container` utility work if the input is not a pty.
* New features:
+ Underline non breaking spaces instead of rendering as '&'.
+ Added mouse support for radio list.
+ Support completion styles for `READLINE_LIKE` display method.
+ Accept formatted text in the display text of completions.
+ Added a `FuzzyCompleter` and `FuzzyWordCompleter`.
+ Improved error handling in Application (avoid displaying a
meaningless AssertionError in many cases).
-------------------------------------------------------------------
Thu Nov 1 22:41:46 UTC 2018 - Arun Persaud <arun@gmx.de>