Accepting request 533135 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/533135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiohttp?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2017-10-13 12:15:01 +00:00 committed by Git OBS Bridge
commit 81de3bfba3
2 changed files with 20 additions and 9 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Sep 20 15:49:32 UTC 2017 - aloisio@gmx.com
- Fixed build on non Factory targets
-------------------------------------------------------------------
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

View File

@ -13,31 +13,32 @@
# 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() python3-%{**}}
%bcond_without test %bcond_without test
%define skip_python2 1 %define skip_python2 1
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.