15
0

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:
2017-12-06 09:27:11 +00:00
committed by Git OBS Bridge
parent 873eb82c9d
commit 6d3515e5c2
4 changed files with 29 additions and 4 deletions

View File

@@ -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