From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 8VStCQk0tWGWTAAAgWs5BA (envelope-from ) for ; Sun, 12 Dec 2021 00:28:09 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id eAiKBAk0tWFUZQAAbx9fmQ (envelope-from ) for ; Sat, 11 Dec 2021 23:28:09 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 6BEA92DBF1 for ; Sun, 12 Dec 2021 00:28:08 +0100 (CET) Received: from localhost ([::1]:36512 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mwBmh-0001du-Hp for larch@yhetil.org; Sat, 11 Dec 2021 18:28:07 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33522) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mwBmd-0001df-44 for guix-patches@gnu.org; Sat, 11 Dec 2021 18:28:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38713) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mwBmc-0005Gs-SK for guix-patches@gnu.org; Sat, 11 Dec 2021 18:28:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mwBmc-0005HY-MJ for guix-patches@gnu.org; Sat, 11 Dec 2021 18:28:02 -0500 Subject: bug#51396: [PATCH 0/7] Update python-moto. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 11 Dec 2021 23:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 51396 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Vinicius Monego Cc: 51396-done@debbugs.gnu.org Mail-Followup-To: 51396@debbugs.gnu.org, ludo@gnu.org, monego@posteo.net Received: via spool by 51396-done@debbugs.gnu.org id=D51396.163926526620276 (code D ref 51396); Sat, 11 Dec 2021 23:28:02 +0000 Received: (at 51396-done) by debbugs.gnu.org; 11 Dec 2021 23:27:46 +0000 Received: from localhost ([127.0.0.1]:50258 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mwBmL-0005Gy-OY for submit@debbugs.gnu.org; Sat, 11 Dec 2021 18:27:45 -0500 Received: from eggs.gnu.org ([209.51.188.92]:60906) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mwBmJ-0005Gl-U2 for 51396-done@debbugs.gnu.org; Sat, 11 Dec 2021 18:27:44 -0500 Received: from [2001:470:142:3::e] (port=42350 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mwBmE-0005FB-NA; Sat, 11 Dec 2021 18:27:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=HlwUvr5K9BNxogyqta9XuFhmxMzSBjdegFWhOnG0D5Y=; b=Hgr3tDL7n7iHsIAKTo4y eqAh8yHMZNlyJTkrce3H0TkgnXcQDqPvl3DYhoCpJ7Kg7NjcGHPY0T+lao+72NM4m1m36PlhMJh1I 2dwsnWipUXUzZLEVGOLowaepJzqc5J2n0X6WqcfsxoR9dZk1GM3gNK/ffT7D7E7t+gTCIuR3eN5AM z8qzLCDXgl09+HYat4F1LGim9gV8G2ceRfNxNpAp19BuLXcnD/dMoY5Lu3CcIsw91l8XcJY6G0Kjx ZPcxXH0IB1WGCrV8i8WE1jrqKOTGEkm9mctrXYNFaaFIzaMr6bFCLzP88p9X/XMoPpqTGl5n5f91G 4SwPD1ZdSTYL1Q==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=37136 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mwBmE-0007iz-L7; Sat, 11 Dec 2021 18:27:38 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20211025194445.61139-1-monego@posteo.net> Date: Sun, 12 Dec 2021 00:27:36 +0100 In-Reply-To: <20211025194445.61139-1-monego@posteo.net> (Vinicius Monego's message of "Mon, 25 Oct 2021 19:44:45 +0000") Message-ID: <87zgp64t93.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1639265288; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=HlwUvr5K9BNxogyqta9XuFhmxMzSBjdegFWhOnG0D5Y=; b=ocF3i6VHejUNV4DuyaDZWIXP5Uo1cHEixPZRM/WEn2XOgjDroTWk0TweizQhxxW4tWWNVe pCvPZGPc3WK9AfqI3H/R3woJ9PfIAiWtfJr8dRh+Gs2E6GCxrNnetkFlkeSNPXhdHCV1/8 vMPPwb025gaCKVFLAAOnWIySqEkeh/9cAl5EFZySPvrgvZs+gB8dnlcoJ/0ivdfRaPhG+a 3l3BBPrsCzEQ1pqsVUTNdr2B8WaSKDdi6AEL3SikuhljiWJrh95q2o2IuYgB32nV6+wapv ZVr7pSnkqJ5icmPVbgcqMxWdfDiN2qrD5A9L8TRvV50hNh1nzdg1XNUqFyv8cg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1639265288; a=rsa-sha256; cv=none; b=LvnM2traMcvsLll+eYdQfFjzyJ8buv5N5ZkwxG2U0r9/P/W9F2BXoqgIrcTA4mLuwVor7D JpXvUkvFo6JxYbcdmfhSvl/8mnPTA3Vy4zdBrbeXK4Wh0arUnSMKSI+ifpvGIh3BG2RsJ2 xZVOny/rwxzI8Z5qfQwuCAgED+HmjQvtFMaUMQHjTj3fZ83BjlbOMdREK+QiNvZGkBGMmu aB8phhLV6owrnsXatRIrGjb9pcoqG+yXQ7yqSjM5vl1t3cjoBS7Gg7+/+GGhuQjVrQdzOE T3/Yhl9hoF91Dy1HqjplON3DpWs01fc+gpX7aO5PDw3ATltnN5ZmrFOkxzhSkw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Hgr3tDL7; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.66 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Hgr3tDL7; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 6BEA92DBF1 X-Spam-Score: -3.66 X-Migadu-Scanner: scn1.migadu.com X-TUID: Sq9unWNCZp02 Hi, Vinicius Monego skribis: > gnu: python-aws-sam-translator: Update to 1.39.0. > gnu: python-cfn-lint: Update to 0.54.3. > gnu: python-cfn-lint: Respect #:tests?. > gnu: python-s3transfer: Update to 0.5.0. > gnu: Update awscli, python-boto3 and python-botocore. > gnu: python-moto: Update to 2.2.11. > gnu: python-moto: Respect #:tests?. Finally applied v2 of the patch set. Sorry for the long delay, and thank you! Ludo=E2=80=99.