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}