diff --git a/python-outcome.changes b/python-outcome.changes index a908b7e..20cab91 100644 --- a/python-outcome.changes +++ b/python-outcome.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 2 21:07:27 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Tue May 14 21:13:05 UTC 2019 - Tomáš Chvátal diff --git a/python-outcome.spec b/python-outcome.spec index cdc96ad..4c70fc2 100644 --- a/python-outcome.spec +++ b/python-outcome.spec @@ -20,7 +20,7 @@ Name: python-outcome Version: 1.0.0 Release: 0 -Summary: Capture the outcome of Python function calls +Summary: Function for capturing the outcome of Python function calls License: MIT OR Apache-2.0 Group: Development/Languages/Python URL: https://github.com/python-trio/outcome @@ -40,7 +40,8 @@ BuildRequires: python3-pytest-asyncio %python_subpackages %description -Outcome provides a function for capturing the outcome of a Python function call, so that it can be passed around. +Outcome provides a function for capturing the outcome of a Python +function call, so that it can be passed around. %prep %setup -q -n outcome-%{version}