15
0

Accepting request 645487 from home:jengelh:branches:devel:languages:python

- Ensure neutrality and relevance of description.

OBS-URL: https://build.opensuse.org/request/show/645487
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dialite?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal
2018-10-30 10:59:27 +00:00
committed by Git OBS Bridge
parent 59e8c149bd
commit 4f303731bb
2 changed files with 13 additions and 8 deletions

View File

@@ -21,7 +21,7 @@
Name: python-dialite
Version: 0.5.1
Release: 0
Summary: Lightweight Python library to show simple dialogs
Summary: Python library to show simple dialogs
License: BSD-2-Clause
Group: Development/Languages/Python
Url: http://dialite.readthedocs.io
@@ -36,14 +36,14 @@ BuildArch: noarch
%python_subpackages
%description
Dialite is a pure Python package to show dialogs. It is lightweight,
cross-platform, and has no dependencies. It provides a handful of
functions, each a verb, that can be used to inform(), warn()
or fail() the user, or to ask_ok(), ask_retry() or ask_yesno().
Dialite is a pure Python package to show dialogs. It provides a
handful of functions, each a verb, that can be used to inform(),
warn() or fail() the user, or to ask_ok(), ask_retry() or
ask_yesno().
Dialite can show dialogs on Window, OS X and Linux, and falls back to
a terminal interface if dialogs are unavailable (e.g. if not supported
by the platform, or for SSH connections).
Dialite can show graphical dialogs, and falls back to a terminal
interface if dialogs are unavailable (e.g. if not supported by the
platform, or for SSH connections).
%prep
%setup -q -n dialite-%{version}