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

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-prompt_toolkit
Version: 3.0.30
Version: 3.0.31
Release: 0
Summary: Library for building interactive command lines in Python
License: BSD-3-Clause