From unknown Fri Sep 05 18:58:03 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#74057 <74057@debbugs.gnu.org> To: bug#74057 <74057@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add python-green. Reply-To: bug#74057 <74057@debbugs.gnu.org> Date: Sat, 06 Sep 2025 01:58:03 +0000 retitle 74057 [PATCH] gnu: Add python-green. reassign 74057 guix-patches submitter 74057 Wiktor =C5=BBelazny severity 74057 normal tag 74057 patch owner 74057 "Mazin Alhaddad" thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 28 06:33:11 2024 Received: (at submit) by debbugs.gnu.org; 28 Oct 2024 10:33:11 +0000 Received: from localhost ([127.0.0.1]:52641 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t5N3f-0000Oy-Fs for submit@debbugs.gnu.org; Mon, 28 Oct 2024 06:33:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:39688) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t5N3e-0000Oq-BY for submit@debbugs.gnu.org; Mon, 28 Oct 2024 06:33:10 -0400 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 1t5N32-0004oL-J6 for guix-patches@gnu.org; Mon, 28 Oct 2024 06:32:33 -0400 Received: from freeshell.de ([2a01:4f8:231:482b::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t5N30-0007oJ-QO for guix-patches@gnu.org; Mon, 28 Oct 2024 06:32:32 -0400 Received: from localhost.localdomain (cst-prg-18-151.cust.vodafone.cz [46.135.18.151]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id D7273B4B09E1 for ; Mon, 28 Oct 2024 11:32:24 +0100 (CET) From: =?UTF-8?q?Wiktor=20=C5=BBelazny?= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-green. Date: Mon, 28 Oct 2024 11:31:52 +0100 Message-ID: <1ae7b1ecab0ddc6f3629de1f63b55d94cbc2aa3b.1730111347.git.wz@freeshell.de> X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 X-Debbugs-Cc: Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , Sharlatan Hellseher , Tanguy Le Carrour , jgart Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f8:231:482b::2; envelope-from=wz@freeshell.de; helo=freeshell.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/python-check.scm (python-green): New variable. Change-Id: I554e8a635ff51413c79e3834fc1b88b34bbda84b --- gnu/packages/python-check.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index efd192ad2c..6cbb7e26e7 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -3001,3 +3001,27 @@ (define-public python-vulture dead code. Also, code that is only called implicitly may be reported as unused.") (license license:expat))) + +(define-public python-green + (package + (name "python-green") + (version "4.0.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "green" version)) + (sha256 + (base32 "1cd62nbn5dvlpnsyplp6cb24wd230san8dpm6pnl99n2kwzpq1m4")))) + (build-system pyproject-build-system) + ;; python-coverage both in requirements.txt and requirements-dev.txt + (propagated-inputs (list python-colorama python-coverage python-lxml + python-unidecode)) + (native-inputs (list python-black python-django python-mypy + python-testtools)) + (home-page "https://github.com/CleanCut/green") + (synopsis "Clean, colorful, fast python test runner") + (description + "@code{green} is a python test runner which in addition to +being clean, colorful and fast describes itself as powerful, traditional, +descriptive, convenient, thorough, embedded, modern, portable and living.") + (license license:expat))) base-commit: 4a46758aee863cc31815865cdac4c16fb6a0a879 -- 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 31 13:07:40 2024 Received: (at control) by debbugs.gnu.org; 31 Oct 2024 17:07:40 +0000 Received: from localhost ([127.0.0.1]:43170 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t6Ye3-0007rf-2l for submit@debbugs.gnu.org; Thu, 31 Oct 2024 13:07:40 -0400 Received: from fhigh-a4-smtp.messagingengine.com ([103.168.172.155]:55437) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t6WVl-0003Vu-0Z for control@debbugs.gnu.org; Thu, 31 Oct 2024 10:50:58 -0400 Received: from phl-compute-08.internal (phl-compute-08.phl.internal [10.202.2.48]) by mailfhigh.phl.internal (Postfix) with ESMTP id 9CB291140195 for ; Thu, 31 Oct 2024 10:50:50 -0400 (EDT) Received: from phl-imap-12 ([10.202.2.86]) by phl-compute-08.internal (MEProxy); Thu, 31 Oct 2024 10:50:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=getstate.dev; h= cc:content-transfer-encoding:content-type:content-type:date:date :from:from:in-reply-to:message-id:mime-version:reply-to:subject :subject:to:to; s=fm2; t=1730386250; x=1730472650; bh=z9Nm+jxBcc Ke0OXk0+ZPG+u1+Eti2GfVloIRkeY+6ZY=; b=aNFO77vtAmb1J+sfLrl1lIYtrt YSV+6Ai8HTEXDOQ2r0SvNG08LukrGMbNxSsYOT27ExVmDsmlw3x+8Tz6vGc040Vr rX1gAa14r/GrZ4gLLd5xtnqHmBEeSSPu2MOqR0lubDI3JE5DW9zCrYokgZ8zGr+a U1hPCC/Yvg+C7Zm3CYIGcxhnLuQBEZuAB+Yrh1sIUHu9eN436u2wyQy3DWEX/WM8 CWA8TShOoFib99mKFvD/1nW+KAglY1YLDQ/uS42s1xTGZPM8hdtKupV+mhkxRuu9 nHZ9q9RDghwCLSQimF7tvvgpNgz3ZNvSfjupfIIjkNYWLaiOI2D+R7JLj/eg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:message-id:mime-version:reply-to:subject:subject:to :to:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t= 1730386250; x=1730472650; bh=z9Nm+jxBccKe0OXk0+ZPG+u1+Eti2GfVloI RkeY+6ZY=; b=AZ9jK/I/fV9kMZLOIcQtmU7XfplFTWkGK4qO/gdiOMRmvr8NJd8 kI48Hkg4tM4iV5xudwnJOEE6YYI96mkFBQPRmWjvPwBUXWa223iPAsaHh3+7GnwT vH8a2Xgju0kOJkE11Q48Z3TtFZXonsIjQdoi9BI0kIYNw0GRH3YQJoETivYX/OxA +xF2Gd6LdhrB607BTap5PCFR4AdPNf/k2OFGnflDT1vwm7IVJ6wX8u4o7aw1xqTb 36D7xAzQVDO2+6mYJ/9nbHANKS4KSUtINqhgrmwXXGF74n20h4JhztSPz32Lgi2N aKP98aFapvt/xBgnqePgH8t4s8xUlpZWQcQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeeftddrvdekiedgtdejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdggtfgfnhhsuhgsshgtrhhisggvpdfu rfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttdenucenucfjughrpefoggfgtg ffkffuhffvofesthhqredtredtjeenucfhrhhomhepfdforgiiihhnucetlhhhrgguuggr ugdfuceomhgriihinhesghgvthhsthgrthgvrdguvghvqeenucggtffrrghtthgvrhhnpe ekgfejveeufeejuefhhefhkefggfeigefgvdevueduffevtdefteetgfeihfetudenucev lhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehmrgiiihhnse hgvghtshhtrghtvgdruggvvhdpnhgspghrtghpthhtohepuddpmhhouggvpehsmhhtphho uhhtpdhrtghpthhtoheptghonhhtrhholhesuggvsggsuhhgshdrghhnuhdrohhrgh X-ME-Proxy: Feedback-ID: i0ed1493d:Fastmail Received: by mailuser.phl.internal (Postfix, from userid 501) id 2A7A51C20066; Thu, 31 Oct 2024 10:50:50 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Thu, 31 Oct 2024 17:50:49 +0300 Message-Id: Subject: setting owner on 74057 From: "Mazin Alhaddad" To: X-Mailer: aerc 0.18.2 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-Mailman-Approved-At: Thu, 31 Oct 2024 13:07:38 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) owner 74057 ! quit From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 31 21:44:39 2024 Received: (at 74057) by debbugs.gnu.org; 1 Nov 2024 01:44:40 +0000 Received: from localhost ([127.0.0.1]:45751 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t6giM-0002Gn-Pm for submit@debbugs.gnu.org; Thu, 31 Oct 2024 21:44:39 -0400 Received: from fhigh-a2-smtp.messagingengine.com ([103.168.172.153]:51329) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t6gRi-0001mm-Nk for 74057@debbugs.gnu.org; Thu, 31 Oct 2024 21:27:27 -0400 Received: from phl-compute-03.internal (phl-compute-03.phl.internal [10.202.2.43]) by mailfhigh.phl.internal (Postfix) with ESMTP id 5691011400FE; Thu, 31 Oct 2024 21:27:21 -0400 (EDT) Received: from phl-mailfrontend-02 ([10.202.2.163]) by phl-compute-03.internal (MEProxy); Thu, 31 Oct 2024 21:27:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=getstate.dev; h= cc:cc:content-transfer-encoding:content-type:content-type:date :date:from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:subject:subject:to:to; s=fm2; t=1730424441; x=1730510841; bh=dJy2hoyoEAXTJXVgw4984Ja/DuRPbIIprUw6csXjmMg=; b= I2OAQuHOvQJRezaJPODyst/chEprXGfxGnwX6UZE2PiaeIeDejg0MySqyWxTqpDU 5NqxfZq+kv6dwCCkdAe9qL4on7QooGojv+4SoheQ3P+hSzDdt/ThSortEK56moQk gATOaiPMM1ZJnxePBliI7oFFvwOA+35SuwTHMYnQh3nE2QQhPlNVH6pvm76Z2xPq yTPBkhcfV750CHbFI4sgow16W/0f2DezwBCI5QNkWNA+IvA1XCk8j91cLBO+bvxG JD/lbeRIfEU523vMKGO8wniSCmds9IETx6OJsywOMRmwtoXSPQIqATOOQCzhVIEL JG8MjfdnxF3ZPHDiSczWsw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:subject:subject:to:to:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t=1730424441; x= 1730510841; bh=dJy2hoyoEAXTJXVgw4984Ja/DuRPbIIprUw6csXjmMg=; b=f k9mhA7LoRiceuZj8959IFjEL4qGTD9uV7vCcczG/yN8IbUtAnmAGWz7PDqubYA4W 5jXR21t9N22NRTpBEPBJkpdXrkMcJjjMFU7hG//JE9m37g4Rd6zCCM0Cppg5qhvS 3rMMypN1xaTBsodZmIBhvdhXAjdElU8CCN+sUDqQ+nvPPT9VJ4rpU0rtiglwSbtx W3lKZfGTldvpJPBH8qfoj8lVD4OGtyEZqDfiUknmECsNS4CpZjFlBjhi5PCUl1N+ B3Fy+Ie8lDSRo5UAroYN3hTxbbhFQnxlEWzb5cD/CekbQf1pRL7NFKZey0IVWPCz Kg6PKPUjlqpUYQz/cKpwA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeeftddrvdekkedgfeefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdggtfgfnhhsuhgsshgtrhhisggvpdfu rfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttdenucenucfjughrpefhvfevuf ffkffojghfgggtgfesthekredtredtjeenucfhrhhomhepghgvthdqshhtrghtvgcuoehm rgiiihhnsehgvghtshhtrghtvgdruggvvheqnecuggftrfgrthhtvghrnhepjeeftedtvd egvddtteejfeelfffhjeelvdekuddtgefgtdekgfeggeefffegieeknecuvehluhhsthgv rhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepmhgriihinhesghgvthhsth grthgvrdguvghvpdhnsggprhgtphhtthhopeegpdhmohguvgepshhmthhpohhuthdprhgt phhtthhopeejgedtheejseguvggsuhhgghhsrdhgnhhurdhorhhgpdhrtghpthhtohepje egtdehjeesuggvsggsuhhgshdrghhnuhdrohhrghdprhgtphhtthhopeepghhuihigqdhp rghttghhvghssehgnhhurdhorhhgpdhrtghpthhtohepmhgriihinhesghgvthhsthgrth gvrdguvghv X-ME-Proxy: Feedback-ID: i0ed1493d:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 31 Oct 2024 21:27:19 -0400 (EDT) From: get-state To: 74057@debuggs.gnu.org, 74057@debbugs.gnu.org Subject: QA for 74057 Date: Fri, 1 Nov 2024 04:27:13 +0300 Message-ID: X-Mailer: git-send-email 2.46.0 In-Reply-To: <1ae7b1ecab0ddc6f3629de1f63b55d94cbc2aa3b.1730111347.git.wz@freeshell.de> References: <1ae7b1ecab0ddc6f3629de1f63b55d94cbc2aa3b.1730111347.git.wz@freeshell.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Debbugs-Cc: Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , Sharlatan Hellseher , Tanguy Le Carrour , jgart Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 74057 X-Mailman-Approved-At: Thu, 31 Oct 2024 21:44:37 -0400 Cc: get-state , =guix-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Review: * submission: checked commit format, synopsis and description * submission: license, patch applies cleanly * functionality: test installed, guix lint is clean * code: checked style to packages around it * added: Reviewed-by commit trailer * re-roll to trigger QA build Wiktor Żelazny (1): gnu: Add python-green. gnu/packages/python-check.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) base-commit: 6e50b0c56a8cc767bd3acb26638f78c450bde718 -- 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 31 21:44:40 2024 Received: (at 74057) by debbugs.gnu.org; 1 Nov 2024 01:44:40 +0000 Received: from localhost ([127.0.0.1]:45753 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t6giN-0002Gr-Vu for submit@debbugs.gnu.org; Thu, 31 Oct 2024 21:44:40 -0400 Received: from fhigh-a2-smtp.messagingengine.com ([103.168.172.153]:39779) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t6gRn-0001mn-Nu for 74057@debbugs.gnu.org; Thu, 31 Oct 2024 21:27:32 -0400 Received: from phl-compute-09.internal (phl-compute-09.phl.internal [10.202.2.49]) by mailfhigh.phl.internal (Postfix) with ESMTP id A9C7E11400EB; Thu, 31 Oct 2024 21:27:26 -0400 (EDT) Received: from phl-mailfrontend-02 ([10.202.2.163]) by phl-compute-09.internal (MEProxy); Thu, 31 Oct 2024 21:27:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=getstate.dev; h= cc:cc:content-transfer-encoding:content-type:content-type:date :date:from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:subject:subject:to:to; s=fm2; t=1730424446; x=1730510846; bh=3or8ewhyvjtqheKi/+R4D0hUFS4YIJOqZ0Ht3tXQiEE=; b= UbhsElSibl40rRCeN+qq5sL0TZ1bMCckQzZVlD6eVsDMclXriJWF8x6Qf8M7dQ6S Z9B0laK9eOZ6s/Y2/KhOTif9HxXnSpZpAk2LDSdgbT82peGQHW2aBYTdhL4JrH4R qug272OOnKw1v/8jORzsMDew5LfPhyQJDf9Vz3u0nvJqDCHG0tmzY2JwuZix36JZ xOVPrA4MAMfJXNp9+kurPNqAmZgJXQWO03IcRfgO/zu6rvL1cur+CIIE3pNH5SYq ZhDkNlfiYhUyRbwVbDTJJVxCBxUA/Kv9XIPyKa73Fpn8yvYvGjzG6FZFMEuMU+pt 2RIwuNIDUsydYUCW/11vtg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:subject:subject:to:to:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t=1730424446; x= 1730510846; bh=3or8ewhyvjtqheKi/+R4D0hUFS4YIJOqZ0Ht3tXQiEE=; b=h PCyi8hQibiqumZFYpD9FDIVXrKTlF1t3+m/xCTGSKHoE0bI8aO7rxXJa6vIFW9yL RKPMMlGZRZ5mojsPKtsqoxIeSq54CsP6XsQTajQJxO1voUKqSHoQEqZxZZvKDS6l tq22Bb/POmaee8zXknHXyOjz/U2It0fqZx4QZR5tCQtW80ZOG+dlf8cbcedgyHVU cJfME/wZCzbgRYovSEzMZ0fz49F675uqSNpsscpuD8t1sUvznSl1QFyH1xeEJmBR PHQd/fsChvpXwyIhcTKQCQhI4dtOUpwwMtZ6OGU070yrcy3iyS5ciLwqvidLtUL6 eVDiiItdsaME01dFWN6uQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeeftddrvdekkedgfeefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdggtfgfnhhsuhgsshgtrhhisggvpdfu rfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnh htshculddquddttddmnecujfgurhephffvvefufffkofgjfhggtgfgsehtkeertdertdej necuhfhrohhmpehgvghtqdhsthgrthgvuceomhgriihinhesghgvthhsthgrthgvrdguvg hvqeenucggtffrrghtthgvrhhnpedvfedvffejffduudfhuddvhffhudeltdegteeggeef hfdtjeehvdejuddvfeefudenucffohhmrghinhepghhithhhuhgsrdgtohhmnecuvehluh hsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepmhgriihinhesghgv thhsthgrthgvrdguvghvpdhnsggprhgtphhtthhopeehpdhmohguvgepshhmthhpohhuth dprhgtphhtthhopeejgedtheejseguvggsuhhgghhsrdhgnhhurdhorhhgpdhrtghpthht ohepjeegtdehjeesuggvsggsuhhgshdrghhnuhdrohhrghdprhgtphhtthhopeepghhuih igqdhprghttghhvghssehgnhhurdhorhhgpdhrtghpthhtohepfiiisehfrhgvvghshhgv lhhlrdguvgdprhgtphhtthhopehmrgiiihhnsehgvghtshhtrghtvgdruggvvh X-ME-Proxy: Feedback-ID: i0ed1493d:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 31 Oct 2024 21:27:24 -0400 (EDT) From: get-state To: 74057@debuggs.gnu.org, 74057@debbugs.gnu.org Subject: [PATCH v2 1/1] gnu: Add python-green. Date: Fri, 1 Nov 2024 04:27:14 +0300 Message-ID: X-Mailer: git-send-email 2.46.0 In-Reply-To: References: <1ae7b1ecab0ddc6f3629de1f63b55d94cbc2aa3b.1730111347.git.wz@freeshell.de> MIME-Version: 1.0 X-Debbugs-Cc: Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , Sharlatan Hellseher , Tanguy Le Carrour , jgart Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 74057 X-Mailman-Approved-At: Thu, 31 Oct 2024 21:44:37 -0400 Cc: =?UTF-8?q?Wiktor=20=C5=BBelazny?= , =guix-patches@gnu.org, get-state X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) From: Wiktor Żelazny * gnu/packages/python-check.scm (python-green): New variable. Change-Id: I554e8a635ff51413c79e3834fc1b88b34bbda84b Signed-off-by: get-state --- gnu/packages/python-check.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index ba66b081a5..3d181c8f7e 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -3003,3 +3003,27 @@ (define-public python-vulture dead code. Also, code that is only called implicitly may be reported as unused.") (license license:expat))) + +(define-public python-green + (package + (name "python-green") + (version "4.0.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "green" version)) + (sha256 + (base32 "1cd62nbn5dvlpnsyplp6cb24wd230san8dpm6pnl99n2kwzpq1m4")))) + (build-system pyproject-build-system) + ;; python-coverage both in requirements.txt and requirements-dev.txt + (propagated-inputs (list python-colorama python-coverage python-lxml + python-unidecode)) + (native-inputs (list python-black python-django python-mypy + python-testtools)) + (home-page "https://github.com/CleanCut/green") + (synopsis "Clean, colorful, fast python test runner") + (description + "@code{green} is a python test runner which in addition to +being clean, colorful and fast describes itself as powerful, traditional, +descriptive, convenient, thorough, embedded, modern, portable and living.") + (license license:expat))) -- 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 01 10:00:03 2024 Received: (at 74057) by debbugs.gnu.org; 1 Nov 2024 14:00:03 +0000 Received: from localhost ([127.0.0.1]:49672 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t6sC2-00021R-Ek for submit@debbugs.gnu.org; Fri, 01 Nov 2024 10:00:03 -0400 Received: from mail-pl1-f173.google.com ([209.85.214.173]:44378) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t6sBy-00020j-OZ for 74057@debbugs.gnu.org; Fri, 01 Nov 2024 10:00:01 -0400 Received: by mail-pl1-f173.google.com with SMTP id d9443c01a7336-20cdbe608b3so21708955ad.1 for <74057@debbugs.gnu.org>; Fri, 01 Nov 2024 06:59:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1730469533; x=1731074333; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=HmnVyIVpOK9h6n54IF0Szer7W8bb9JMKpEsKURIIaAs=; b=jexjSbUPl2YnTK3BvnOC3+90Q1gnK+VqSaMc17MYLrPHR5wqHWNBD5KhaPOzPcwI6Z XfCDJl0bblyhsEHe/RXTXxtCvoq3BvPpVhrqe8rZJByxsWZt8tgCnbSXf+6La4EhzWc5 zpW0LjZCt7IVdMjbSw7InGUUiU0oo1zbJ7rPFmVqIQsR4Tppa8x221aOOgPEmGLFK7O5 WETDN7unMt+XYguiPpIP//tAf/Vw4PTY/baI5MIoYRr1FbuIawpmZ5I9LJ5R7qMrvkkC PnwwKBy6nXXgAmmX6c70Pp2WmmDgYonhBDS7zVXrsck8Soi7JgpyIbBW4bN5gvjtw8bg C/Jw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1730469533; x=1731074333; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=HmnVyIVpOK9h6n54IF0Szer7W8bb9JMKpEsKURIIaAs=; b=MuHNGpbJKv7IEBcROgMuSz7bf5J5WKvdOtZcE06CnR+VkXNroRUkefzF/trHAyPHm+ QiszhZZKurm96xktGUEh29k5mhrNjF52PT+wd2vo+TCZP41lIrpLTi1na+Vyh3Lfv3dB eZT8SIonnkw0EZAmfvTqkSFltNp2djSsBzxiM29hfyFHqs14l7X2ZsklimmZHeoDZ3PQ 20bFIeyCOBmcszfVXUYScf1CNPux0y4/LP9JxAxhf+NGZ5wcZNV5m68fKvtOceYED39S ooW+eCo53G5/1y7hj8ImMWqof8Z1mESqmLN/d3UNWetxnnJudiysvNFLipdkhm5IJAOw IIHQ== X-Forwarded-Encrypted: i=1; AJvYcCWjQgbbce7zy3cGDlwncmZCFdHenON+0VE1MWzomgfHoIcGtFS7WuZxHEF9rJ0JTBNDi8AOUg==@debbugs.gnu.org X-Gm-Message-State: AOJu0Yz7Iofwc2d1UwCJ0eXl8X45DL25bT7lCHnm8qHZzyGKiw0MeFTG w+9cdy/pK6CShLNoglNOG/Mg8MqvRU+Yblrxqce4+utsrwnvIRJO X-Google-Smtp-Source: AGHT+IH0Ln3O1A8dD1y2kcQvnDZ2hnygfZay0aE8IHJ7hbnUhQ3I0LWci3158CWdWpn6SapP8w/hTw== X-Received: by 2002:a17:902:ec8c:b0:20e:5777:1b83 with SMTP id d9443c01a7336-210f75339d6mr142621915ad.24.1730469532825; Fri, 01 Nov 2024 06:58:52 -0700 (PDT) Received: from terra ([2405:6586:be0:0:c8ff:1707:9b9:af89]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-21105706979sm21668025ad.73.2024.11.01.06.58.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 01 Nov 2024 06:58:52 -0700 (PDT) From: Maxim Cournoyer To: get-state Subject: Re: [bug#74057] [PATCH v2 1/1] gnu: Add python-green. In-Reply-To: (get-state's message of "Fri, 1 Nov 2024 04:27:14 +0300") References: <1ae7b1ecab0ddc6f3629de1f63b55d94cbc2aa3b.1730111347.git.wz@freeshell.de> Date: Fri, 01 Nov 2024 22:58:46 +0900 Message-ID: <8734kb12eh.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 3.0 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, get-state writes: > From: Wiktor Żelazny > > * gnu/packages/python-check.scm (python-green): New variable. > > Change-Id: I554e8a635ff51413c79e3834fc1b88b34bbda84b > Signed-off-by: get-state Content analysis details: (3.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.0 MANY_TO_CC Sent to 10+ recipients 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [209.85.214.173 listed in bl.score.senderscore.com] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (maxim.cournoyer[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [209.85.214.173 listed in sa-trusted.bondedsender.org] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.214.173 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.214.173 listed in wl.mailspike.net] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 74057 Cc: Wiktor =?utf-8?Q?=C5=BBelazny?= , Sharlatan Hellseher , Munyoki Kilyungi , 74057-done@debuggs.gnu.org, Lars-Dominik Braun , 74057@debbugs.gnu.org, =guix-patches@gnu.org, Marius Bakke , Tanguy Le Carrour , jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, get-state writes: > From: Wiktor Żelazny > > * gnu/packages/python-check.scm (python-green): New variable. > > Change-Id: I554e8a635ff51413c79e3834fc1b88b34bbda84b > Signed-off-by: get-state Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [209.85.214.173 listed in sa-accredit.habeas.com] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.214.173 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.85.214.173 listed in wl.mailspike.net] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [209.85.214.173 listed in bl.score.senderscore.com] 3.0 MANY_TO_CC Sent to 10+ recipients 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (maxim.cournoyer[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager Hi, get-state writes: > From: Wiktor =C5=BBelazny > > * gnu/packages/python-check.scm (python-green): New variable. > > Change-Id: I554e8a635ff51413c79e3834fc1b88b34bbda84b > Signed-off-by: get-state This is a cool collaboration :-). I believe the correct trailer to denote a review should be 'Reviewed-by: ...'. > --- > gnu/packages/python-check.scm | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > > diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm > index ba66b081a5..3d181c8f7e 100644 > --- a/gnu/packages/python-check.scm > +++ b/gnu/packages/python-check.scm > @@ -3003,3 +3003,27 @@ (define-public python-vulture > dead code. Also, code that is only called implicitly may be reported as > unused.") > (license license:expat))) > + > +(define-public python-green > + (package > + (name "python-green") > + (version "4.0.2") > + (source > + (origin > + (method url-fetch) > + (uri (pypi-uri "green" version)) > + (sha256 > + (base32 "1cd62nbn5dvlpnsyplp6cb24wd230san8dpm6pnl99n2kwzpq1m4"))= )) > + (build-system pyproject-build-system) > + ;; python-coverage both in requirements.txt and requirements-dev.txt > + (propagated-inputs (list python-colorama python-coverage python-lxml > + python-unidecode)) > + (native-inputs (list python-black python-django python-mypy > + python-testtools)) > + (home-page "https://github.com/CleanCut/green") > + (synopsis "Clean, colorful, fast python test runner") > + (description > + "@code{green} is a python test runner which in addition to > +being clean, colorful and fast describes itself as powerful, traditional, > +descriptive, convenient, thorough, embedded, modern, portable and living= .") > + (license license:expat))) I've capitalized Python, adjusted the trailer and did a few improvements to the description/style: --8<---------------cut here---------------start------------->8--- 1 file changed, 32 insertions(+), 9 deletions(-) gnu/packages/python-check.scm | 41 ++++++++++++++++++++++++++++++++--------- modified gnu/packages/python-check.scm @@ -3015,15 +3015,38 @@ (define-public python-green (sha256 (base32 "1cd62nbn5dvlpnsyplp6cb24wd230san8dpm6pnl99n2kwzpq1m4")))) (build-system pyproject-build-system) - ;; python-coverage both in requirements.txt and requirements-dev.txt - (propagated-inputs (list python-colorama python-coverage python-lxml - python-unidecode)) - (native-inputs (list python-black python-django python-mypy - python-testtools)) + (native-inputs + (list python-black + python-django + python-mypy + python-testtools)) + ;; The python-coverage dependency appears both in requirements.txt and + ;; requirements-dev.txt. + (propagated-inputs + (list python-colorama + python-coverage + python-lxml + python-unidecode)) (home-page "https://github.com/CleanCut/green") - (synopsis "Clean, colorful, fast python test runner") + (synopsis "Clean, colorful, fast Python test runner") (description - "@code{green} is a python test runner which in addition to -being clean, colorful and fast describes itself as powerful, traditional, -descriptive, convenient, thorough, embedded, modern, portable and living.") + "@code{green} is a Python test runner that describes itself as: +@table @emph +@item Clean +Low redundancy in output. Result statistics for each test is vertically a= ligned. +@item Colorful +Terminal output makes good use of color when the terminal supports it. +@item Fast +Tests run in independent processes (one per processor by default). +@item Powerful +Multi-target and auto-discovery support. +@item Traditional +It uses the normal @code{unittest} classes and methods. +@item Descriptive +Multiple verbosity levels, from just dots to full docstring output. +@item Convenient +Bash-completion and ZSH-completion of options and test targets. +@item Thorough +Built-in integration with @url{http://nedbatchelder.com/code/coverage/, co= verage}. +@end table") (license license:expat))) [back] --8<---------------cut here---------------end--------------->8--- And pushed as commit 08dc72473b. Thanks to both of you! Closing. --=20 Maxim From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 03 07:21:30 2024 Received: (at 74057-done) by debbugs.gnu.org; 3 Nov 2024 12:21:30 +0000 Received: from localhost ([127.0.0.1]:60091 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t7Zbm-00050T-GZ for submit@debbugs.gnu.org; Sun, 03 Nov 2024 07:21:30 -0500 Received: from mail-wm1-f46.google.com ([209.85.128.46]:49616) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t7Zbk-00050N-7J for 74057-done@debbugs.gnu.org; Sun, 03 Nov 2024 07:21:29 -0500 Received: by mail-wm1-f46.google.com with SMTP id 5b1f17b1804b1-4316a44d1bbso28251205e9.3 for <74057-done@debbugs.gnu.org>; Sun, 03 Nov 2024 04:21:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1730636427; x=1731241227; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:to:from:from:to:cc:subject :date:message-id:reply-to; bh=qq9l2SlYtYDwcD1CZSY5VKeLtsLy5sOrlWz1XRPobFg=; b=m09+PlPQ5Vixx/63ndw1SBV6Nkg70jeHuiHjdW2LVtFfhq/05dPqqCAuRHmjZrNEf+ RCsdmOPQwo0elpN4XXvGfpL0jzd8rIsrpZMpiuUmzuTfGNj97xEdvoY/KqG4aXrf683i DU+Brnl25X6XBfHE4YA8xyNrbi97pv7rS4ngsI23Uij4ihC6p4Hj8Gqj5MkObz62vMsi H/XYHlvXWEXb5g8ocix21sX1faugyyYerkKl9xi1482pbbK/p5OT/fQK45xrJ7JtjBqK FXBtD/86PIbuEnJZnbHVbDWHbMtA0aTtWO4pV4KQlf7QpsKRxzTXLvopKPstjTTnoXjW corA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1730636427; x=1731241227; h=mime-version:message-id:date:subject:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=qq9l2SlYtYDwcD1CZSY5VKeLtsLy5sOrlWz1XRPobFg=; b=bMvTHKRSTb8+X9rc80nZ+hKzEEUJluTjXTzkGMybvI6OxPhWWdCmrOO5Glecl8h+i/ 7s9FUzDJKJKdujHRrUhoimmqdZ+Rq4VdbtA2MNlMnwUPtfT6jBB2sXPbBBfvD/ffKHwH auD9T58TMjvpN3UfNCkt9knigFWmBm/LS8iR9E17dTBPU6WV9A03v4svDaIUXAAlwmU9 VTgueMYPmNHWO/SpiwdMOcpHxlg/1nJBaY76f/zcYuaYLua8zWMl7DyAB0oxjBF0xriA H7CKk9cI+vTrDHxHiCH6I9wL4WW9zWt7bvp8+MsnuTChTd1denkDZqzA+gM4HXoMbijC L9sg== X-Gm-Message-State: AOJu0YyKDD1U3q6/w4gmHzRftp1oGz/TnlfxDFNkpualpEjGYQqATuOT A1bUSbWtnge0XmhtBudXgeBtxU5udDWKJVThhs8dSr2k3sOFerN0WQlj830w X-Google-Smtp-Source: AGHT+IFpWfiVzQia7JHjHMmu3N1JsuBhJJJS2ctRsCT/3m00AuT1sZ9GvieRx+o84ZoAfW1LsnPMKg== X-Received: by 2002:a05:600c:1c28:b0:431:55af:a22f with SMTP id 5b1f17b1804b1-4327b6f950fmr111248095e9.13.1730636427084; Sun, 03 Nov 2024 04:20:27 -0800 (PST) Received: from guxtil (cpc100684-bagu15-2-0-cust967.1-3.cable.virginm.net. [86.8.111.200]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-381c10b7c2bsm10558911f8f.23.2024.11.03.04.20.26 for <74057-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 03 Nov 2024 04:20:26 -0800 (PST) From: Sharlatan Hellseher To: 74057-done@debbugs.gnu.org Subject: [PATCH] gnu: Add python-green. Date: Sun, 03 Nov 2024 12:20:24 +0000 Message-ID: <87v7x4tson.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74057-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Closing the issue to clean up from QA. -- Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmcnaogACgkQdtcnv/Ys 0rWW2w//YWrPj+RnlINkUQpP8dxVSX4kcvbCwmOL7Hp7LblJR0emXT7pWMKKIAQX DpN4puwJ/CWoN68PkVghku+dMx2+m3oaASE3wsive/YkdzJuAEfrD11nCeeDEIQS KWpKT1j/2qvLmYl/sx82XFDgv+xnkrjW5o19sccsCahgvFF99i0SZpsuMJrSE9hj UTo3EI/WnDqv8DW3j8c1Wr1PK2KC5R6G09/NZaN7hg3+A0yF4lpJLDlrOGvoM4nF ZcG0uiVpABPJsm1UpTob6uCScyrRcmvLT4AnQZHpdk0LZAL56pYBEtwVb/rUJNCK ubWzZTSFr9R4CZHTNNtIAEvLNyjJSRrz0iXBwHHsq0FPdRXHOLfs4BbmVtwQZDP+ 41eSVceIcj+cj85Iqqqq9nFeFNbyLFp63SmVJQZk9HIn5aZSXRLWrprBaqFSyhNA b+g2eFe4VvTGEz7QV7UkpdVtm/1spwiIGyzHCa4GYlL3MllENc+MrY5Z/tR1yZZJ 7vp1xqRFf5+yk/UbCprPlKgUbp9Sjzbdzlctq90BsFDqySJ/kZE4Sjs2ONnUM0Vi oZVOU8zjHAYWpDBxv+fnW74OoCYFaIw9jXdT/3xJprazSaoTSCBZdoVPVxOlIrwT iZpbU48scIKX5PU6L8KPcWCDV9L7IYwto/DhrSNPzOrlTLgt1rw= =kTMT -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Sep 05 18:58:03 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 01 Dec 2024 12:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator