From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id GKN2AM+s+mSJewEAauVa8A:P1 (envelope-from ) for ; Fri, 08 Sep 2023 07:10:39 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id GKN2AM+s+mSJewEAauVa8A (envelope-from ) for ; Fri, 08 Sep 2023 07:10:39 +0200 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 87D225A4FC for ; Fri, 8 Sep 2023 07:10:38 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=dismail.de header.s=20190914 header.b=Y9VesFEZ; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1694149838; h=from:from:sender:sender:reply-to: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=xBvlEsesmrutKi76Z4lrjGOrbA5FdZZlJ3Ne+Jd1jWc=; b=dJNK+YvIGQxgt8A3T7wpWEqryIZrTWhj1wgwvj+TPY8mQ1xgxHzwE+k4uSA+ce5d3pP7Hb Xy2+5TtuqHXpeNJZxFp+gXHqPndbXTc8mWk6BTxaN5QLny7JgvPBNtlmXxQYN0OF5yNqHk gXXFNNunb8/T5e6D0WLrcmECeav1DHIaADTMZegTVAEPWum1uMLQYH5nSp/NAyFGMnKCff VFLWS5fz4REzrFqhZ7MQEYWmrQkLH4n5aXGS1woYtvtFujMovUl6apFMse1E+v6MfDJgYy OmSVwAyIwZUpdm+gf0UMlZ2KZeXnyIJhULigPsbupeRg3Zjj4eC6dqRji+iRAg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=dismail.de header.s=20190914 header.b=Y9VesFEZ; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1694149838; a=rsa-sha256; cv=none; b=adqD20WsvlKQkKy56UUUzEXNSI5xgdrImj/kWoVstnTs39wp8En7pTjWg0S67fokLGNQy7 eYyfEwykFwgtxuiK/wb0djIxmj+wdEsxCtHpHQ/Y9M0rVOBqAk6fr3DBT8GXIaXIDV5jHg 3uhlUAubXrv3GDbpjidewZoAtaYd49VxqfFv8AoOg7o5nu4BbFDlQ612NCiTlqNX67GtZX b5apfyirD/i0++W1TbzRgo8dZTMUU3sniDPzIkm+9JCNk39X36Io/M59aY4Soip1cLd0JR 3kiq3aWf6pVyeBlaQI9guYlQR9sbE/LOArN/T/xyDst6qqcvHGxz5JYaFV9R3Q== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qeTkv-0003LG-UT; Fri, 08 Sep 2023 01:10:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qeTkm-0003Je-K4 for guix-patches@gnu.org; Fri, 08 Sep 2023 01:10:01 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qeTkm-0005fq-Bm for guix-patches@gnu.org; Fri, 08 Sep 2023 01:10:00 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qeTko-0000dI-Cz for guix-patches@gnu.org; Fri, 08 Sep 2023 01:10:02 -0400 Subject: bug#65781: [PATCH 1/1] gnu: python-mypy: Update to 0.981. Resent-From: "jgart" Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 08 Sep 2023 05:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 65781 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Munyoki Kilyungi" , 65781-done@debbugs.gnu.org Cc: Lars-Dominik Braun Mail-Followup-To: 65781@debbugs.gnu.org, jgart@dismail.de, me@bonfacemunyoki.com Received: via spool by 65781-done@debbugs.gnu.org id=D65781.16941497752373 (code D ref 65781); Fri, 08 Sep 2023 05:10:02 +0000 Received: (at 65781-done) by debbugs.gnu.org; 8 Sep 2023 05:09:35 +0000 Received: from localhost ([127.0.0.1]:41918 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qeTkN-0000cD-BU for submit@debbugs.gnu.org; Fri, 08 Sep 2023 01:09:35 -0400 Received: from mx2.dismail.de ([159.69.191.136]:37017) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qeTkK-0000bz-Tn for 65781-done@debbugs.gnu.org; Fri, 08 Sep 2023 01:09:33 -0400 Received: from mx2.dismail.de (localhost [127.0.0.1]) by mx2.dismail.de (OpenSMTPD) with ESMTP id 7a2bda50; Fri, 8 Sep 2023 07:09:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h= mime-version:date:content-type:content-transfer-encoding:from :message-id:subject:to:cc:in-reply-to:references; s=20190914; bh=xBvlEsesmrutKi76Z4lrjGOrbA5FdZZlJ3Ne+Jd1jWc=; b=Y9VesFEZnNp8 zk1w7CqWmxQ7EFzxZTzcJZrcu3z+PwxzORrfE47p3llSdKYyz8OmWkV7AEcRAUQe Riw0d3J33+RwQJOOJY02MK+tVUEGOr6Texs/6Ui8uAqGyYpzDkVu+aLkfvbzWSua rruZljeOi8RO6S+5apWtR6YfqR95/JeMx5X3kj/cmQbxr9xhTjGx1l3QtTetHEkH uISSlWDZMLNwfADx2mrqp1KTurRescC84dEWLN0rnApyXhW5QB+hdj5T81NX63Eg GLIfWE/fLDUgwd8v1TJhC0pGGRN8AOfej8k6aCIbEcY01sm0hu9c6jFr7ZLYcQe1 9N0eafEmdA== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx2.dismail.de (OpenSMTPD) with ESMTP id 5969343d; Fri, 8 Sep 2023 07:09:23 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 1dc07dee; Fri, 8 Sep 2023 07:09:23 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 53de94b9 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 8 Sep 2023 07:09:23 +0200 (CEST) MIME-Version: 1.0 Date: Fri, 08 Sep 2023 05:09:22 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: RainLoop/1.17.0 Message-ID: <40c8b973d90d698aabfb793253527751@dismail.de> In-Reply-To: <8ed7594522199b8e58e5584e677d7395e182f00f.1693999044.git.me@bonfacemunyoki.com> References: <8ed7594522199b8e58e5584e677d7395e182f00f.1693999044.git.me@bonfacemunyoki.com> 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: , Reply-to: jgart X-ACL-Warn: , jgart via Guix-patches From: jgart via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: 87D225A4FC X-Migadu-Scanner: mx1.migadu.com X-Migadu-Spam-Score: -5.43 X-Spam-Score: -5.43 X-TUID: zaGhnOd4q0mN Thanks, applied!