forked from pool/python-prompt_toolkit
Accepting request 680683 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/680683 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=23
This commit is contained in:
committed by
Git OBS Bridge
parent
58b18493fa
commit
9caf79e31c
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fd17048d8335c1e6d5ee403c3569953ba3eb8555d710bfc548faf0712666ea39
|
|
||||||
size 343267
|
|
3
prompt_toolkit-2.0.9.tar.gz
Normal file
3
prompt_toolkit-2.0.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2519ad1d8038fd5fc8e770362237ad0364d16a7650fb5724af6997ed5515e3c1
|
||||||
|
size 348321
|
@@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 2 05:14:33 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* update copyright year
|
||||||
|
|
||||||
|
- update to version 2.0.9:
|
||||||
|
* Bug fixes:
|
||||||
|
+ Fixed `Application.run_system_command` on Windows.
|
||||||
|
+ Fixed bug in ANSI text formatting: correctly handle 256/true
|
||||||
|
color sequences.
|
||||||
|
+ Fixed bug in WordCompleter. Provide completions when there's a
|
||||||
|
space before the cursor.
|
||||||
|
|
||||||
|
- changes from version 2.0.8:
|
||||||
|
* Bug fixes:
|
||||||
|
+ Fixes the issue where changes made to the buffer in the accept
|
||||||
|
handler were not reflected in the history.
|
||||||
|
+ Fix in the application invalidate handler. This prevents a
|
||||||
|
significat slow down in some applications after some time
|
||||||
|
(especially if there is a refresh interval).
|
||||||
|
+ Make `print_container` utility work if the input is not a pty.
|
||||||
|
* New features:
|
||||||
|
+ Underline non breaking spaces instead of rendering as '&'.
|
||||||
|
+ Added mouse support for radio list.
|
||||||
|
+ Support completion styles for `READLINE_LIKE` display method.
|
||||||
|
+ Accept formatted text in the display text of completions.
|
||||||
|
+ Added a `FuzzyCompleter` and `FuzzyWordCompleter`.
|
||||||
|
+ Improved error handling in Application (avoid displaying a
|
||||||
|
meaningless AssertionError in many cases).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 1 22:41:46 UTC 2018 - Arun Persaud <arun@gmx.de>
|
Thu Nov 1 22:41:46 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-prompt_toolkit
|
# spec file for package python-prompt_toolkit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -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.7
|
Version: 2.0.9
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user