From 873eb82c9df45abbe64ce20797f2ce9d326514b35cefe398baa7d286c71cb7f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 19 Nov 2017 14:49:09 +0000 Subject: [PATCH] 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 --- aiohttp-2.3.2.tar.gz | 3 --- aiohttp-2.3.3.tar.gz | 3 +++ python-aiohttp.changes | 15 +++++++++++++++ python-aiohttp.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 aiohttp-2.3.2.tar.gz create mode 100644 aiohttp-2.3.3.tar.gz 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