From 1afad3f2900a8fc1653e3bdf712537c7380f4a49b83d4f24af2fd42e92ac7f4e Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 5 Dec 2018 19:23:27 +0000 Subject: [PATCH] Accepting request 654121 from home:jengelh:branches:devel:languages:python - Remove rhetorics and bias from descriptions. OBS-URL: https://build.opensuse.org/request/show/654121 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docopt?expand=0&rev=16 --- python-docopt.changes | 5 +++++ python-docopt.spec | 16 ++++------------ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/python-docopt.changes b/python-docopt.changes index 5a20f4a..7117061 100644 --- a/python-docopt.changes +++ b/python-docopt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 5 01:03:34 UTC 2018 - Jan Engelhardt + +- Remove rhetorics and bias from descriptions. + ------------------------------------------------------------------- Tue Dec 4 12:47:24 UTC 2018 - Matej Cepl diff --git a/python-docopt.spec b/python-docopt.spec index 1491e5c..48974a5 100644 --- a/python-docopt.spec +++ b/python-docopt.spec @@ -20,7 +20,7 @@ Name: python-docopt Version: 0.6.2 Release: 0 -Summary: Pythonic argument parser, that will make you smile +Summary: Pythonic argument parser License: MIT Group: Development/Languages/Python URL: http://docopt.org @@ -32,18 +32,10 @@ BuildArch: noarch %python_subpackages %description -docopt creates beautiful command-line interfaces. +docopt creates command-line interfaces. -Isn't it awesome how optparse and argparse generate help -messages based on your code?! - -Hell no! You know what's awesome? It's when the option parser is -generated based on the beautiful help message that you write yourself! -This way you don't need to write this stupid repeatable parser-code, -and instead can write only the help message--the way you want it. - -docopt helps you create most beautiful command-line interfaces -easily. +This way one does not need to write repeatable parser-code, +and instead can write only the help message. %prep %setup -q -n docopt-%{version}