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
This commit is contained in:
Tomáš Chvátal 2019-06-03 08:03:09 +00:00 committed by Git OBS Bridge
parent c2edb3d562
commit d699b40e80
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 2 21:07:27 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
-------------------------------------------------------------------
Tue May 14 21:13:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -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}