diff --git a/aiohttp-2.3.2.tar.gz b/aiohttp-2.3.2.tar.gz deleted file mode 100644 index 994dd84..0000000 --- a/aiohttp-2.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42373fbdbe8f09233c17e74f53cee877bc7d5b495b4fc14c32a119255e85e736 -size 841030 diff --git a/aiohttp-2.3.3.tar.gz b/aiohttp-2.3.3.tar.gz new file mode 100644 index 0000000..f300cef --- /dev/null +++ b/aiohttp-2.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2e33e90560dacb819b095b9d9611597925d75d1b93dd9490055d3826d98a82 +size 843972 diff --git a/python-aiohttp.changes b/python-aiohttp.changes index bfb51eb..652d015 100644 --- a/python-aiohttp.changes +++ b/python-aiohttp.changes @@ -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 diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 6ccfa0d..c1c536b 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.2 +Version: 2.3.3 Release: 0 Summary: Asynchronous HTTP client/server framework License: Apache-2.0