diff --git a/python-whatever.changes b/python-whatever.changes index e7e0d67..27bf174 100644 --- a/python-whatever.changes +++ b/python-whatever.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 14 21:05:02 UTC 2019 - Jan Engelhardt + +- Trim empty phrasing from description. + ------------------------------------------------------------------- Tue Mar 12 16:41:19 UTC 2019 - Tomáš Chvátal diff --git a/python-whatever.spec b/python-whatever.spec index 9c9e859..8837608 100644 --- a/python-whatever.spec +++ b/python-whatever.spec @@ -20,7 +20,7 @@ Name: python-whatever Version: 0.5 Release: 0 -Summary: Easy way to make anonymous functions by partial application of operators +Summary: Module to make anonymous functions by partial application of operators License: BSD-3-Clause Group: Development/Languages/Python URL: http://github.com/Suor/whatever @@ -33,8 +33,8 @@ BuildArch: noarch %python_subpackages %description -An easy way to make lambdas by partial application of python operators. -Inspired by Perl 6 one, see http://perlcabal.org/syn/S02.html#The_Whatever_Object +A Python module to make lambdas by partial application of python operators. +It is inspired by the Perl 6 one, see http://perlcabal.org/syn/S02.html#The_Whatever_Object %prep %setup -q -n whatever-%{version}