14
0

Accepting request 624581 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/624581
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2018-07-23 06:37:34 +00:00
committed by Git OBS Bridge
parent 5d17814689
commit 60944f8dec
4 changed files with 36 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sun Jul 22 17:30:56 UTC 2018 - arun@gmx.de
- specfile:
* remove devel from noarch
* be more specific in %files section
- update to version 2.0.4:
* Bug fixes:
+ Fix render height for rendering full screen applications in
Windows.
+ Fix in `TextArea`. Set `accept_handler` to `None` if not given.
+ Go to the beginning of the next line when enter is pressed in Vi
navigation mode, and the buffer doesn't have an accept handler.
+ Fix the `default` argument of the `prompt` function when called
multiple times.
+ Display decomposed multiwidth characters correctly.
+ Accept `history` in `prompt()` function again.
* Backwards incompatible changes:
+ Renamed `PipeInput` to `PosixPipeInput`. Added `Win32PipeInput`
and `create_input_pipe`.
+ Pass `buffer` argument to the `accept_handler` of `TextArea`.
* New features:
+ Added `accept_default` argument to `prompt()`.
+ Make it easier to change the body/title of a Frame/Dialog.
+ Added `DynamicContainer`.
+ Added `merge_completers` for merging multiple completers
together.
+ Add vt100 data to key presses in Windows.
+ Handle left/right key bindings in Vi block insert mode.
-------------------------------------------------------------------
Sat Jul 14 19:15:07 UTC 2018 - arun@gmx.de

View File

@@ -20,14 +20,13 @@
%define oldpython python
%bcond_without test
Name: python-prompt_toolkit
Version: 2.0.3
Version: 2.0.4
Release: 0
Summary: Library for building powerful interactive command lines in Python
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/jonathanslenders/python-prompt-toolkit
Source: https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -70,6 +69,6 @@ py.test-%{$python_bin_suffix}
%files %{python_files}
%license LICENSE
%doc AUTHORS.rst README.rst CHANGELOG
%{python_sitelib}/*
%{python_sitelib}/prompt_toolkit*
%changelog