From 3cda24cde1e852c4de18b46bb70cfe01d05222f314a799afdacdccd4c6a8c382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 3 Jun 2019 08:03:14 +0000 Subject: [PATCH] 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 --- python-sniffio.changes | 6 ++++++ python-sniffio.spec | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) 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}