From c88ea585954fd212825a91b610d9a3e07ee991a47ab2370bdc58e19363f57392 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 5 Oct 2022 10:15:48 +0000 Subject: [PATCH] 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 --- prompt_toolkit-3.0.30.tar.gz | 3 --- prompt_toolkit-3.0.31.tar.gz | 3 +++ python-prompt_toolkit.changes | 10 ++++++++++ python-prompt_toolkit.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 prompt_toolkit-3.0.30.tar.gz create mode 100644 prompt_toolkit-3.0.31.tar.gz diff --git a/prompt_toolkit-3.0.30.tar.gz b/prompt_toolkit-3.0.30.tar.gz deleted file mode 100644 index dab7e59..0000000 --- a/prompt_toolkit-3.0.30.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:859b283c50bde45f5f97829f77a4674d1c1fcd88539364f1b28a37805cfd89c0 -size 418985 diff --git a/prompt_toolkit-3.0.31.tar.gz b/prompt_toolkit-3.0.31.tar.gz new file mode 100644 index 0000000..36a2dff --- /dev/null +++ b/prompt_toolkit-3.0.31.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ada952c9d1787f52ff6d5f3484d0b4df8952787c087edf6a1f7c2cb1ea88148 +size 418926 diff --git a/python-prompt_toolkit.changes b/python-prompt_toolkit.changes index 68e1f15..25293ea 100644 --- a/python-prompt_toolkit.changes +++ b/python-prompt_toolkit.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Oct 4 23:17:53 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-prompt_toolkit.spec b/python-prompt_toolkit.spec index 0a406b3..0fedb8e 100644 --- a/python-prompt_toolkit.spec +++ b/python-prompt_toolkit.spec @@ -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