forked from pool/python-sniffio
Accepting request 706955 from home:jengelh:branches:devel:languages:python
- Use noun phrase in descriptions. Trim filler wording from description. OBS-URL: https://build.opensuse.org/request/show/706955 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sniffio?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
c32c406835
commit
3cda24cde1
@@ -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>
|
||||
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user