14
0

Accepting request 1008044 from home:yarunachalam:branches:devel:languages:python

- Update to version 3.0.31: 2022-09-02
  New features:
  - Pass through `name` property in `TextArea` widget to `Buffer`.
  - Added a `enable_cpr` parameter to `Vt100_Output`, `TelnetServer` and
  `PromptToolkitSSHServer`, to completely disable CPR support instead of
  automatically detecting it.

OBS-URL: https://build.opensuse.org/request/show/1008044
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=38
This commit is contained in:
2022-10-05 10:15:48 +00:00
committed by Git OBS Bridge
parent 1feb2f28d3
commit c88ea58595
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Oct 4 23:17:53 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 3.0.31: 2022-09-02
New features:
- Pass through `name` property in `TextArea` widget to `Buffer`.
- Added a `enable_cpr` parameter to `Vt100_Output`, `TelnetServer` and
`PromptToolkitSSHServer`, to completely disable CPR support instead of
automatically detecting it.
-------------------------------------------------------------------
Fri Jul 1 11:57:35 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>