14
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/641843
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=19
This commit is contained in:
Todd R
2018-10-13 20:46:09 +00:00
committed by Git OBS Bridge
parent a230677831
commit 724a6b63af
4 changed files with 60 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -20,7 +20,7 @@
%define oldpython python
%bcond_without test
Name: python-prompt_toolkit
Version: 2.0.4
Version: 2.0.6
Release: 0
Summary: Library for building interactive command lines in Python
License: BSD-3-Clause
@@ -33,6 +33,7 @@ BuildRequires: python-rpm-macros
Requires: python-six >= 1.9.0
Requires: python-wcwidth
Recommends: python-Pygments
Conflicts: python-prompt_toolkit1
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module pytest}
@@ -43,7 +44,6 @@ BuildRequires: %{python_module wcwidth}
Obsoletes: %{oldpython}-python-prompt-toolkit < %{version}
Provides: %{oldpython}-python-prompt-toolkit = %{version}
%endif
Conflicts: python-prompt_toolkit1
%python_subpackages
%description