forked from pool/python-prompt_toolkit
Accepting request 645953 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/645953 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=21
This commit is contained in:
committed by
Git OBS Bridge
parent
724a6b63af
commit
58b18493fa
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82766ffd7397e6661465e20bd1390db0781ca4fbbab4cf6c2578cacdd8b09754
|
||||
size 339714
|
3
prompt_toolkit-2.0.7.tar.gz
Normal file
3
prompt_toolkit-2.0.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd17048d8335c1e6d5ee403c3569953ba3eb8555d710bfc548faf0712666ea39
|
||||
size 343267
|
@@ -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>
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
%define oldpython python
|
||||
%bcond_without test
|
||||
Name: python-prompt_toolkit
|
||||
Version: 2.0.6
|
||||
Version: 2.0.7
|
||||
Release: 0
|
||||
Summary: Library for building interactive command lines in Python
|
||||
License: BSD-3-Clause
|
||||
|
Reference in New Issue
Block a user