15
0

Accepting request 542873 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/542873
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=10
This commit is contained in:
2017-11-19 14:49:09 +00:00
committed by Git OBS Bridge
parent f01a1a7c46
commit 873eb82c9d
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Nov 19 05:10:08 UTC 2017 - arun@gmx.de
- update to version 2.3.3:
* Having a ; in Response content type does not assume it contains a
charset anymore. (#2197)
* Use getattr(asyncio, async) for keeping compatibility with
Python 3.7. (#2476)
* Ignore NotImplementedError raised by set_child_watcher from
uvloop. (#2491)
* Fix warning in ClientSession.__del__ by stopping to try to close
it. (#2523)
* Fixed typos in Third-party libraries page. And added async-v20 to
the list (#2510)
-------------------------------------------------------------------
Thu Nov 9 06:33:40 UTC 2017 - arun@gmx.de