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
This commit is contained in:
Todd R 2018-12-05 19:24:11 +00:00 committed by Git OBS Bridge
parent 0bb34007b3
commit e2b71d0d49
2 changed files with 9 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 5 01:18:27 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Trim bias and future aims from description.
-------------------------------------------------------------------
Tue Dec 4 12:46:39 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@ -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}