From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:1008:1e59::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id uGq9C/UllGVPawAAkFu2QA (envelope-from ) for ; Tue, 02 Jan 2024 16:04:21 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id AEHgBvUllGXFqAAA62LTzQ (envelope-from ) for ; Tue, 02 Jan 2024 16:04:21 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=Q8hLgS33; 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=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1704207861; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=8AgweXzsla4vy23T6tBbDU2K9Ir+hMAgM9PZB8ux2Zs=; b=C/Z24ATjhQVD76ftW/WDgWoHRks8gO+/lkskqlhm9wtpXf2hxLEvl4dHVKkMfzKLMfc3rd wHo+hlOonVPNF/0Fl1ODrqwPXo7o5iHE/pBnyRgY5N66nSjyBsub5+MAxIUD8HX1Mkl9JY Gh2OvJaM3AXKTIP+epigCVU6/MSAJOzmLnh3RJeatYt0SZB04OSLKnCC4kVONlt615Ylwa yRYW6Rg4P4gtjXC+YajSJF/6J49qJa2X/JGHU8QkM99jEDFvabic0SViNgExtU48DaNWE8 rB50MB/BIskfXpWUWvGMZEMKamJBNPGwyjzhDc+qrWWuaUQQsgwb+CxakwLVpQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1704207861; a=rsa-sha256; cv=none; b=pYSJxfbgPIM10Hia/1R31HpJICIKGDhr1Z+GMtDoZvk3OvoON4CEP/Y5jjJjtybAx6Ltpd CnvYPiJqXQHjbref2w/AYFu1EsdKdeDII8Y35A9hH8QsHDALICyw3G/i1xKyJhRdNmssw4 rr6VFPECR/HU4o6Lf0lBgsG7B1vei8ZHLUfh4xkZJATmlfDlZG8fyrW7G1R9eCea0XHOai 4ByrRtYaAvVwWFPK4SmcNX1Mx2nuUWfyLtl2DSs/Nc46dycjwEcHevWGod2jZ1ShawykVA gwvII5EEF9V9sieP7qECO+n8zQZON/5dnnYHGKACxOe2Ydb+BJHEouBfodPSiw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=Q8hLgS33; 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=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none) 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 EF96C47C6A for ; Tue, 2 Jan 2024 16:04:20 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rKgJG-0000ye-Tk; Tue, 02 Jan 2024 10:04:02 -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 1rKgJD-0000vV-RR for guix-patches@gnu.org; Tue, 02 Jan 2024 10:04:00 -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 1rKgJD-0008K2-IF for guix-patches@gnu.org; Tue, 02 Jan 2024 10:03:59 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rKgJF-0006uX-VU for guix-patches@gnu.org; Tue, 02 Jan 2024 10:04:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#68207] [PATCH 0/5] Update python-textual to 0.46.0. Resent-From: Felix Gruber Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 02 Jan 2024 15:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 68207 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 68207@debbugs.gnu.org Cc: Felix Gruber X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.170420780226516 (code B ref -1); Tue, 02 Jan 2024 15:04:01 +0000 Received: (at submit) by debbugs.gnu.org; 2 Jan 2024 15:03:22 +0000 Received: from localhost ([127.0.0.1]:51039 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rKgIc-0006tb-87 for submit@debbugs.gnu.org; Tue, 02 Jan 2024 10:03:22 -0500 Received: from lists.gnu.org ([2001:470:142::17]:54236) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rKgIa-0006tN-9G for submit@debbugs.gnu.org; Tue, 02 Jan 2024 10:03:20 -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 1rKgIQ-0000l6-LG for guix-patches@gnu.org; Tue, 02 Jan 2024 10:03:10 -0500 Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rKgIO-0008E1-Q9 for guix-patches@gnu.org; Tue, 02 Jan 2024 10:03:10 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 98771240101 for ; Tue, 2 Jan 2024 16:03:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1704207785; bh=DFsM1udZfWre7Lz4TgAZhx5TgD/+yuKakd56RR6RDhA=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=Q8hLgS33h+pjIIrrpAF2v2xkcewQModEjsIDXzGQuqex6UfB1JjYJihIbKNKQcAeX Ga2ZdKFsMofu2bf0Y8SE+p4bWOF2rILmIxGKreaJQI85YaSfbwHFOCQD9TJgaHnUOq aL1UQxR5LeRoiBD15OXAP0gzBWGUNaT/E4bheVHbFjntG0gx1IOP3wE9f0F2gWN4rJ w98DYLNQEAeDXtdmpcpTGpbOCvA0gM2DAPCcn16EwlypoYqawUuKOKf2b80yJbkkVq 1FpiNT4OyYmGApgUsIEZrTCrUxvsgnZrNc2pKhc8HVDRiElRXJTezfaRCKPMBXh8Q7 xZUMlxTrwmYlQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4T4GLd0FVvz9rxP; Tue, 2 Jan 2024 16:03:04 +0100 (CET) From: Felix Gruber Date: Tue, 2 Jan 2024 15:03:02 +0000 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=felgru@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -3.86 X-Spam-Score: -3.86 X-Migadu-Queue-Id: EF96C47C6A X-Migadu-Scanner: mx11.migadu.com X-TUID: R5SaPGQXhol8 Felix Gruber (5): gnu: python-markdown-it-py: Update to 3.0.0. gnu: python-mdit-py-plugins: Update to 0.4.0. gnu: Add python-pygments-next. gnu: python-rich: Update to 13.7.0. gnu: python-textual: Update to 0.46.0. gnu/packages/python-xyz.scm | 134 ++++++++++++++++++------------------ 1 file changed, 68 insertions(+), 66 deletions(-) base-commit: 8f03c69b428923dc4d51cda23b10aa7fa7d89f05 -- 2.41.0