GNU bug report logs - #68061
[PATCH] gnu: python-markdown-it-py: Update to 3.0.0.

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Wed, 27 Dec 2023 15:46:01 UTC

Severity: normal

Tags: patch

Done: Felix Gruber <felgru <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Felix Gruber <felgru <at> posteo.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#68061: closed ([PATCH] gnu: python-markdown-it-py: Update to
 3.0.0.)
Date: Sat, 25 Jan 2025 15:12:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 25 Jan 2025 15:11:18 +0000
with message-id <5549128b-05b2-4fce-8888-4028577ec5f8 <at> posteo.net>
and subject line Re: [PATCH] gnu: python-markdown-it-py: Update to 3.0.0.
has caused the debbugs.gnu.org bug report #68061,
regarding [PATCH] gnu: python-markdown-it-py: Update to 3.0.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
68061: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68061
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Felix Gruber <felgru <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [PATCH] gnu: python-markdown-it-py: Update to 3.0.0.
Date: Wed, 27 Dec 2023 15:45:24 +0000
* gnu/packages/python-xyz.scm (python-markdown-it-py): Update to 3.0.0.
[propagated-inputs]: Remove python-typing-extensions; add python-commonmark,
python-linkify-it-py, python-markdown, python-mistletoe,
python-mistune, python-panflute, python-psutil, and python-pyyaml.
[native-inputs]: Remove python-flit; add python-flit-core.

Change-Id: I5dc06b163ddbec0a32a9d7c3da2c834b2e74cd74
---
 gnu/packages/python-xyz.scm | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cab44be011..2575f304ab 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5482,19 +5482,26 @@ (define-public python-makefun
 (define-public python-markdown-it-py
   (package
     (name "python-markdown-it-py")
-    (version "2.1.0")
+    (version "3.0.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "markdown-it-py" version))
               (sha256
                (base32
-                "1nh75i72584r70alhqc479gys04s5m5g3vq601yf2njbs7z5jzng"))))
+                "1swgvyiavak0nmfb31lq5zck5chwhmyf6qb6qwpcav86zaa0mxp3"))))
     (build-system pyproject-build-system)
     (arguments (list #:tests? #f))      ;pypi source does not contains tests
-    (native-inputs (list python-flit))
+    (native-inputs (list python-flit-core))
     (propagated-inputs
-     (list python-mdurl
-           python-typing-extensions))
+     (list python-commonmark
+           python-linkify-it-py
+           python-markdown
+           python-mdurl
+           python-mistletoe
+           python-mistune
+           python-panflute
+           python-psutil
+           python-pyyaml))
     (home-page "https://github.com/executablebooks/markdown-it-py")
     (synopsis "Python port of markdown-it")
     (description

base-commit: 8f03a51f5cdf4015d22a42e0796aad28f092e40b
-- 
2.43.0



[Message part 3 (message/rfc822, inline)]
From: Felix Gruber <felgru <at> posteo.net>
To: 68061-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: python-markdown-it-py: Update to 3.0.0.
Date: Sat, 25 Jan 2025 15:11:18 +0000
This patch has already been aplied to master in commit 
ccb2541641a16d964a4ad620a5898a145e5da443.


This bug report was last modified 114 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.