From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 14 22:36:51 2021 Received: (at submit) by debbugs.gnu.org; 15 Oct 2021 02:36:51 +0000 Received: from localhost ([127.0.0.1]:37503 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mbD5X-00070i-31 for submit@debbugs.gnu.org; Thu, 14 Oct 2021 22:36:51 -0400 Received: from lists.gnu.org ([209.51.188.17]:59842) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mbD5U-00070Y-SM for submit@debbugs.gnu.org; Thu, 14 Oct 2021 22:36:49 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55230) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mbD5U-0001iv-Iz for guix-patches@gnu.org; Thu, 14 Oct 2021 22:36:48 -0400 Received: from elegua.eauchat.org ([91.224.149.118]:54044 helo=eauchat.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mbD5T-0004sV-9z for guix-patches@gnu.org; Thu, 14 Oct 2021 22:36:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eauchat.org; s=mail; t=1634265405; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:in-reply-to: references; bh=C2OontMXpa4PDC9ESCw8L2KkouzMoPsaWbbiWYjPV4o=; b=KPH8S3XdYqdhQvt19wFTpvbDdyP7bKdzLJ/SFeHTRLi3zx8/Zd7IRHkhgLwQVmaMJgMBbg 1+35uF5VHIW3JvaHL8ql1A8+saB43QQCFaLgkB6rTKDZDjtpZ3a39lJhd4ntoIDdkIAYbb vfNzP9ZSEEKYZgOZjxbXWeRmAYyx/WA= From: =?utf-8?Q?S=C3=A9bastien?= Lerique To: guix-patches@gnu.org Subject: [PATCH 0/24] Package python-pantalaimon Date: Fri, 15 Oct 2021 11:35:41 +0900 Message-ID: <87a6jbypxl.fsf@eauchat.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=91.224.149.118; envelope-from=sl@eauchat.org; helo=eauchat.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Dear Guix, This patchset packages the pantalaimon E2EE proxy for Matrix clients. It's the first time I'm sending a full-fledged patchset, and all comments are super welcome! (One question is how to generate the git summary I see in other 0/n patchset messages, which would have avoided me cancelling bug#51220.) Best, S=C3=A9bastien