Hello community, here is the log from the commit of package python-aiohttp for openSUSE:Factory checked in at 2017-10-13 14:15:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-aiohttp (Old) and /work/SRC/openSUSE:Factory/.python-aiohttp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aiohttp" Fri Oct 13 14:15:01 2017 rev:2 rq:533135 version:2.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-aiohttp/python-aiohttp.changes 2017-09-29 11:55:21.623022466 +0200 +++ /work/SRC/openSUSE:Factory/.python-aiohttp.new/python-aiohttp.changes 2017-10-13 14:15:08.362730333 +0200 @@ -1,0 +2,10 @@ +Wed Sep 20 15:49:32 UTC 2017 - [email protected] + +- Fixed build on non Factory targets + +------------------------------------------------------------------- +Mon Sep 11 15:24:42 UTC 2017 - [email protected] + +- Repair package description grammar. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-aiohttp.spec ++++++ --- /var/tmp/diff_new_pack.SrUcqZ/_old 2017-10-13 14:15:10.218648728 +0200 +++ /var/tmp/diff_new_pack.SrUcqZ/_new 2017-10-13 14:15:10.222648551 +0200 @@ -13,31 +13,32 @@ # published by the Open Source Initiative. # 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 %define skip_python2 1 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 @@ 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.
