diff --git a/aiohttp-2.3.3.tar.gz b/aiohttp-2.3.3.tar.gz deleted file mode 100644 index f300cef..0000000 --- a/aiohttp-2.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a2e33e90560dacb819b095b9d9611597925d75d1b93dd9490055d3826d98a82 -size 843972 diff --git a/aiohttp-2.3.6.tar.gz b/aiohttp-2.3.6.tar.gz new file mode 100644 index 0000000..89401d6 --- /dev/null +++ b/aiohttp-2.3.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0111b4c71d1121bfcbd392bbabd573d20f133f491161b87718a07976e0459c32 +size 846135 diff --git a/python-aiohttp.changes b/python-aiohttp.changes index 652d015..e46382b 100644 --- a/python-aiohttp.changes +++ b/python-aiohttp.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed Dec 6 03:01:31 UTC 2017 - arun@gmx.de + +- update to version 2.3.6: + * Correct request.app context (for handlers not just + middlewares). (#2577) + +------------------------------------------------------------------- +Sun Dec 3 19:10:33 UTC 2017 - arun@gmx.de + +- specfile: + * require pluggy + +- update to version 2.3.5: + * Fix compatibility with pytest 3.3+ (#2565) + +- changes from version 2.3.4: + * Make request.app point to proper application instance when using + nested applications (with middlewares). (#2550) + * Change base class of ClientConnectorSSLError to ClientSSLError + from ClientConnectorError. (#2563) + * Return client connection back to free pool on error in + connector.connect(). (#2567) + ------------------------------------------------------------------- Sun Nov 19 05:10:08 UTC 2017 - arun@gmx.de diff --git a/python-aiohttp.spec b/python-aiohttp.spec index c1c536b..27fc037 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -20,7 +20,7 @@ %bcond_without test %define skip_python2 1 Name: python-aiohttp -Version: 2.3.3 +Version: 2.3.6 Release: 0 Summary: Asynchronous HTTP client/server framework License: Apache-2.0 @@ -36,6 +36,7 @@ BuildRequires: %{python_module async_timeout >= 2.0.0} BuildRequires: %{python_module chardet} BuildRequires: %{python_module gunicorn} BuildRequires: %{python_module multidict >= 3.3.0} +BuildRequires: %{python_module pluggy} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest}