From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 17 05:43:15 2023 Received: (at submit) by debbugs.gnu.org; 17 Apr 2023 09:43:16 +0000 Received: from localhost ([127.0.0.1]:53234 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1poLOF-0000ha-Jd for submit@debbugs.gnu.org; Mon, 17 Apr 2023 05:43:15 -0400 Received: from lists.gnu.org ([209.51.188.17]:45374) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1poLOD-0000hS-TY for submit@debbugs.gnu.org; Mon, 17 Apr 2023 05:43:14 -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 1poLOD-0005GX-At for guix-patches@gnu.org; Mon, 17 Apr 2023 05:43:13 -0400 Received: from mout-p-201.mailbox.org ([2001:67c:2050:0:465::201]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1poLOB-0005pi-KR for guix-patches@gnu.org; Mon, 17 Apr 2023 05:43:13 -0400 Received: from smtp202.mailbox.org (unknown [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4Q0MYG2rq0z9sj8 for ; Mon, 17 Apr 2023 11:42:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1681724578; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=mXdNn/ShiYPhSSk4Z7GrsAhmWhHs1+FlvNCxEvENcMQ=; b=TVPD97KCzVD0DCoISxP+riCLDplIyow2hq0ah1q86mIJ8QpSl9LKmvBXYN8kNQOKHNVlrn d/hF8bwMQ7lET7AYO6VsJXXhI4NI/smcamyk86+x+Z1NA2Vh/NJ3zXLz6aoGF4XBh5fTRP JO/sWdhODHRYOZGUJmfplgkTPPfsSTd+qvv9+OKntKypUfNLexHMIlmziTYTbCf5Ppw88k zIxOVa+VbF8orVp6VekidWlMA21PMqy0f38Nd870wUkZtAoxq2AsaK5uZmzSjFrcdWfPxQ jEJUuy1jxurp1ATIbEe9oZ2sE3E2PT3DbeRj4rW0l/1J9bnXF4XQsWZ6J1UIiA== From: Brendan Tildesley To: guix-patches@gnu.org Subject: [PATCH] gnu: python-txtorcon Date: Mon, 17 Apr 2023 19:42:22 +1000 Message-Id: <20230417094222.31537-1-mail@brendan.scot> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:67c:2050:0:465::201; envelope-from=mail@brendan.scot; helo=mout-p-201.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) 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.6 (--) gnu/packages/python-crypto.scm (python-txtorcon): Fix build failure due to missing dependency. --- gnu/packages/python-crypto.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index f434c90c73..bf083497d0 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -1317,6 +1317,7 @@ (define-public python-txtorcon (list python-automat python-idna python-incremental + python-pyopenssl python-service-identity python-twisted python-zope-interface)) -- 2.37.3 From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 19 00:06:18 2023 Received: (at 62897) by debbugs.gnu.org; 19 Apr 2023 04:06:18 +0000 Received: from localhost ([127.0.0.1]:60826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1poz5G-00034x-0M for submit@debbugs.gnu.org; Wed, 19 Apr 2023 00:06:18 -0400 Received: from mout-p-201.mailbox.org ([80.241.56.171]:34546) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1poz5E-00034j-Cc for 62897@debbugs.gnu.org; Wed, 19 Apr 2023 00:06:17 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4Q1Rzh489dz9sZV for <62897@debbugs.gnu.org>; Wed, 19 Apr 2023 06:06:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1681877168; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=NidpAbwJgI8lNKHocyb+X7wzlCC1O3WRaUhZS/wK3h0=; b=Zk3SilafKAHMY/eZ8XjdgrJ6jA+Bu1cdxF9B8TFkn/BwUqkKcfBlslhXWG3dKqaeRoS1Ku b+MWjYaSLptEBMMRPzXhyuvePDLcuI8LIRNDDdasCMljhKGuUxsvqDBC/0h425i92Yu0uq noSB3Dzv6525KWVO3bipF5c2BTcF5g3FzHCR6nYR6dGECOnxH7TdpveixKgPbI5TEhH+cw SyAvG4OAldPea1qLZJLdzNS/mGlg0JMzLswo9hhV2Z76H9USfW6Myjn3icBXXPbMgIUZJ/ 7/7y6OPxepgJH/mbgk0FxtESwRFAUbMpVNQjFuIndSVt49eMnF4d+BJaicRwww== From: Brendan Tildesley To: 62897@debbugs.gnu.org Subject: [PATCH v2] gnu: python-txtorcon: Fix build. Date: Wed, 19 Apr 2023 14:05:39 +1000 Message-Id: <20230419040539.13633-1-mail@brendan.scot> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4Q1Rzh489dz9sZV X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 62897 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: -1.7 (-) gnu/packages/python-crypto.scm (python-txtorcon): Fix build failure due to missing dependency. --- Of course I messed up the commit message... gnu/packages/python-crypto.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index f434c90c73..bf083497d0 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -1317,6 +1317,7 @@ (define-public python-txtorcon (list python-automat python-idna python-incremental + python-pyopenssl python-service-identity python-twisted python-zope-interface)) -- 2.37.3 From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 19 01:07:02 2023 Received: (at control) by debbugs.gnu.org; 19 Apr 2023 05:07:02 +0000 Received: from localhost ([127.0.0.1]:60883 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pp021-0004qg-UJ for submit@debbugs.gnu.org; Wed, 19 Apr 2023 01:07:02 -0400 Received: from knopi.disroot.org ([178.21.23.139]:37692) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pp020-0004pk-DQ for control@debbugs.gnu.org; Wed, 19 Apr 2023 01:07:01 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 12221402F2 for ; Wed, 19 Apr 2023 07:06:59 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4gg7wMZyOKsA for ; Wed, 19 Apr 2023 07:06:58 +0200 (CEST) Message-ID: <057617a0-1297-1977-2821-a55d837f32aa@disroot.org> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1681880818; bh=gWpj5v3mJN94e8ViKPB1LB8BoqRqcmCOe8npOwL3iIU=; h=Date:To:From:Subject; b=lcdJKmsShG0PEtyFmYR0jIpRbshpRUT55H3RkIYbHP1P9qKW+Yst2edTsLqzIg7yO YTK8J+qVajMZzXI43DNpHANpmUvXmID5Mlasy5xxK5rTd5mTxgPwvojz9r/lACkT67 mjjAxE2lM1R9kVdhu2nM5yirHh21jkfa9Dl4YCgSsE95+DGnCkgXu4XL6ROzW+dfvb uupPJzpPvl1RY/QGhC8HTlSynkDlamKsXct2s54FTL5Y2j/DtQOeq71uiwtsqXNR27 1KdzJfLLJsi91Z+6JO6UpY/11H39zeBDS4GlZEJfMUqsAGqJn1JUDdHHIZdElznSAK lWayqXFbz5SeQ== Date: Wed, 19 Apr 2023 13:06:44 +0800 MIME-Version: 1.0 Content-Language: en-US To: control@debbugs.gnu.org From: Adam Faiz Subject: retitle bug #62897 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control 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: -1.0 (-) retitle 62897 [PATCH] gnu: python-txtorcon: Fix build failure due to missing dependency. From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 21 05:05:55 2023 Received: (at 62897-done) by debbugs.gnu.org; 21 Apr 2023 09:05:55 +0000 Received: from localhost ([127.0.0.1]:39330 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ppmiJ-0001yd-DS for submit@debbugs.gnu.org; Fri, 21 Apr 2023 05:05:55 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:51515) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ppmiH-0001yQ-2D for 62897-done@debbugs.gnu.org; Fri, 21 Apr 2023 05:05:53 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 31BDBFF810; Fri, 21 Apr 2023 09:05:46 +0000 (UTC) From: Nicolas Goaziou To: Brendan Tildesley Subject: Re: [bug#62897] [PATCH v2] gnu: python-txtorcon: Fix build. In-Reply-To: <20230419040539.13633-1-mail@brendan.scot> (Brendan Tildesley's message of "Wed, 19 Apr 2023 14:05:39 +1000") References: <20230417094222.31537-1-mail@brendan.scot> <20230419040539.13633-1-mail@brendan.scot> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) Date: Fri, 21 Apr 2023 11:05:41 +0200 Message-ID: <877cu54nbu.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 62897-done Cc: 62897-done@debbugs.gnu.org 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: -1.7 (-) Hello, Brendan Tildesley writes: > gnu/packages/python-crypto.scm (python-txtorcon): Fix build failure due > to missing dependency. > --- > Of course I messed up the commit message... I tweaked again the commit message (mentionning python-pyopenssl addition) and applied your patch. Thank you. Regards, -- Nicolas Goaziou From unknown Fri Aug 15 04:04:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 19 May 2023 11:24:11 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator