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:
parent
f01a1a7c46
commit
873eb82c9d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42373fbdbe8f09233c17e74f53cee877bc7d5b495b4fc14c32a119255e85e736
|
||||
size 841030
|
3
aiohttp-2.3.3.tar.gz
Normal file
3
aiohttp-2.3.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a2e33e90560dacb819b095b9d9611597925d75d1b93dd9490055d3826d98a82
|
||||
size 843972
|
@ -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 typo’s in Third-party libraries page. And added async-v20 to
|
||||
the list (#2510)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 9 06:33:40 UTC 2017 - arun@gmx.de
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%bcond_without test
|
||||
%define skip_python2 1
|
||||
Name: python-aiohttp
|
||||
Version: 2.3.2
|
||||
Version: 2.3.3
|
||||
Release: 0
|
||||
Summary: Asynchronous HTTP client/server framework
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user