From 4f303731bb2131cb8da8a02e0d9e3c194f76c7d7b0d2c61b53dba7b52999b9e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 30 Oct 2018 10:59:27 +0000 Subject: [PATCH] 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 --- python-dialite.changes | 5 +++++ python-dialite.spec | 16 ++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/python-dialite.changes b/python-dialite.changes index 29d9f4e..d702cf5 100644 --- a/python-dialite.changes +++ b/python-dialite.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 30 09:33:18 UTC 2018 - Jan Engelhardt + +- Ensure neutrality and relevance of description. + ------------------------------------------------------------------- Mon Oct 29 14:51:40 UTC 2018 - Todd R diff --git a/python-dialite.spec b/python-dialite.spec index 3a02b84..a016b23 100644 --- a/python-dialite.spec +++ b/python-dialite.spec @@ -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}