From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id YEt7JK9B4GVDOwAAe85BDQ:P1 (envelope-from ) for ; Thu, 29 Feb 2024 09:34:55 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id YEt7JK9B4GVDOwAAe85BDQ (envelope-from ) for ; Thu, 29 Feb 2024 09:34:55 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=bioneland.org header.s=20230804 header.b=GhsXw+Rz; 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"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1709195695; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: 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=iaDwOHPL6F2sLK6K68CtNvEA9/cMFg5pQzi07vkk8Pg=; b=o9udUhcQm0jRJaA8EC56UoFbulIwSs5Ih60eM/NBVz6pNp9cVXfdIZ3WVK4q3L3siPXLTL ZlaEPBH+eBsNORsoTJMmkRjPG15/ijH4pJvm1BqHFmZINmwPfxfyc3iMccVmuyvNAaT5Og /w6KG8lFlx2XVL7CVGI6PanQ5XdknyzCvm+Oaa7ugjnohDjDxIRjJs6pH4bAo1b+27g/iy ZIG9xRfBj4tyPOPoWv0VNt7wCipoarQAyXOAbmi0I9h7FUzlD5IRU3udKZuSzGGOChTyAX Hbwa/qRvFVH2YgjG6TY9j/oHaZOzuP4AyEmZuCO1eZSZcIYVCUeF397pcLeTXQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=bioneland.org header.s=20230804 header.b=GhsXw+Rz; 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"; dmarc=none ARC-Seal: i=1; s=key1; d=yhetil.org; t=1709195695; a=rsa-sha256; cv=none; b=LgzD0XjB/DPEO8Cxq+okL3KqtS1Rsfxwc3utEIgckbAGhwnOTb7CYdY2Z0tH8oRfNorWT9 uKoUMvl+U4oA4hEDZrMtttwn2JhPZnD4zKSIU/hvhxKKaywtoJ2Bw9ru0/JRpCQJ7TQ2Ef pOCpcWOfL6+SCp65JyMboef39cb/hhSVCshCcTrFp2RfCZGqvPcx0ornUzgw5rRs5i66sB nG8fNzBzs9yPmwrqqGCYGIX+Fcq5Hk9DyGSjp4J9KpLJmncO8kjKZIunURSZBvlfr74BjB tEu6eizE+XxC86Wgumyl0tnghm6S1uBw3gE5O/uYDZmlTTBUosKteR9Ug2xMdA== 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 4BF6D5CBB0 for ; Thu, 29 Feb 2024 09:34:55 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rfbsE-0002OY-Jj; Thu, 29 Feb 2024 03:34:38 -0500 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 1rfbsB-0002MM-4G for guix-patches@gnu.org; Thu, 29 Feb 2024 03:34:35 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rfbsA-0003kp-PU for guix-patches@gnu.org; Thu, 29 Feb 2024 03:34:34 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rfbsb-0007bh-PO for guix-patches@gnu.org; Thu, 29 Feb 2024 03:35:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#58792] [PATCH] gnu: python-filelock: Update to 3.8.0. Resent-From: Tanguy LE CARROUR Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 29 Feb 2024 08:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58792 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 58792@debbugs.gnu.org Received: via spool by 58792-submit@debbugs.gnu.org id=B58792.170919564929177 (code B ref 58792); Thu, 29 Feb 2024 08:35:01 +0000 Received: (at 58792) by debbugs.gnu.org; 29 Feb 2024 08:34:09 +0000 Received: from localhost ([127.0.0.1]:33488 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rfbrk-0007aX-KL for submit@debbugs.gnu.org; Thu, 29 Feb 2024 03:34:08 -0500 Received: from smtp-bc0d.mail.infomaniak.ch ([45.157.188.13]:59623) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rfbrV-0007Zn-8v for 58792@debbugs.gnu.org; Thu, 29 Feb 2024 03:34:07 -0500 Received: from smtp-4-0001.mail.infomaniak.ch (smtp-4-0001.mail.infomaniak.ch [10.7.10.108]) by smtp-4-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4TlkxY5vYXzxQs for <58792@debbugs.gnu.org>; Thu, 29 Feb 2024 09:32:49 +0100 (CET) Received: from unknown by smtp-4-0001.mail.infomaniak.ch (Postfix) with ESMTPA id 4TlkxY3BvCzgMt for <58792@debbugs.gnu.org>; Thu, 29 Feb 2024 09:32:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bioneland.org; s=20230804; t=1709195569; bh=jjSHPD4hwg5cELilz9Oi+VzL/ynAQww1S8WUCuBX9NI=; h=References:Subject:From:To:In-Reply-To:Date:From; b=GhsXw+RzviPNm0aUPn+9frvbrbWv2Q3YH279ABoBEhF9RSAH/Vu+6jQssG2PVf6kY VmUz/FEYog+YfCrdH1Z7CLZiBAgbzoBofRZOLE16909ni3GcCSKBq0hPjVY9HqW1uj 15dZvQEjGSKGDZA+q0KYiJ3t2TjheR3A7sJ73DxpxOz6LCI5zYHoZEEwZQ68+7UJip Tu1LLxkJmB2WMXPSVQ+5VZ0lQIYUVuwEN/3kl7O00lDk43IACCPCE6dtqvt7wfqK+U 3PhiiPVr7DoYKn5GUxA0gggLzPauyFGSSsYLMOnfcT3a6SQcjJRLxtLOW/uupYuKCZ JOBvtabCfbyVg== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable References: <170919480926.3699.15689045686448599483@bioneland.org> From: Tanguy LE CARROUR In-Reply-To: <170919480926.3699.15689045686448599483@bioneland.org> Date: Thu, 29 Feb 2024 09:32:49 +0100 Message-ID: <170919556910.6681.12889508968659293411@bioneland.org> User-Agent: alot/0.10 X-Infomaniak-Routing: alpha 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -5.00 X-Spam-Score: -5.00 X-Migadu-Queue-Id: 4BF6D5CBB0 X-Migadu-Scanner: mx11.migadu.com X-TUID: mmTFGUCAr8MZ Hi Guix, I=E2=80=99m closing this old bug, because: - the patch set probably does not apply anymore; - even if the affected packages still need to be updated, I don=E2=80=99t need them anymore as =E2=80=94long story short=E2=80=94, I=E2=80=99m not trying to make Poetry available in Guix. Regards, --=20 Tanguy