Accepting request 707058 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/707058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-outcome?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-06-03 16:55:42 +00:00 committed by Git OBS Bridge
commit 4ab92324a8
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}