From 9b0b0b9fe0eacea9616a5becb53cd814a66f18f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 13 Jun 2025 12:09:01 -0700 Subject: [PATCH] python3Packages.aiohttp: 3.12.10 -> 3.12.13 Diff: https://github.com/aio-libs/aiohttp/compare/refs/tags/v3.12.10...refs/tags/v3.12.13 Changelog: https://docs.aiohttp.org/en/v3.12.13/changes.html --- pkgs/development/python-modules/aiohttp/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiohttp/default.nix b/pkgs/development/python-modules/aiohttp/default.nix index d331adf8f8cb..d3e69f475eaa 100644 --- a/pkgs/development/python-modules/aiohttp/default.nix +++ b/pkgs/development/python-modules/aiohttp/default.nix @@ -49,14 +49,14 @@ buildPythonPackage rec { pname = "aiohttp"; - version = "3.12.10"; + version = "3.12.13"; pyproject = true; src = fetchFromGitHub { owner = "aio-libs"; repo = "aiohttp"; tag = "v${version}"; - hash = "sha256-ciZGOOfVXYoLzYNIkota3MXMRMxlztf+mFFo0y9r+Lk="; + hash = "sha256-/lzbGnF3+ufs+GPtm+avjQ+lGVCsiE2E64NkRHS3wCM="; }; postPatch = '' @@ -124,6 +124,8 @@ buildPythonPackage rec { "test_client_session_timeout_zero" "test_mark_formdata_as_processed" "test_requote_redirect_url_default" + "test_tcp_connector_ssl_shutdown_timeout_nonzero_passed" + "test_tcp_connector_ssl_shutdown_timeout_zero_not_passed" # don't run benchmarks "test_import_time" # racy