forked from pool/python-aiohttp
Accepting request 554678 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/554678 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=11
This commit is contained in:
parent
873eb82c9d
commit
6d3515e5c2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0a2e33e90560dacb819b095b9d9611597925d75d1b93dd9490055d3826d98a82
|
|
||||||
size 843972
|
|
3
aiohttp-2.3.6.tar.gz
Normal file
3
aiohttp-2.3.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0111b4c71d1121bfcbd392bbabd573d20f133f491161b87718a07976e0459c32
|
||||||
|
size 846135
|
@ -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
|
Sun Nov 19 05:10:08 UTC 2017 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%bcond_without test
|
%bcond_without test
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-aiohttp
|
Name: python-aiohttp
|
||||||
Version: 2.3.3
|
Version: 2.3.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Asynchronous HTTP client/server framework
|
Summary: Asynchronous HTTP client/server framework
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -36,6 +36,7 @@ BuildRequires: %{python_module async_timeout >= 2.0.0}
|
|||||||
BuildRequires: %{python_module chardet}
|
BuildRequires: %{python_module chardet}
|
||||||
BuildRequires: %{python_module gunicorn}
|
BuildRequires: %{python_module gunicorn}
|
||||||
BuildRequires: %{python_module multidict >= 3.3.0}
|
BuildRequires: %{python_module multidict >= 3.3.0}
|
||||||
|
BuildRequires: %{python_module pluggy}
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module pytest-timeout}
|
BuildRequires: %{python_module pytest-timeout}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user