diff --git a/aiohttp-3.5.4.tar.gz b/aiohttp-3.5.4.tar.gz deleted file mode 100644 index 3df8763..0000000 --- a/aiohttp-3.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c4c83f4fa1938377da32bc2d59379025ceeee8e24b89f72fcbccd8ca22dc9bf -size 1097647 diff --git a/aiohttp-3.6.0.tar.gz b/aiohttp-3.6.0.tar.gz new file mode 100644 index 0000000..0f34887 --- /dev/null +++ b/aiohttp-3.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7809ce7de6709afc7770403a70dfdbc4e988c91451108c8e123fac46b870d9 +size 1110800 diff --git a/pytest5.patch b/pytest5.patch deleted file mode 100644 index caf318b..0000000 --- a/pytest5.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 6f920b154ad4e013ac60e4193ac4606fca20be73 Mon Sep 17 00:00:00 2001 -From: "dependabot-preview[bot]" - <27856297+dependabot-preview[bot]@users.noreply.github.com> -Date: Tue, 2 Jul 2019 20:56:53 +0300 -Subject: [PATCH] Bump pytest from 4.6.3 to 5.0.0 (#3879) - ---- - tests/test_worker.py | 2 +- - 3 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/tests/test_worker.py b/tests/test_worker.py -index 675b37968..1106820fb 100644 ---- a/tests/test_worker.py -+++ b/tests/test_worker.py -@@ -195,7 +195,7 @@ def test__get_valid_log_format_ok(worker, source, result) -> None: - def test__get_valid_log_format_exc(worker) -> None: - with pytest.raises(ValueError) as exc: - worker._get_valid_log_format(WRONG_LOG_FORMAT) -- assert '%(name)s' in str(exc) -+ assert '%(name)s' in str(exc.value) - - - async def test__run_ok_parent_changed(worker, loop, diff --git a/python-aiohttp.changes b/python-aiohttp.changes index 72d64b4..c12ffac 100644 --- a/python-aiohttp.changes +++ b/python-aiohttp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Sep 13 12:05:43 UTC 2019 - Tomáš Chvátal + +- Update to 3.6.0: + * Add support for Named Pipes + * Removed Transfer-Encoding: chunked header + * Accept non-GET request for starting websocket handshake on server side +- Drop merged patch pytest5.patch + ------------------------------------------------------------------- Thu Aug 22 09:27:05 UTC 2019 - Tomáš Chvátal diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 3144556..e6ccd1f 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -19,14 +19,13 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-aiohttp -Version: 3.5.4 +Version: 3.6.0 Release: 0 Summary: Asynchronous HTTP client/server framework License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/aio-libs/aiohttp Source: https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-%{version}.tar.gz -Patch0: pytest5.patch BuildRequires: %{python_module Cython} BuildRequires: %{python_module async_timeout >= 3.0} BuildRequires: %{python_module attrs >= 17.3.0} @@ -94,7 +93,6 @@ HTML documentation on the API and examples for %{name}. %prep %setup -q -n aiohttp-%{version} -%patch0 -p1 %build export CFLAGS="%{optflags}"