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 UK2dHhazaWJBbQEAbAwnHQ (envelope-from ) for ; Wed, 27 Apr 2022 23:18:14 +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 yC21HRazaWILMQEAG6o9tA (envelope-from ) for ; Wed, 27 Apr 2022 23:18:14 +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 0F6392EE36 for ; Wed, 27 Apr 2022 23:18:13 +0200 (CEST) Received: from localhost ([::1]:54656 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1njp36-0008FF-5l for larch@yhetil.org; Wed, 27 Apr 2022 17:18:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54846) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1njp2x-0008Ej-65 for guix-patches@gnu.org; Wed, 27 Apr 2022 17:18:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50708) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1njp2w-0001So-Pt for guix-patches@gnu.org; Wed, 27 Apr 2022 17:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1njp2w-0005Lq-If for guix-patches@gnu.org; Wed, 27 Apr 2022 17:18:02 -0400 Subject: bug#54847: [PATCH v2] gnu: Add python-hypy-utils. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 27 Apr 2022 21:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54847 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Wamm K. D" Cc: maximedevos@telenet.be, 54847-done@debbugs.gnu.org Mail-Followup-To: 54847@debbugs.gnu.org, ludo@gnu.org, jaft.r@outlook.com Received: via spool by 54847-done@debbugs.gnu.org id=D54847.165109427220550 (code D ref 54847); Wed, 27 Apr 2022 21:18:02 +0000 Received: (at 54847-done) by debbugs.gnu.org; 27 Apr 2022 21:17:52 +0000 Received: from localhost ([127.0.0.1]:44604 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1njp2l-0005LO-VB for submit@debbugs.gnu.org; Wed, 27 Apr 2022 17:17:52 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33280) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1njp2k-0005L7-Ke for 54847-done@debbugs.gnu.org; Wed, 27 Apr 2022 17:17:50 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37388) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1njp2e-0001Qw-Ic; Wed, 27 Apr 2022 17:17:44 -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=7Zk/TEjkXxvvDrOi1R5u+reHu0hmCsAqFTukvw+BdBM=; b=CfQBO7FvFSNX4lXkxiWV aLqH1P67OfiDBhFZQ6dyR7aTO9EyUlMmNM23r/5nKdQOxBEaUBARCsBY+lruE1GFuGmSzdxWxTFdG ZGRXi12Mm9SobnK5bnWaw64Gj8/9S7tnTHuU9uCq2GdrPi/DHDhxLv9UF0q+9tI7Np3QcganQC5ui kr0/wO4gfOEHm6GC8XfhCO9JTrkZJigaJe+BRO//19ir37WpWcoDLTbYzLorrgteHb0z2wbWetv5Y h0oSsnrXfSzd9beTdtMii2wuV5fIvZWan5Xeytj1cVKZmrcXl23XQEDwmjlB1Q55Xio05FTUtmzRR dUQJHi/6JpoA7g==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:56787 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1njp2e-0005Fo-4J; Wed, 27 Apr 2022 17:17:44 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 8 =?UTF-8?Q?Flor=C3=A9al?= an 230 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 27 Apr 2022 23:17:41 +0200 In-Reply-To: (Wamm K. D.'s message of "Wed, 20 Apr 2022 13:15:03 -0500") Message-ID: <878rrqi5u2.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-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=1651094294; 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=7Zk/TEjkXxvvDrOi1R5u+reHu0hmCsAqFTukvw+BdBM=; b=Qko4eAkgfMrdGWB1e9DsBxanIYu2PIZY/JgaEx6Zpz5rd7RUirRvDYMvCK2OyHktbUR0Pb /ekaeW6C9pGkBzwHNJuLQslEroAc+RQyX3cbwtyekIeQ8ael7md4bElLrcXuHZYUBz2Ki+ FNJa62lnz9K+nI8vI9R75b13h87l7yHnSxi/CDYR3Pzj6d2juim9rfIUSTa6ijadPCFGUH L6ZsXC+lhufIQnb50diixaFXd2xkNg7T6U++qWgAZ8AQ39WwTp9RwRf1am6QskcigPPcqo z1751WBtchhgrzfJM6LswcfFJ4XDATizq1a3RFreqBGq6ESlxN5HGiQwFkX1fg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1651094294; a=rsa-sha256; cv=none; b=CEOjBMBx5YgpOKq32Pt0t+2A9ku19rzl6jcapYhEcEbRrvOytiPnMfa6waK97qdxKSLOIX UAqXA+j4u8zaqcIDq9c0poq/uYOph6LL2VsRhXWs0NV47EjvERtCz3rq/y8cjGYWy4dEw/ gYMfmCFa6Ey15SjwuJ48u22hhmhU9zK3OZ6uw5pFdslg/cWHKToqoRpzjXCae3Uc4pxLTn /e+WvJum2KAHUrYeJl516JIsdmrjpWEYK6uEV7RiunFJXxPdcj9R59xQSkxXe19o8jVn/K UAidLtwaebezeMDEBZ/2z4zyRWjmHsqhBM5hy5fgM1hUelXEBrVwLKCZr0mtPA== 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=CfQBO7Fv; 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.90 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=CfQBO7Fv; 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: 0F6392EE36 X-Spam-Score: -3.90 X-Migadu-Scanner: scn1.migadu.com X-TUID: Uj243xH2oO88 Hi, "Wamm K. D" skribis: > --- > There's been new commits since I first sent this patch so just resending,= after > pull. > > gnu/packages/python-xyz.scm | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) Added a commit log and applied it, thanks! Ludo=E2=80=99.