14
0

Accepting request 786212 from home:mcalabkova:branches:devel:languages:python

- Update to 3.0.4
  * Python 2 support has been dropped.
  * Native asyncio, so some async code becomes slightly different.
  * (almost) 100% type annotated.
  * Added shift-based text selection (use shift+arrows to start selecting text).
  * Accept an empty prompt continuation.
  * Improved support for "dumb" terminals.
  * `ShiftControl` has been replaced with `ControlShift` and `s-c` with `c-s` in
    key bindings. Aliases for backwards-compatibility have been added.

OBS-URL: https://build.opensuse.org/request/show/786212
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=27
This commit is contained in:
Tomáš Chvátal
2020-03-18 17:43:33 +00:00
committed by Git OBS Bridge
parent 50686e1d19
commit 55cc4098dd
4 changed files with 19 additions and 12 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Mar 18 15:27:06 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 3.0.4
* Python 2 support has been dropped.
* Native asyncio, so some async code becomes slightly different.
* (almost) 100% type annotated.
* Added shift-based text selection (use shift+arrows to start selecting text).
* Accept an empty prompt continuation.
* Improved support for "dumb" terminals.
* `ShiftControl` has been replaced with `ControlShift` and `s-c` with `c-s` in
key bindings. Aliases for backwards-compatibility have been added.
-------------------------------------------------------------------
Thu Oct 10 08:31:46 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>