diff --git a/python-aiohttp.changes b/python-aiohttp.changes index 4fee03f..a466b2a 100644 --- a/python-aiohttp.changes +++ b/python-aiohttp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 11 15:24:42 UTC 2017 - jengelh@inai.de + +- Repair package description grammar. + ------------------------------------------------------------------- Thu Aug 24 07:57:17 UTC 2017 - sebix+novell.com@sebix.at diff --git a/python-aiohttp.spec b/python-aiohttp.spec index c140465..73e9ad8 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -13,6 +13,7 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} @@ -21,23 +22,23 @@ Name: python-aiohttp Version: 2.2.5 Release: 0 +Summary: Asynchronous HTTP client/server framework License: Apache-2.0 -Summary: Async http client/server framework -Url: https://aiohttp.readthedocs.io/ Group: Development/Languages/Python +Url: https://aiohttp.readthedocs.io/ Source: https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel >= 3.4.2} BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements %if %{with test} BuildRequires: %{python_module async_timeout >= 1.2.0} BuildRequires: %{python_module chardet} BuildRequires: %{python_module gunicorn} BuildRequires: %{python_module multidict >= 2.1.4} +BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module yarl >= 0.11} %endif # /SECTION @@ -63,11 +64,11 @@ Summary: Documentation files for %name Group: Documentation/HTML %description -Asyncronic HTTP client/server framework for Python. +Asynchronous HTTP client/server framework for Python. -- Supports both client and server side of HTTP protocol. -- Supports both client and server Web-Sockets out-of-the-box. -- Web-server has middlewares and pluggable routing. +- Supports both the client and server side of HTTP protocol. +- Supports both client and server WebSockets out-of-the-box. +- Web-server has middleware and pluggable routing. %description -n %{name}-doc HTML documentation on the API and examples for %name.