Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-aiohttp for openSUSE:Factory checked in at 2021-11-21 23:51:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-aiohttp (Old) and /work/SRC/openSUSE:Factory/.python-aiohttp.new.1895 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aiohttp" Sun Nov 21 23:51:43 2021 rev:25 rq:931926 version:3.7.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-aiohttp/python-aiohttp.changes 2021-09-11 22:24:24.571379453 +0200 +++ /work/SRC/openSUSE:Factory/.python-aiohttp.new.1895/python-aiohttp.changes 2021-11-21 23:52:02.150281226 +0100 @@ -1,0 +2,5 @@ +Wed Nov 17 09:52:49 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com> + +- Update python39-failures.patch to only fire with Python 3.9.7. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python39-failures.patch ++++++ --- /var/tmp/diff_new_pack.6uODM3/_old 2021-11-21 23:52:02.722279382 +0100 +++ /var/tmp/diff_new_pack.6uODM3/_new 2021-11-21 23:52:02.722279382 +0100 @@ -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):