From e2b71d0d49f2ae38670c6b9a7912f149ce173f87f702b8efa2b7bf85004ab883 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 5 Dec 2018 19:24:11 +0000 Subject: [PATCH] Accepting request 654129 from home:jengelh:branches:devel:languages:python - Trim bias and future aims from description. OBS-URL: https://build.opensuse.org/request/show/654129 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=19 --- python-click.changes | 5 +++++ python-click.spec | 12 ++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/python-click.changes b/python-click.changes index 2d22568..772940f 100644 --- a/python-click.changes +++ b/python-click.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 5 01:18:27 UTC 2018 - Jan Engelhardt + +- Trim bias and future aims from description. + ------------------------------------------------------------------- Tue Dec 4 12:46:39 UTC 2018 - Matej Cepl diff --git a/python-click.spec b/python-click.spec index d6fdc7d..0d7cad8 100644 --- a/python-click.spec +++ b/python-click.spec @@ -20,7 +20,7 @@ Name: python-click Version: 6.7 Release: 0 -Summary: A simple wrapper around optparse for powerful command line utilities +Summary: A wrapper around optparse for command line utilities License: BSD-3-Clause Group: Development/Languages/Python URL: http://github.com/mitsuhiko/click @@ -35,14 +35,10 @@ BuildArch: noarch %python_subpackages %description -Click is a Python package for creating beautiful command line interfaces +Click is a Python package for creating command line interfaces in a composable way with as little code as necessary. It's the "Command -Line Interface Creation Kit". It's highly configurable but comes with -sensible defaults out of the box. - -It aims to make the process of writing command line tools quick and fun -while also preventing any frustration caused by the inability to implement -an intended CLI API. +Line Interface Creation Kit". It is configurable, and comes with +defaults out of the box. %prep %setup -q -n click-%{version}