From unknown Sat Jun 14 18:36:10 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#69452 <69452@debbugs.gnu.org> To: bug#69452 <69452@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add python-mistune-3. Reply-To: bug#69452 <69452@debbugs.gnu.org> Date: Sun, 15 Jun 2025 01:36:10 +0000 retitle 69452 [PATCH] gnu: Add python-mistune-3. reassign 69452 guix-patches submitter 69452 Tanguy Le Carrour severity 69452 normal tag 69452 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 28 05:55:31 2024 Received: (at submit) by debbugs.gnu.org; 28 Feb 2024 10:55:31 +0000 Received: from localhost ([127.0.0.1]:58175 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rfHb0-00056U-IA for submit@debbugs.gnu.org; Wed, 28 Feb 2024 05:55:31 -0500 Received: from lists.gnu.org ([209.51.188.17]:43046) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rfHR7-0004Yz-GC for submit@debbugs.gnu.org; Wed, 28 Feb 2024 05:45: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 1rfHA6-0005tA-P9 for guix-patches@gnu.org; Wed, 28 Feb 2024 05:27:42 -0500 Received: from smtp-42a9.mail.infomaniak.ch ([84.16.66.169]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rfH9r-00041W-5J for guix-patches@gnu.org; Wed, 28 Feb 2024 05:27:42 -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 4Tl9XC41vvzJ4L; Wed, 28 Feb 2024 11:27:23 +0100 (CET) Received: from unknown by smtp-4-0001.mail.infomaniak.ch (Postfix) with ESMTPA id 4Tl9XC1SWJzg2k; Wed, 28 Feb 2024 11:27:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bioneland.org; s=20230804; t=1709116043; bh=ivk8Wvd7qN+Kpqqqqhqs2fBGwlpAsASAfSwgPe0Vi08=; h=From:To:Cc:Subject:Date:From; b=GU1rkJLFoYT+FEWNJkCR1W+P9cV0TpehMERn1Bka1rjmbBgGkNpv0SMkYf8bzrGYz JQcguyt083AxM+2V1LUx7sn/F611HRMUUJmtKPLvm7RfkXz75mhFUF0BTqlAISkCRV PJCNPMlrCRSb/TqA9LkFKcLn3evUUmrvrAAbVwCVt0RfnU9RS2xaTEX2csrjJecjBf rIoAZEtYch8eMmfxTJNn8femhuyfLxC7ROUUP0y3mXRdbLf8VL+d2SE+gUK1Z5Ifij 33k++6rtnGOqhzicI/Z71vP4NOMsC/rk6+uCLnCGsGx/KDwOb8yjJu2Tpvk8vZTKn0 ikTbUn79UzCdQ== From: Tanguy Le Carrour To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-mistune-3. Date: Wed, 28 Feb 2024 11:27:00 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Debbugs-Cc: Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , Sharlatan Hellseher , jgart Content-Transfer-Encoding: 8bit X-Infomaniak-Routing: alpha Received-SPF: pass client-ip=84.16.66.169; envelope-from=tanguy@bioneland.org; helo=smtp-42a9.mail.infomaniak.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, T_SPF_TEMPERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Tanguy Le Carrour 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 (--) Hi Guix, This patch adds Mistune v3, but… we already have 2 other versions of Mistune: - python-mistune (0.8.4) - python-mistune-next (2.0.4) Would it be ok if, in a following patch, I renamed python-mistune-next to python-mistune-2 and change the 3 packages that use it? Regards. * gnu/packages/python-xyz.scm (python-mistune-3): New variable. Change-Id: I59adfb92ed65a10292090c758108e889467f28d7 --- gnu/packages/python-xyz.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8691f70375..4ecc2e5e5d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14155,6 +14155,24 @@ (define-public python-mistune-next (invoke "pytest" "-vv"))))))) (native-inputs (list python-pytest)))) +(define-public python-mistune-3 + (package + (name "python-mistune") + (version "3.0.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "mistune" version)) + (sha256 + (base32 "1s4ba1m69yldrhnyfj8lm4bl3axbi95g1dicxya27j9hv7g96zzw")))) + (build-system pyproject-build-system) + (native-inputs (list python-pytest python-setuptools python-wheel)) + (home-page "https://github.com/lepture/mistune") + (synopsis "Markdown parser in pure Python") + (description "This package provides a fast markdown parser in pure +Python.") + (license license:bsd-3))) + (define-public python-markdown (package (name "python-markdown") base-commit: 178c36e1ee6915a27f042f64a6357d5ed9c8cb49 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 29 13:18:01 2024 Received: (at 69452) by debbugs.gnu.org; 29 Feb 2024 18:18:02 +0000 Received: from localhost ([127.0.0.1]:35352 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rfkyn-0006ke-Ju for submit@debbugs.gnu.org; Thu, 29 Feb 2024 13:18:01 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:39760) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rfkym-0006kL-0k for 69452@debbugs.gnu.org; Thu, 29 Feb 2024 13:18:00 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 85D321135; Thu, 29 Feb 2024 19:16:56 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2NEgdTKyBMkD; Thu, 29 Feb 2024 19:16:56 +0100 (CET) Received: from jurong (unknown [IPv6:2001:861:c4:f2f0::c64]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 1ABA4CD; Thu, 29 Feb 2024 19:16:56 +0100 (CET) Date: Thu, 29 Feb 2024 19:16:54 +0100 From: Andreas Enge To: 69452@debbugs.gnu.org Subject: Question Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 69452 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 (-) Do we need all these versions, or might one (or at most two) be enough? Andreas