diff --git a/python-first.changes b/python-first.changes index 5da189c..ea6212d 100644 --- a/python-first.changes +++ b/python-first.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 16 17:42:44 UTC 2019 - Jan Engelhardt + +- Use noun phrase in descriptions. + ------------------------------------------------------------------- Fri Mar 8 06:01:15 UTC 2019 - John Vandenberg diff --git a/python-first.spec b/python-first.spec index 1583484..b563e2d 100644 --- a/python-first.spec +++ b/python-first.spec @@ -20,7 +20,7 @@ Name: python-first Version: 2.0.2 Release: 0 -Summary: Return the first true value of an iterable +Summary: Python library to return the first true value of an iterable License: MIT Group: Development/Languages/Python URL: http://github.com/hynek/first/ @@ -32,7 +32,7 @@ BuildArch: noarch %python_subpackages %description -Return the first true value of an iterable. +A Python library that returns the first true value of an iterable. %prep %setup -q -n first-%{version}