From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 06 09:00:28 2022 Received: (at submit) by debbugs.gnu.org; 6 Jan 2022 14:00:28 +0000 Received: from localhost ([127.0.0.1]:39922 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n5TJc-0001kh-6t for submit@debbugs.gnu.org; Thu, 06 Jan 2022 09:00:28 -0500 Received: from lists.gnu.org ([209.51.188.17]:55968) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n5TJa-0001kZ-E1 for submit@debbugs.gnu.org; Thu, 06 Jan 2022 09:00:27 -0500 Received: from eggs.gnu.org ([209.51.188.92]:51238) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n5TJZ-0003Xs-UG for guix-patches@gnu.org; Thu, 06 Jan 2022 09:00:26 -0500 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:54007) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n5TJV-0003Tv-W7 for guix-patches@gnu.org; Thu, 06 Jan 2022 09:00:25 -0500 Received: (Authenticated sender: tanguy@bioneland.org) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id C51294000B; Thu, 6 Jan 2022 14:00:16 +0000 (UTC) From: Tanguy Le Carrour To: guix-patches@gnu.org Subject: [PATCH 0/3] gnu: poetry: Fix package inputs. Date: Thu, 6 Jan 2022 14:59:59 +0100 Message-Id: <20220106135959.6767-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=217.70.183.194; envelope-from=tanguy@bioneland.org; helo=relay2-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Tanguy Le Carrour 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: -3.3 (---) Tanguy Le Carrour (3): gnu: python-os-testr: Add python-testrepository to inputs. gnu: poetry: Fix package inputs. gnu: python-msgpack-transitional: Remove unused variable. gnu/packages/openstack.scm | 3 ++- gnu/packages/python-xyz.scm | 31 +++---------------------------- 2 files changed, 5 insertions(+), 29 deletions(-) -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 06 09:34:28 2022 Received: (at 53054) by debbugs.gnu.org; 6 Jan 2022 14:34:28 +0000 Received: from localhost ([127.0.0.1]:39976 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n5TqW-0002c4-6G for submit@debbugs.gnu.org; Thu, 06 Jan 2022 09:34:28 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:55623) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n5TqR-0002bf-5B for 53054@debbugs.gnu.org; Thu, 06 Jan 2022 09:34:26 -0500 Received: (Authenticated sender: tanguy@bioneland.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 898061C0006; Thu, 6 Jan 2022 14:34:15 +0000 (UTC) From: Tanguy Le Carrour To: 53054@debbugs.gnu.org Subject: [PATCH 1/3] gnu: python-os-testr: Add python-testrepository to inputs. Date: Thu, 6 Jan 2022 15:33:57 +0100 Message-Id: <20220106143359.11750-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53054 Cc: Tanguy Le Carrour 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 (-) This fixes a build failure in the 'sanity-check' phase. * gnu/packages/openstack.scm (python-os-testr)[native-inputs]: Add python-testrepository. --- gnu/packages/openstack.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index b0395fd7d0..a0322c9914 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm @@ -6,6 +6,7 @@ ;;; Copyright © 2018 Marius Bakke ;;; Copyright © 2020, 2021 Ricardo Wurmus ;;; Copyright © 2020 Maxim Cournoyer +;;; Copyright © 2022 Tanguy Le Carrour ;;; ;;; This file is part of GNU Guix. ;;; @@ -270,7 +271,7 @@ (define-public python-os-testr (propagated-inputs (list python-subunit)) (native-inputs - (list python-pbr python-testtools python-babel)) + (list python-pbr python-testtools python-babel python-testrepository)) (home-page "https://www.openstack.org/") (synopsis "Testr wrapper to provide functionality for OpenStack projects") (description -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 06 09:34:29 2022 Received: (at 53054) by debbugs.gnu.org; 6 Jan 2022 14:34:29 +0000 Received: from localhost ([127.0.0.1]:39978 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n5TqX-0002cD-Ek for submit@debbugs.gnu.org; Thu, 06 Jan 2022 09:34:29 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:41765) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n5TqV-0002bm-AX for 53054@debbugs.gnu.org; Thu, 06 Jan 2022 09:34:27 -0500 Received: (Authenticated sender: tanguy@bioneland.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 8D6321C0004; Thu, 6 Jan 2022 14:34:21 +0000 (UTC) From: Tanguy Le Carrour To: 53054@debbugs.gnu.org Subject: [PATCH 2/3] gnu: python-msgpack-transitional: Fix broken tests. Date: Thu, 6 Jan 2022 15:33:58 +0100 Message-Id: <20220106143359.11750-2-tanguy@bioneland.org> X-Mailer: git-send-email 2.34.0 In-Reply-To: <20220106143359.11750-1-tanguy@bioneland.org> References: <20220106143359.11750-1-tanguy@bioneland.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53054 Cc: Tanguy Le Carrour 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-xyz.scm (python-msgpack-transitional)[arguments]: Replace references to deprecated Python methods. --- gnu/packages/python-xyz.scm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bea33cbf05..40c9e30969 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10688,6 +10688,11 @@ (define-public python-msgpack-transitional (substitute* "setup.py" (("TRANSITIONAL = False") "TRANSITIONAL = 1")) + ;; This old version is not compatible with Python 3.9 + (substitute* '("test/test_buffer.py" "test/test_extension.py") + ((".tostring\\(") ".tobytes(")) + (substitute* '("test/test_buffer.py" "test/test_extension.py") + ((".fromstring\\(") ".frombytes(")) #t)))))))) (define-public python2-msgpack -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 06 09:34:31 2022 Received: (at 53054) by debbugs.gnu.org; 6 Jan 2022 14:34:32 +0000 Received: from localhost ([127.0.0.1]:39981 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n5TqZ-0002cS-Mv for submit@debbugs.gnu.org; Thu, 06 Jan 2022 09:34:31 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:35673) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n5TqY-0002br-AJ for 53054@debbugs.gnu.org; Thu, 06 Jan 2022 09:34:30 -0500 Received: (Authenticated sender: tanguy@bioneland.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 829F61C001A; Thu, 6 Jan 2022 14:34:24 +0000 (UTC) From: Tanguy Le Carrour To: 53054@debbugs.gnu.org Subject: [PATCH 3/3] gnu: poetry: Fix package inputs. Date: Thu, 6 Jan 2022 15:33:59 +0100 Message-Id: <20220106143359.11750-3-tanguy@bioneland.org> X-Mailer: git-send-email 2.34.0 In-Reply-To: <20220106143359.11750-1-tanguy@bioneland.org> References: <20220106143359.11750-1-tanguy@bioneland.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53054 Cc: Tanguy Le Carrour 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-xyz.scm (poetry)[propagated-inputs]: Add python-crashtest and python-entrypoints. Remove python-clikit. [WIP] re-add python-msgpack-transitional to make poetry work --- gnu/packages/python-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 40c9e30969..57f5a4eddd 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15832,7 +15832,8 @@ (define-public poetry (list python-cachecontrol python-cachy python-cleo - python-clikit + python-crashtest + python-entrypoints python-html5lib python-keyring python-msgpack-transitional -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 11 12:55:37 2022 Received: (at 53054-done) by debbugs.gnu.org; 11 Jan 2022 17:55:37 +0000 Received: from localhost ([127.0.0.1]:55486 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7LMv-00020a-JH for submit@debbugs.gnu.org; Tue, 11 Jan 2022 12:55:37 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:58302) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7LMt-000208-JT for 53054-done@debbugs.gnu.org; Tue, 11 Jan 2022 12:55:36 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id C5F8D545; Tue, 11 Jan 2022 18:55:29 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wTQ60ICiGbP0; Tue, 11 Jan 2022 18:55:29 +0100 (CET) Received: from ribbon (91-160-117-201.subs.proxad.net [91.160.117.201]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 2D448F2; Tue, 11 Jan 2022 18:55:29 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Tanguy Le Carrour Subject: Re: bug#53054: [PATCH 0/3] gnu: poetry: Fix package inputs. References: <20220106135959.6767-1-tanguy@bioneland.org> Date: Tue, 11 Jan 2022 18:55:28 +0100 In-Reply-To: <20220106135959.6767-1-tanguy@bioneland.org> (Tanguy Le Carrour's message of "Thu, 6 Jan 2022 14:59:59 +0100") Message-ID: <87ee5etawf.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-Spamd-Bar: / Authentication-Results: hera.aquilenet.fr; none X-Rspamd-Server: hera X-Rspamd-Queue-Id: C5F8D545 X-Spamd-Result: default: False [-0.10 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 53054-done Cc: 53054-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: -0.0 (/) Hi, Tanguy Le Carrour skribis: > gnu: python-os-testr: Add python-testrepository to inputs. > gnu: poetry: Fix package inputs. > gnu: python-msgpack-transitional: Remove unused variable. Applied, minus the =E2=80=9C[WIP]=E2=80=9D comment in the last commit log. Thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 11 14:51:24 2022 Received: (at 53054) by debbugs.gnu.org; 11 Jan 2022 19:51:24 +0000 Received: from localhost ([127.0.0.1]:55656 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7NAy-0007at-GA for submit@debbugs.gnu.org; Tue, 11 Jan 2022 14:51:24 -0500 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:57443) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7NAx-0007aX-Hh for 53054@debbugs.gnu.org; Tue, 11 Jan 2022 14:51:23 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id BC49F3200911; Tue, 11 Jan 2022 14:51:17 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Tue, 11 Jan 2022 14:51:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=N77R5wry7bgu2r21CZ6s4+xD mhVOQyRaM6XX4bXKRQo=; b=l9Gk9dCmiEJmx0xfJWXpX7ElSj799k3U+nqdUL8q rc/1i8BLfwC2T3OiZJFAnDld/O/Pv53B9JAu3Ck4ZvxlvDFZDDo+0Z6pKctsJLQL hwtDrHMgn6yTUbN1GthPYBkXOq9fYtxcgjVw26JpzZHHTTiCkLnHGJoxkhQy+TCE xM4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=N77R5w ry7bgu2r21CZ6s4+xDmhVOQyRaM6XX4bXKRQo=; b=OjCgfHzY1x7YihKp1szCbi oHi8Cy3vGzElmwpcPguEFuEUKjqfqgLvsY3F/6CL7pg3Q5n1fsV1lU72ubHq1QgB VPAQk6sIK99i+A4pOSx7ouV1mbr3WAGk7zD3tzZ3OKUJRGfHtV0TDaKJBrlAoXgM XCDDS7/YgZOBGkY9gnOO7fNOB0rBRprvox0po7JD+QR/GnwLzJ6f5JCuAFupG0BR MPzVYB1lLbsmW/4jBsWhhqmZNaECxXwPpN4qimBAZUWsMauAsHyg1jEZyUmei99z SY/qB7a+I3Fm9kwIMhPUZugbHvBAq1+HSavOorZG1Xv/RseEyH0em390wCr0B/pw == X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddrudehfedgudeftdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpeffhffvuffkfhggtggujgesthdtredttddtvdenucfhrhhomhepnfgvohcu hfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrth htvghrnhepueekkedtffdvtddugeejgedtvefhueefiedvjeeitdeigedtveejvdejheff vefgnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheplh gvohesfhgrmhhulhgrrhhirdhnrghmvg X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 11 Jan 2022 14:51:16 -0500 (EST) Date: Tue, 11 Jan 2022 14:51:15 -0500 From: Leo Famulari To: Tanguy Le Carrour Subject: Re: [bug#53054] [PATCH 2/3] gnu: python-msgpack-transitional: Fix broken tests. Message-ID: References: <20220106143359.11750-1-tanguy@bioneland.org> <20220106143359.11750-2-tanguy@bioneland.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220106143359.11750-2-tanguy@bioneland.org> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53054 Cc: 53054@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 (-) On Thu, Jan 06, 2022 at 03:33:58PM +0100, Tanguy Le Carrour wrote: > * gnu/packages/python-xyz.scm (python-msgpack-transitional)[arguments]: > Replace references to deprecated Python methods. Thanks for taking care of this package. I saw that this patch was applied as commit d07d3ea008d24f8ad5f4f32f86cb1f89226123ae. Are you using this package? It has no uses within Guix, so we could remove it. From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 12 02:53:37 2022 Received: (at 53054-done) by debbugs.gnu.org; 12 Jan 2022 07:53:37 +0000 Received: from localhost ([127.0.0.1]:56174 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7YRt-0001yW-5S for submit@debbugs.gnu.org; Wed, 12 Jan 2022 02:53:37 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:34699) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7YRo-0001yB-Py for 53054-done@debbugs.gnu.org; Wed, 12 Jan 2022 02:53:36 -0500 Received: (Authenticated sender: tanguy@bioneland.org) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 7E264100008; Wed, 12 Jan 2022 07:53:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable References: <20220106135959.6767-1-tanguy@bioneland.org> <87ee5etawf.fsf@gnu.org> Subject: Re: bug#53054: [PATCH 0/3] gnu: poetry: Fix package inputs. From: Tanguy LE CARROUR To: Ludovic =?utf-8?q?Court=C3=A8s?= In-Reply-To: <87ee5etawf.fsf@gnu.org> Date: Wed, 12 Jan 2022 08:53:25 +0100 Message-ID: <164197400580.2508.1637564790600544559@localhost> User-Agent: alot/0.10 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53054-done Cc: 53054-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 (-) Hi Ludo=E2=80=99, Quoting Ludovic Court=C3=A8s (2022-01-11 18:55:28) > Hi, >=20 > Tanguy Le Carrour skribis: >=20 > > gnu: python-os-testr: Add python-testrepository to inputs. > > gnu: poetry: Fix package inputs. > > gnu: python-msgpack-transitional: Remove unused variable. >=20 > Applied, minus the =E2=80=9C[WIP]=E2=80=9D comment in the last commit log. *ERF*=E2=80=A6 my bad! Thanks for watching out! :-) --=20 Tanguy From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 12 03:10:40 2022 Received: (at 53054) by debbugs.gnu.org; 12 Jan 2022 08:10:40 +0000 Received: from localhost ([127.0.0.1]:56185 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7YiN-0002Z6-Vu for submit@debbugs.gnu.org; Wed, 12 Jan 2022 03:10:40 -0500 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:35033) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7YiJ-0002Yk-PE for 53054@debbugs.gnu.org; Wed, 12 Jan 2022 03:10:38 -0500 Received: (Authenticated sender: tanguy@bioneland.org) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 09A0F40003; Wed, 12 Jan 2022 08:10:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable References: <20220106143359.11750-1-tanguy@bioneland.org> <20220106143359.11750-2-tanguy@bioneland.org> Subject: Re: [bug#53054] [PATCH 2/3] gnu: python-msgpack-transitional: Fix broken tests. From: Tanguy LE CARROUR To: Leo Famulari In-Reply-To: Date: Wed, 12 Jan 2022 09:10:28 +0100 Message-ID: <164197502837.2508.9534979498515221412@localhost> User-Agent: alot/0.10 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53054 Cc: 53054@debbugs.gnu.org, Ludovic =?utf-8?q?Court=C3=A8s?= 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 (-) Hi Leo, Quoting Leo Famulari (2022-01-11 20:51:15) > On Thu, Jan 06, 2022 at 03:33:58PM +0100, Tanguy Le Carrour wrote: > > * gnu/packages/python-xyz.scm (python-msgpack-transitional)[arguments]: > > Replace references to deprecated Python methods. >=20 > Thanks for taking care of this package. I saw that this patch was > applied as commit d07d3ea008d24f8ad5f4f32f86cb1f89226123ae. >=20 > Are you using this package? It has no uses within Guix, so we could > remove it. I was supposed to removed it, indeed! But, apparently, I messed up the patch set! :-( The thing is, in the bug report, there's a mention to the patch set I was supposed to push as a v2, but I don't know where it comes from if the v2 was not actually sent?! ``` > gnu: python-os-testr: Add python-testrepository to inputs. > gnu: poetry: Fix package inputs. > gnu: python-msgpack-transitional: Remove unused variable. ``` Unfortunatly, Ludo applied it already! My bad! =E2=80=A6 I'll fix my mess and push the fix. Sorry guys! :-( --=20 Tanguy From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 12 13:36:05 2022 Received: (at 53054-done) by debbugs.gnu.org; 12 Jan 2022 18:36:05 +0000 Received: from localhost ([127.0.0.1]:59075 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7iTd-0000Eh-90 for submit@debbugs.gnu.org; Wed, 12 Jan 2022 13:36:05 -0500 Received: from wout1-smtp.messagingengine.com ([64.147.123.24]:40797) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7iTY-0000E6-91 for 53054-done@debbugs.gnu.org; Wed, 12 Jan 2022 13:36:04 -0500 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 4AE0D3201D9C; Wed, 12 Jan 2022 13:35:54 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 12 Jan 2022 13:35:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-transfer-encoding:in-reply-to; s=mesmtp; bh=/1aSCBDm8T39rqsSRFItXeidSiNaNNCBEFfnCyx7MP4=; b=kLY18xkYcxnA rgSj72VYknOKz4lIBQVp17Q0pwWBhFn51VMZSCOrbwhvgmflGeQrfMZh0BLeOQCk /Bv6bl1mBR9yFAG97MbuKhlSbN8typJhhawkGIzK6OONM8JVy3UqD6F/hsfETdzp iFqsM3T/RA8TkPrBMScPgAyTb6BRUr0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=/1aSCBDm8T39rqsSRFItXeidSiNaNNCBEFfnCyx7M P4=; b=jeIOdUPtRDtb8TtItJ3vMZpByhT2uKk6Lez/ksyPmMOudwbtLUL0d76Ki e21UAaSdkiZl9i7iczQlhG1Y2XogPiHbnXx2oKZB5+XW/tbbL6zxq3yQZxE5MWik Cw/DEegTmC+cWnl0EpcER1NONukteFNaasXu7w/b2hVf+eps6y9v+Ngh62azaVBu 4WkfaUkgt1xUYkbEaHdV70usF3+jiiKeKLTbLxwfxWPY9LJmdVaLiRz4MphmdTsh v8EVJCxS9FfOUMTJyqwWpi4GMqCv7LE4GBpECt+7IakcH4be6oVVknfze8BbS5O+ lCI0/tmaZw64HnDFVI3o24wkLmOCA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrtddugdeltdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpeffhffvuffkfhggtggugfgjsehtkeertddttdejnecuhfhrohhmpefnvghoucfh rghmuhhlrghrihcuoehlvghosehfrghmuhhlrghrihdrnhgrmhgvqeenucggtffrrghtth gvrhhnpeegjeeggeehtddugfffuddtvdfffeffjeekffffveffheegvddvuedtffekjeej jeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvg hosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 12 Jan 2022 13:35:53 -0500 (EST) Date: Wed, 12 Jan 2022 13:35:51 -0500 From: Leo Famulari To: Tanguy LE CARROUR Subject: Re: [bug#53054] [PATCH 2/3] gnu: python-msgpack-transitional: Fix broken tests. Message-ID: References: <20220106143359.11750-1-tanguy@bioneland.org> <20220106143359.11750-2-tanguy@bioneland.org> <164197502837.2508.9534979498515221412@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <164197502837.2508.9534979498515221412@localhost> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53054-done Cc: 53054-done@debbugs.gnu.org, Ludovic =?iso-8859-1?Q?Court=E8s?= 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 (-) On Wed, Jan 12, 2022 at 09:10:28AM +0100, Tanguy LE CARROUR wrote: > … I'll fix my mess and push the fix. Sorry guys! :-( No worries, I removed it in commit d5ae6739fdb4786c49d33de3fec9872c73d2e311 And I removed python2-msgpack in the subsequent commit. From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 13 03:02:50 2022 Received: (at 53054-done) by debbugs.gnu.org; 13 Jan 2022 08:02:51 +0000 Received: from localhost ([127.0.0.1]:60013 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7v4M-000525-OW for submit@debbugs.gnu.org; Thu, 13 Jan 2022 03:02:50 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:50031) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7v4K-00051m-Hw for 53054-done@debbugs.gnu.org; Thu, 13 Jan 2022 03:02:49 -0500 Received: (Authenticated sender: tanguy@bioneland.org) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 09E7124000B; Thu, 13 Jan 2022 08:02:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable References: <20220106143359.11750-1-tanguy@bioneland.org> <20220106143359.11750-2-tanguy@bioneland.org> <164197502837.2508.9534979498515221412@localhost> Subject: Re: [bug#53054] [PATCH 2/3] gnu: python-msgpack-transitional: Fix broken tests. From: Tanguy LE CARROUR To: Leo Famulari In-Reply-To: Date: Thu, 13 Jan 2022 09:02:41 +0100 Message-ID: <164206096105.9908.3306547218984367220@localhost> User-Agent: alot/0.10 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53054-done Cc: 53054-done@debbugs.gnu.org, Ludovic =?utf-8?q?Court=C3=A8s?= 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 (-) Hi Leo, Quoting Leo Famulari (2022-01-12 19:35:51) > On Wed, Jan 12, 2022 at 09:10:28AM +0100, Tanguy LE CARROUR wrote: > > =E2=80=A6 I'll fix my mess and push the fix. Sorry guys! :-( >=20 > No worries, I removed it in commit d5ae6739fdb4786c49d33de3fec9872c73d2e3= 11 >=20 > And I removed python2-msgpack in the subsequent commit. Thanks! --=20 Tanguy From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 13 04:51:35 2022 Received: (at 53054-done) by debbugs.gnu.org; 13 Jan 2022 09:51:35 +0000 Received: from localhost ([127.0.0.1]:60259 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7wla-0004Wg-Sk for submit@debbugs.gnu.org; Thu, 13 Jan 2022 04:51:35 -0500 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:54825) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n7wlZ-0004WQ-Hf for 53054-done@debbugs.gnu.org; Thu, 13 Jan 2022 04:51:34 -0500 Received: (Authenticated sender: tanguy@bioneland.org) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id A2A6F401B8; Thu, 13 Jan 2022 09:51:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable References: <20220106143359.11750-1-tanguy@bioneland.org> <20220106143359.11750-2-tanguy@bioneland.org> <164197502837.2508.9534979498515221412@localhost> Subject: Re: [bug#53054] [PATCH 2/3] gnu: python-msgpack-transitional: Fix broken tests. From: Tanguy LE CARROUR To: Leo Famulari In-Reply-To: <164197502837.2508.9534979498515221412@localhost> Date: Thu, 13 Jan 2022 10:51:25 +0100 Message-ID: <164206748544.9908.6220812372621934564@localhost> User-Agent: alot/0.10 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53054-done Cc: 53054-done@debbugs.gnu.org, Ludovic =?utf-8?q?Court=C3=A8s?= 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 (-) Hi Leo, Quoting Tanguy LE CARROUR (2022-01-12 09:10:28) > Quoting Leo Famulari (2022-01-11 20:51:15) > > On Thu, Jan 06, 2022 at 03:33:58PM +0100, Tanguy Le Carrour wrote: > > > * gnu/packages/python-xyz.scm (python-msgpack-transitional)[arguments= ]: > > > Replace references to deprecated Python methods. > >=20 > > Thanks for taking care of this package. I saw that this patch was > > applied as commit d07d3ea008d24f8ad5f4f32f86cb1f89226123ae. > >=20 > > Are you using this package? It has no uses within Guix, so we could > > remove it. >=20 > I was supposed to removed it, indeed! > But, apparently, I messed up the patch set! :-( >=20 > The thing is, in the bug report, there's a mention to the patch set I > was supposed to push as a v2, but I don't know where it comes from if > the v2 was not actually sent?! >=20 > ``` > > gnu: python-os-testr: Add python-testrepository to inputs. > > gnu: poetry: Fix package inputs. > > gnu: python-msgpack-transitional: Remove unused variable. > ``` >=20 > Unfortunatly, Ludo applied it already! My bad! >=20 > =E2=80=A6 I'll fix my mess and push the fix. Sorry guys! :-( I've submitted a patch set (#53228) to, I hope, fix my mess! I'm closing this one. Regards, --=20 Tanguy From unknown Sat Sep 13 04:54:42 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 10 Feb 2022 12:24:08 +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