From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id GKekFK6EmmIP6QAAbAwnHQ (envelope-from ) for ; Sat, 04 Jun 2022 00:01:18 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id WLPCE66EmmLDcAAAG6o9tA (envelope-from ) for ; Sat, 04 Jun 2022 00:01:18 +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 167A011E67 for ; Sat, 4 Jun 2022 00:01:15 +0200 (CEST) Received: from localhost ([::1]:54336 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nxFM1-0007DZ-Mp for larch@yhetil.org; Fri, 03 Jun 2022 18:01:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50712) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxFKs-0006sS-Jq for guix-patches@gnu.org; Fri, 03 Jun 2022 18:00:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35051) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nxFKs-0006GM-8E for guix-patches@gnu.org; Fri, 03 Jun 2022 18:00:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nxFKs-0007fb-4b for guix-patches@gnu.org; Fri, 03 Jun 2022 18:00:02 -0400 Subject: bug#55671: [PATCH] gnu: python-shellingham: Update to 1.4.0. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 03 Jun 2022 22:00:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55671 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: jgart Cc: 55671-done@debbugs.gnu.org Mail-Followup-To: 55671@debbugs.gnu.org, ludo@gnu.org, jgart@dismail.de Received: via spool by 55671-done@debbugs.gnu.org id=D55671.165429358729431 (code D ref 55671); Fri, 03 Jun 2022 22:00:01 +0000 Received: (at 55671-done) by debbugs.gnu.org; 3 Jun 2022 21:59:47 +0000 Received: from localhost ([127.0.0.1]:57180 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxFKd-0007ed-5r for submit@debbugs.gnu.org; Fri, 03 Jun 2022 17:59:47 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37444) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxFKX-0007eG-SZ for 55671-done@debbugs.gnu.org; Fri, 03 Jun 2022 17:59:45 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36936) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxFKR-0006DN-Lr; Fri, 03 Jun 2022 17:59:35 -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=inJr9P7T7A04q24MHG8a6j10X3nF/2bobfwNsTdRODI=; b=KDZ0+v0ew7VCRs4B99Z6 MouYqhFrq9Sn8hDPwVhmWWvYvWNNKftoEGx4TMXbmcHiwF47LqlYgU6HGspDZVsx3FVmCgb2xZmIa axyUraXStNjgSa3WqVDnMysQ0WC+jaLr8RjxQ4WTL8DgxQ1w89IpkeF+CdbAOyhUBL0aBfjW1DgUm dgj2OUanqRv0GfHvafzabEi9nglsUxikeNnIjGVD6/YqHTNZWm++WF06281b+cC4NhATrofP0w0wZ DMWy32iD2z9kSoE2B3qnousx4wprjFdtSWa9UvZjaqpCaTUnw6d0B1EwoWyAZ5iWsfk9aNUWTktWO ueS94ToEp33F7Q==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:62938 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxFKR-00065O-9E; Fri, 03 Jun 2022 17:59:35 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220527052652.18566-1-jgart@dismail.de> Date: Fri, 03 Jun 2022 23:59:33 +0200 In-Reply-To: <20220527052652.18566-1-jgart@dismail.de> (jgart@dismail.de's message of "Fri, 27 May 2022 00:26:52 -0500") Message-ID: <8735glh0hm.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=1654293675; 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=inJr9P7T7A04q24MHG8a6j10X3nF/2bobfwNsTdRODI=; b=OBvPBMkxFhByuTKwQd+hUvWqgbgj7lYgKLrf3PBDAu7a+dpbUz8WbXbpa87103n/S/gVWI YQVJYieQdUTGR7gi/91BTV5PZxFihUei6B6rLgNJJboSPC3mALnWckF4yw4XMI7/PJ2NBw qK2FY4K3ufCVgOvNlKF0WC10Zy5JOTTR6apO9BBXPXlwTNqVGBPCCXmPK/I6UmrifOtFI3 ylgahW/NR412Up1RhjLQqpgxTcdDU3laDRgq6i7iqIXwxysqQKCUOSUdGRzILQQ5rSOFm/ /dm4nugXWY5FeS7jHufF88W/9EvQMw10Fdso6GApFKmNU6cgVyLoJnLyND6Tnw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1654293675; a=rsa-sha256; cv=none; b=U2eysX9WBxjXXNGax2JSucN3THBk0o4rHeTd7O2DrfmU5592r63l6KUOFb00pbo9+Vheyj 5gqeyBU7VDdd5m/B+yzgAxjJ2IRdQXsnAxRL0wZqm8j5/V2z7jf7bZoinSHyruntpsctFd yjzYP10Y04pegsoh8lLF4SWzrVmoSCaqo7bwjSoEKOel5SlBYGJfAJCdNsBI4k3LFN2Ksj e4ic/wyLGjYO5n1aTrv7JkXFUUCQCgRag+ZJjfBpFiBLuczUe6hucnW1O9SGLUIWfov3p3 1oikbgnUdD290E3UTHHs/rcZYyEmWIcA+QlMnWui5BheoW/JWJzOFW4C6Ij0Lw== 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=KDZ0+v0e; 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.52 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=KDZ0+v0e; 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: 167A011E67 X-Spam-Score: -3.52 X-Migadu-Scanner: scn0.migadu.com X-TUID: jTu2PjRTeXlW Hi, jgart skribis: > * gnu/packages/python-xyz.scm (python-shellingham): Update to 1.4.0. > [arguments]: Remove arguments block since upstream now includes > a setup.py file. Applied, thanks! Ludo=E2=80=99.