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:
parent
c2edb3d562
commit
d699b40e80
@ -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>
|
Tue May 14 21:13:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Name: python-outcome
|
Name: python-outcome
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 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
|
License: MIT OR Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/python-trio/outcome
|
URL: https://github.com/python-trio/outcome
|
||||||
@ -40,7 +40,8 @@ BuildRequires: python3-pytest-asyncio
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%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
|
%prep
|
||||||
%setup -q -n outcome-%{version}
|
%setup -q -n outcome-%{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user