diff --git a/aiohttp-3.1.2.tar.gz b/aiohttp-3.1.2.tar.gz deleted file mode 100644 index a6b1815..0000000 --- a/aiohttp-3.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df49fe4452a942e0031174c78917f9926d122d4603bf56bae4591639f2a3dc6a -size 752744 diff --git a/aiohttp-3.1.3.tar.gz b/aiohttp-3.1.3.tar.gz new file mode 100644 index 0000000..fd986bf --- /dev/null +++ b/aiohttp-3.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fcef0489e3335b200d31a9c1fb6ba80fdafe14cd82b971168c2f9fa1e4508ad +size 756886 diff --git a/python-aiohttp.changes b/python-aiohttp.changes index 891575b..dad29b6 100644 --- a/python-aiohttp.changes +++ b/python-aiohttp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Apr 14 17:22:15 UTC 2018 - arun@gmx.de + +- update to version 3.1.3: + * Fix cancellation broadcast during DNS resolve (#2910) + ------------------------------------------------------------------- Thu Apr 12 20:47:59 UTC 2018 - arun@gmx.de diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 5cc42a7..a670627 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -20,12 +20,12 @@ %define skip_python2 1 %bcond_without test Name: python-aiohttp -Version: 3.1.2 +Version: 3.1.3 Release: 0 Summary: Asynchronous HTTP client/server framework License: Apache-2.0 Group: Development/Languages/Python -Url: https://aiohttp.readthedocs.io/ +URL: https://aiohttp.readthedocs.io/ Source: https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-%{version}.tar.gz # PATCH-FIX-OPENSUSE alarrosa@suse.com -- Fix failing tests due to issue in pytest-timeout Patch0: remove-failing-tests-due-to-pytest-timeout-issues.patch