Accepting request 523262 from home:jengelh:branches:devel:languages:python

- Repair package description grammar.

OBS-URL: https://build.opensuse.org/request/show/523262
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=5
This commit is contained in:
Jan Matejek 2017-09-11 15:42:42 +00:00 committed by Git OBS Bridge
parent a89b4070f2
commit d57901cf0b
2 changed files with 14 additions and 8 deletions

View File

@ -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

View File

@ -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.