Hello community,
here is the log from the commit of package python-prompt_toolkit for
openSUSE:Factory checked in at 2018-07-23 18:02:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-prompt_toolkit (Old)
and /work/SRC/openSUSE:Factory/.python-prompt_toolkit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-prompt_toolkit"
Mon Jul 23 18:02:09 2018 rev:6 rq:624650 version:2.0.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-prompt_toolkit/python-prompt_toolkit.changes
2018-07-17 09:41:40.141450597 +0200
+++
/work/SRC/openSUSE:Factory/.python-prompt_toolkit.new/python-prompt_toolkit.changes
2018-07-23 18:02:52.204792132 +0200
@@ -1,0 +2,31 @@
+Sun Jul 22 17:30:56 UTC 2018 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
prompt_toolkit-2.0.3.tar.gz
New:
----
prompt_toolkit-2.0.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-prompt_toolkit.spec ++++++
--- /var/tmp/diff_new_pack.pfCuWm/_old 2018-07-23 18:02:54.032789871 +0200
+++ /var/tmp/diff_new_pack.pfCuWm/_new 2018-07-23 18:02:54.036789866 +0200
@@ -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 @@
%files %{python_files}
%license LICENSE
%doc AUTHORS.rst README.rst CHANGELOG
-%{python_sitelib}/*
+%{python_sitelib}/prompt_toolkit*
%changelog
++++++ prompt_toolkit-2.0.3.tar.gz -> prompt_toolkit-2.0.4.tar.gz ++++++
++++ 2131 lines of diff (skipped)