From d699b40e803012107fabd99a0510a73fff46754eb962299969ba7332e285050f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 3 Jun 2019 08:03:09 +0000 Subject: [PATCH] Accepting request 706956 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/706956 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-outcome?expand=0&rev=4 --- python-outcome.changes | 5 +++++ python-outcome.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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}