Hello community,
here is the log from the commit of package python-prompt_toolkit for
openSUSE:Factory checked in at 2018-07-17 09:41:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-prompt_toolkit (Old)
and /work/SRC/openSUSE:Factory/.python-prompt_toolkit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-prompt_toolkit"
Tue Jul 17 09:41:37 2018 rev:5 rq:622916 version:2.0.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-prompt_toolkit/python-prompt_toolkit.changes
2018-05-29 10:31:22.834484700 +0200
+++
/work/SRC/openSUSE:Factory/.python-prompt_toolkit.new/python-prompt_toolkit.changes
2018-07-17 09:41:40.141450597 +0200
@@ -1,0 +2,27 @@
+Sat Jul 14 19:15:07 UTC 2018 - [email protected]
+
+- specfile:
+ * update copyright year
+
+- update to version 2.0.3:
+ * Bug fixes:
+ + Fix in 'x' and 'X' Vi key bindings. Correctly handle line
+ endings and args.
+ + Fixed off by one error in Vi line selection.
+ + Fixed bugs in Vi block selection. Correctly handle lines that
+ the selection doesn't cross.
+ + Python 2 bugfix. Handle str/unicode correctly.
+ + Handle option+left/right in iTerm.
+
+- changes from version 2.0.2:
+ * Bug fixes:
+ + Python 3.7 support: correctly handle StopIteration in
+ asynchronous generator.
+ + Fixed off-by-one bug in Vi visual block mode.
+ + Bugfix in TabsProcessor: handle situations when the cursor is at
+ the end of the line.
+
+- changes from version 2.0.1 + previous:
+ * long list of changelog, see CHANGELOG in tar-ball for details.
+
+-------------------------------------------------------------------
Old:
----
prompt_toolkit-1.0.15.tar.gz
New:
----
prompt_toolkit-2.0.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-prompt_toolkit.spec ++++++
--- /var/tmp/diff_new_pack.TWgF4Q/_old 2018-07-17 09:41:40.561449056 +0200
+++ /var/tmp/diff_new_pack.TWgF4Q/_new 2018-07-17 09:41:40.561449056 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-prompt_toolkit
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,29 +17,29 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
%define oldpython python
+%bcond_without test
Name: python-prompt_toolkit
-Version: 1.0.15
+Version: 2.0.3
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
+URL: https://github.com/jonathanslenders/python-prompt-toolkit
Source:
https://files.pythonhosted.org/packages/source/p/prompt_toolkit/prompt_toolkit-%{version}.tar.gz
-BuildRequires: fdupes
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
+BuildRequires: python-rpm-macros
+Requires: python-six >= 1.9.0
+Requires: python-wcwidth
+Recommends: python-Pygments
+BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}
BuildRequires: %{python_module wcwidth}
%endif
-Requires: python-six >= 1.9.0
-Requires: python-wcwidth
-Recommends: python-Pygments
-BuildArch: noarch
%ifpython2
Obsoletes: %{oldpython}-python-prompt-toolkit < %{version}
Provides: %{oldpython}-python-prompt-toolkit = %{version}
@@ -68,8 +68,8 @@
%endif
%files %{python_files}
-%defattr(-,root,root,-)
-%doc AUTHORS.rst LICENSE README.rst CHANGELOG
+%license LICENSE
+%doc AUTHORS.rst README.rst CHANGELOG
%{python_sitelib}/*
%changelog
++++++ prompt_toolkit-1.0.15.tar.gz -> prompt_toolkit-2.0.3.tar.gz ++++++
++++ 47554 lines of diff (skipped)