From d57901cf0b37d9932c22c2de8f02f1ee1f9f552a304f10b84b1916bc4744368a Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Mon, 11 Sep 2017 15:42:42 +0000 Subject: [PATCH 1/2] 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 --- python-aiohttp.changes | 5 +++++ python-aiohttp.spec | 17 +++++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) 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. From aa6f6552468fbe1456511ffa476fd321056ae9d3ee915199421df61485faee51 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Fri, 22 Sep 2017 13:51:34 +0000 Subject: [PATCH 2/2] Accepting request 528218 from home:alois:branches:devel:languages:python - Fixed build on non Factory targets OBS-URL: https://build.opensuse.org/request/show/528218 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=6 --- python-aiohttp.changes | 5 +++++ python-aiohttp.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-aiohttp.changes b/python-aiohttp.changes index a466b2a..6f81cf0 100644 --- a/python-aiohttp.changes +++ b/python-aiohttp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 73e9ad8..a4aeb0b 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -16,7 +16,7 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} %bcond_without test %define skip_python2 1 Name: python-aiohttp