diff --git a/python-aiohttp.changes b/python-aiohttp.changes index 1baeff3..87b8196 100644 --- a/python-aiohttp.changes +++ b/python-aiohttp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 17 09:52:49 UTC 2021 - Steve Kowalik + +- Update python39-failures.patch to only fire with Python 3.9.7. + ------------------------------------------------------------------- Fri Sep 10 14:22:31 UTC 2021 - Matej Cepl diff --git a/python39-failures.patch b/python39-failures.patch index 6f21314..1179002 100644 --- a/python39-failures.patch +++ b/python39-failures.patch @@ -14,7 +14,7 @@ from aiohttp import web -+py39 = sys.version_info[:3] >= (3, 9, 7) ++py39 = sys.version_info[:3] == (3, 9, 7) async def test_middleware_modifies_response(loop, aiohttp_client) -> None: async def handler(request):