From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id kPxIFlON62Jx/gAAbAwnHQ (envelope-from ) for ; Thu, 04 Aug 2022 11:11:47 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id CFYoFVON62KbLgEAG6o9tA (envelope-from ) for ; Thu, 04 Aug 2022 11:11:47 +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 EAACA29864 for ; Thu, 4 Aug 2022 11:11:46 +0200 (CEST) Received: from localhost ([::1]:56334 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oJWtN-0000Jw-Pl for larch@yhetil.org; Thu, 04 Aug 2022 05:11:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60042) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJWrk-0007h7-Fa for guix-patches@gnu.org; Thu, 04 Aug 2022 05:10:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33198) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oJWrj-0002kE-3o for guix-patches@gnu.org; Thu, 04 Aug 2022 05:10:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oJWri-0002P9-VD for guix-patches@gnu.org; Thu, 04 Aug 2022 05:10:02 -0400 Subject: bug#53046: [PATCH] gnu: python-args: Patch reference to basestring. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 04 Aug 2022 09:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 53046 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Tanguy Le Carrour Cc: 53046-done@debbugs.gnu.org, maximedevos@telenet.be Mail-Followup-To: 53046@debbugs.gnu.org, ludo@gnu.org, tanguy@bioneland.org Received: via spool by 53046-done@debbugs.gnu.org id=D53046.16596041919207 (code D ref 53046); Thu, 04 Aug 2022 09:10:02 +0000 Received: (at 53046-done) by debbugs.gnu.org; 4 Aug 2022 09:09:51 +0000 Received: from localhost ([127.0.0.1]:51178 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJWrX-0002OR-1u for submit@debbugs.gnu.org; Thu, 04 Aug 2022 05:09:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47064) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oJWrV-0002OE-87 for 53046-done@debbugs.gnu.org; Thu, 04 Aug 2022 05:09:49 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36904) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJWrO-0002hx-SJ; Thu, 04 Aug 2022 05:09:42 -0400 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=NhZh/Y9XOPeBdP69Zfm4i9x22H6RykKGXRZb44gm3Bw=; b=Q+TCuU8WEOD1Qex+HOHW wk34Roge0jaBDpEuVhDEU2BleKtQ3kz2eaxtfsPWY6tGIRbd24xEgrbHrc7edGQPSSzw5uTfxadJ6 mWKKUEt3UhxkxHGnVDzBZ+4goLsKlsgp2V09ixzgfmLGH62rdw5NWiHm8Y20SebOIM6zn3vcoWEQw pQLT6yHL66ypNaVQR2baIu1sJmoAux4sCf+WAmuo0PY/SmwHnjmjDP7GYEMiCOekkTOKkeYHtk1V7 CYfpRwhdrl1sY+b6hCs/HFGhn8BqNWYVVUPgyz5tjPIyRZvMRkmoCtlORkI4dQrBUJ4jmlOh2jm45 YsnXvMdk/36QFw==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=35914 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oJWrO-0008L0-BS; Thu, 04 Aug 2022 05:09:42 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220106102102.22512-1-tanguy@bioneland.org> <20220310172808.23485-1-tanguy@bioneland.org> Date: Thu, 04 Aug 2022 11:09:39 +0200 In-Reply-To: <20220310172808.23485-1-tanguy@bioneland.org> (Tanguy Le Carrour's message of "Thu, 10 Mar 2022 18:28:08 +0100") Message-ID: <874jyspe7g.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (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 X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1659604307; 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=NhZh/Y9XOPeBdP69Zfm4i9x22H6RykKGXRZb44gm3Bw=; b=JKHID3ckq1feO6DEUyU7XomjxLTgvAYWA8KEPprcqJdeCIG3vuUEfVV8Guq2LItdx1tIK4 RiyDXtWJrKLBViJqWtV5SqaOyTrOU8baXXMUrA+vGJCSinyl/UfUtJiXP5PMyzKPY1FAcn UTJzlkVYk0lq6ujatHtb3QN1FwZhl7P/Aahz59NgFsPNKPbFc+G3Qnzw87WoJUyUk6xTS2 YKlrUl+FiwyuCq/rXfHjudKzb118bZBcWxDQfUlLsGBiaIMW7yXcuIwfpw2RboN+F1NBdD HrkIidmubBBxqy4dSdeI/Oml/48UE6rgxlsITrNUswxiMM3GUjMRmHSnuH6Ekg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1659604307; a=rsa-sha256; cv=none; b=Hdie0VPw5717IEghslXBVwXSBD3l2utq8NzKFL8s1kfYOTlZhuVfHc8+teHsye3Dw45kuG NWNXXg4xzToR2e+0l+0y6+o3SPMFWJsJ1DPywiO2XT3N1OWWFLStec4bzJhkzLT4LN1uvl 3y5Dfq91c2IPj4mJ2yVDB6hGzCAAGcdzLJtXBcSm1D60Wn7gkTXB7fLzY7zpDT4KLrym3F hV0TP+c1icAm0NAGeDpZ0B+vMz/TRB3KUqkKDH2TgTLGHnJjhkpIU87kLD97KsqU6efg4X SPfUp/Kep2xJt55nYsnXPaogzeZSb9jDhAcWnYzoHLiI7IoN+LujzL7h8I+gRA== 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=Q+TCuU8W; 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.41 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Q+TCuU8W; 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: EAACA29864 X-Spam-Score: -3.41 X-Migadu-Scanner: scn0.migadu.com X-TUID: tqg7DbHNwttM Hi Tanguy, Tanguy Le Carrour skribis: > * gnu/packages/python-xyz.scm (python-args)[source]: Use the latest versi= on > from the git repository to get the test suite. > [home-page]: Update URL. > [native-inputs]: Add python-nose. > [arguments]: Replace reference to basestring with str. Invoke nosetests. Finally applied, sorry for the delay, and thanks for reminding us! :-) Ludo=E2=80=99.