diff --git a/python-mando.changes b/python-mando.changes index c682955..1172142 100644 --- a/python-mando.changes +++ b/python-mando.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 19 00:14:24 UTC 2018 - Jan Engelhardt + +- Trim rhetorics from descriptions. + ------------------------------------------------------------------- Tue Dec 4 12:50:15 UTC 2018 - Matej Cepl diff --git a/python-mando.spec b/python-mando.spec index a864bba..68b0967 100644 --- a/python-mando.spec +++ b/python-mando.spec @@ -1,7 +1,7 @@ # # spec file for package python-mando # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Name: python-mando Version: 0.6.4 Release: 0 -Summary: Create Python CLI apps with little to no effort at all! +Summary: Python wrapper around argparse, a tool to create CLI apps License: MIT Group: Development/Languages/Python URL: https://mando.readthedocs.org/ @@ -39,8 +39,8 @@ BuildRequires: %{python_module six} %python_subpackages %description -Mando is a wrapper around argparse, and allows you to write complete CLI -applications in seconds while maintaining all the flexibility. +Mando is a wrapper around argparse, and allows writing CLI +applications. %prep %setup -q -n mando-%{version}