From patchwork Thu Jun 23 12:31:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 5700 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4LTKPg13kKz40Tc for ; Thu, 23 Jun 2022 12:31:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4LTKPc5NnDz1RT; Thu, 23 Jun 2022 12:31:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4LTKPc3GWPz2yqV; Thu, 23 Jun 2022 12:31:48 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4LTKPZ4wySz2xN0 for ; Thu, 23 Jun 2022 12:31:46 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4LTKPY6w5Qz7n; Thu, 23 Jun 2022 12:31:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1655987506; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=9etOS/HvSLPZCCll5f3HOCl0ehq9pWkE7o5ZtfVxeeQ=; b=kN+AULsiOmL/02tnO6Wqp6zSBLmm56hpdR8stGYcKjyJRGcB0tqJH+e7paOwbhxgFUOasG ZCrFqJXPbmPpw7KPTJHziGBNv6+UGp7ysBYo7KHDI5K0CYoPMfJudJwEIeLlrHABYPB2oL mQik0VW+yIYogglDobQmc1aep6yPUDerGzy1WRrgJAFn0PHyYbkED57pDyqTGiFhACIMYY OzjOVe7CIjXWvT+YrY3aPmf7f34RjzX/jm1mKALVREPtqA9hoTnAOvFz4xOuGcdtly/DTk C+lFK/qS7sbL0rTpYp/j4kRX9PjiCrQgiHXc7jj/eiquqoJH3e2J/Lv23uim5w== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1655987506; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=9etOS/HvSLPZCCll5f3HOCl0ehq9pWkE7o5ZtfVxeeQ=; b=xFZzKmczyZIv/1XyvA8h3Gq1b00g3yM74dqMGfaVEv+ubp9E5XzKUPd9QuwXhxIMYGaAz2 rGMuQLkS9H2Y+aCA== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 1/2] python3-botocore: Add httpchecksum module Date: Thu, 23 Jun 2022 12:31:40 +0000 Message-Id: <20220623123141.2397233-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" It looks like this has been commented out by mistake Signed-off-by: Michael Tremer --- config/rootfiles/packages/python3-botocore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/packages/python3-botocore b/config/rootfiles/packages/python3-botocore index 3696fe528..2ff8da3e1 100644 --- a/config/rootfiles/packages/python3-botocore +++ b/config/rootfiles/packages/python3-botocore @@ -1593,7 +1593,7 @@ usr/lib/python3.10/site-packages/botocore/exceptions.py usr/lib/python3.10/site-packages/botocore/handlers.py usr/lib/python3.10/site-packages/botocore/history.py usr/lib/python3.10/site-packages/botocore/hooks.py -#usr/lib/python3.10/site-packages/botocore/httpchecksum.py +usr/lib/python3.10/site-packages/botocore/httpchecksum.py usr/lib/python3.10/site-packages/botocore/httpsession.py usr/lib/python3.10/site-packages/botocore/loaders.py usr/lib/python3.10/site-packages/botocore/model.py