forked from pool/python-aiohttp
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:
parent
a89b4070f2
commit
d57901cf0b
@ -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
|
Thu Aug 24 07:57:17 UTC 2017 - sebix+novell.com@sebix.at
|
||||||
|
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
@ -21,23 +22,23 @@
|
|||||||
Name: python-aiohttp
|
Name: python-aiohttp
|
||||||
Version: 2.2.5
|
Version: 2.2.5
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Summary: Asynchronous HTTP client/server framework
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Summary: Async http client/server framework
|
|
||||||
Url: https://aiohttp.readthedocs.io/
|
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: https://aiohttp.readthedocs.io/
|
||||||
Source: https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-%{version}.tar.gz
|
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 devel >= 3.4.2}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module async_timeout >= 1.2.0}
|
BuildRequires: %{python_module async_timeout >= 1.2.0}
|
||||||
BuildRequires: %{python_module chardet}
|
BuildRequires: %{python_module chardet}
|
||||||
BuildRequires: %{python_module gunicorn}
|
BuildRequires: %{python_module gunicorn}
|
||||||
BuildRequires: %{python_module multidict >= 2.1.4}
|
BuildRequires: %{python_module multidict >= 2.1.4}
|
||||||
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module pytest-timeout}
|
BuildRequires: %{python_module pytest-timeout}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module pytest-mock}
|
|
||||||
BuildRequires: %{python_module yarl >= 0.11}
|
BuildRequires: %{python_module yarl >= 0.11}
|
||||||
%endif
|
%endif
|
||||||
# /SECTION
|
# /SECTION
|
||||||
@ -63,11 +64,11 @@ Summary: Documentation files for %name
|
|||||||
Group: Documentation/HTML
|
Group: Documentation/HTML
|
||||||
|
|
||||||
%description
|
%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 the client and server side of HTTP protocol.
|
||||||
- Supports both client and server Web-Sockets out-of-the-box.
|
- Supports both client and server WebSockets out-of-the-box.
|
||||||
- Web-server has middlewares and pluggable routing.
|
- Web-server has middleware and pluggable routing.
|
||||||
|
|
||||||
%description -n %{name}-doc
|
%description -n %{name}-doc
|
||||||
HTML documentation on the API and examples for %name.
|
HTML documentation on the API and examples for %name.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user