Accepting request 707059 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/707059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sniffio?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-06-03 16:55:48 +00:00 committed by Git OBS Bridge
commit ed3bd08198
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jun 2 21:06:16 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in descriptions. Trim filler wording from
description.
-------------------------------------------------------------------
Tue May 14 21:04:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -21,7 +21,7 @@
Name: python-sniffio
Version: 1.1.0
Release: 0
Summary: Sniff out which async library your code is running under
Summary: Module to sniff which async library code runs under
License: MIT OR Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/python-trio/sniffio
@ -39,8 +39,9 @@ BuildRequires: %{python_module pytest}
%python_subpackages
%description
This is a tiny package whose only purpose is to let you detect which async library your code is running under.
Support multiple async I/O packages, like Trio, and asyncio.
This is a package for detecting which async library code is running
under. It supports multiple async I/O packages, like Trio, and
asyncio.
%prep
%setup -q -n sniffio-%{version}