diff --git a/python-sniffio.changes b/python-sniffio.changes index b424b6f..784cd27 100644 --- a/python-sniffio.changes +++ b/python-sniffio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jun 2 21:06:16 UTC 2019 - Jan Engelhardt + +- Use noun phrase in descriptions. Trim filler wording from + description. + ------------------------------------------------------------------- Tue May 14 21:04:35 UTC 2019 - Tomáš Chvátal diff --git a/python-sniffio.spec b/python-sniffio.spec index 84ce699..654d417 100644 --- a/python-sniffio.spec +++ b/python-sniffio.spec @@ -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}