From 5f93764f26d253138ad8fdbaa06e0a258c775ba841d32c8d7efe920f739bdae5 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Thu, 15 Feb 2024 13:13:16 +0000 Subject: [PATCH 1/2] Accepting request 1146822 from home:glaubitz:branches:devel:languages:python - Add missing Bugzilla and CVE reference OBS-URL: https://build.opensuse.org/request/show/1146822 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=118 --- python-aiohttp.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-aiohttp.changes b/python-aiohttp.changes index 20823f3..65b9f28 100644 --- a/python-aiohttp.changes +++ b/python-aiohttp.changes @@ -349,7 +349,7 @@ Sat Dec 11 19:18:47 UTC 2021 - Ben Greiner checks. #6276 * Added information on running complex applications with additional tasks/processes -- :user:`Dreamsorcerer`. #6278 -- Release 3.8.0 (2021-10-31) +- Release 3.8.0 (2021-10-31) (CVE-2023-47641, bsc#1217174) * Features * Added a GunicornWebWorker feature for extending the aiohttp server configuration by allowing the 'wsgi' coroutine to return From 987d114b725fbe7c8d6b4ca370010a704e3867981cbca0402157cfb12bfa0d46 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Thu, 15 Feb 2024 15:10:57 +0000 Subject: [PATCH 2/2] Accepting request 1146887 from home:glaubitz:branches:devel:languages:python - Add two more missing CVE and Bugzilla references - Reorder CVE and Bugzilla references in changelog OBS-URL: https://build.opensuse.org/request/show/1146887 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=119 --- python-aiohttp.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-aiohttp.changes b/python-aiohttp.changes index 65b9f28..c78ff9a 100644 --- a/python-aiohttp.changes +++ b/python-aiohttp.changes @@ -59,7 +59,7 @@ Mon Nov 27 15:22:11 UTC 2023 - Dirk Müller ------------------------------------------------------------------- Sat Nov 25 22:51:20 UTC 2023 - Dirk Müller -- update to 3.9.0: +- update to 3.9.0: (bsc#1217684, CVE-2023-49081, bsc#1217682, CVE-2023-49082) * Introduced ``AppKey`` for static typing support of ``Application`` storage. * Added a graceful shutdown period which allows pending tasks @@ -349,7 +349,7 @@ Sat Dec 11 19:18:47 UTC 2021 - Ben Greiner checks. #6276 * Added information on running complex applications with additional tasks/processes -- :user:`Dreamsorcerer`. #6278 -- Release 3.8.0 (2021-10-31) (CVE-2023-47641, bsc#1217174) +- Release 3.8.0 (2021-10-31) (bsc#1217174, CVE-2023-47641) * Features * Added a GunicornWebWorker feature for extending the aiohttp server configuration by allowing the 'wsgi' coroutine to return