14
0

Accepting request 646016 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/646016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-prompt_toolkit?expand=0&rev=9
This commit is contained in:
2018-11-06 13:29:14 +00:00
committed by Git OBS Bridge
4 changed files with 29 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82766ffd7397e6661465e20bd1390db0781ca4fbbab4cf6c2578cacdd8b09754
size 339714

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd17048d8335c1e6d5ee403c3569953ba3eb8555d710bfc548faf0712666ea39
size 343267

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Nov 1 22:41:46 UTC 2018 - Arun Persaud <arun@gmx.de>
- update to version 2.0.7:
* Bug fixes:
+ Fixed assertion in PromptSession: the style_transformation check
was wrong.
+ Removed 'default' attribute in PromptSession. Only ask for it in
the `prompt()` method. This fixes the issue that passing
`default` once, will store it for all consequent calls in the
`PromptSession`.
+ Ensure that `__pt_formatted_text__` always returns a
`FormattedText` instance. This fixes an issue with
`print_formatted_text`.
* New features:
+ Improved handling of situations where stdin or stdout are not a
terminal. (Print warning instead of failing with an assertion.)
+ Added `print_container` utility.
+ Sound bell when attempting to edit read-only buffer.
+ Handle page-down and page-up keys in RadioList.
+ Accept any `collections.abc.Sequence` for HSplit/VSplit children
(instead of lists only).
+ Improved Vi key bindings: return to navigation mode when Insert
is pressed.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 13 16:03:06 UTC 2018 - Arun Persaud <arun@gmx.de> Sat Oct 13 16:03:06 UTC 2018 - Arun Persaud <arun@gmx.de>

View File

@@ -20,7 +20,7 @@
%define oldpython python %define oldpython python
%bcond_without test %bcond_without test
Name: python-prompt_toolkit Name: python-prompt_toolkit
Version: 2.0.6 Version: 2.0.7
Release: 0 Release: 0
Summary: Library for building interactive command lines in Python Summary: Library for building interactive command lines in Python
License: BSD-3-Clause License: BSD-3-Clause