[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/57: gnu: python-markdown-it-py: Update to 3.0.0.
From: |
guix-commits |
Subject: |
21/57: gnu: python-markdown-it-py: Update to 3.0.0. |
Date: |
Mon, 6 May 2024 04:08:14 -0400 (EDT) |
rekado pushed a commit to branch python-team
in repository guix.
commit 160f89e8a18c0bf21b232df2d10ff725068a54b2
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Tue Feb 13 14:15:38 2024 +0000
gnu: python-markdown-it-py: Update to 3.0.0.
* 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
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
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 5ac2fe28cb..f9583246d6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6168,19 +6168,26 @@ given signature. It was largely inspired by
@code{python-decorator} and
(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
- 01/57: gnu: python-pygments: Update to 2.15.1., (continued)
- 01/57: gnu: python-pygments: Update to 2.15.1., guix-commits, 2024/05/06
- 03/57: gnu: python-sphinx-alabaster-theme: Update to 0.7.13., guix-commits, 2024/05/06
- 06/57: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/05/06
- 12/57: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/05/06
- 07/57: gnu: criu: Remove temporary workaround., guix-commits, 2024/05/06
- 13/57: doc: Document new options for pyproject-build-system., guix-commits, 2024/05/06
- 18/57: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/05/06
- 20/57: gnu: meson-python: Do not delete LICENSES directory., guix-commits, 2024/05/06
- 27/57: gnu: python-lightning-cloud: Disable tests., guix-commits, 2024/05/06
- 23/57: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/05/06
- 21/57: gnu: python-markdown-it-py: Update to 3.0.0.,
guix-commits <=
- 04/57: gnu: python-sphinx: Update to 5.3.0., guix-commits, 2024/05/06
- 11/57: gnu: python-pytest-xdist: Disable failing test., guix-commits, 2024/05/06
- 19/57: gnu: Add setuptools/wheel to more Python packages., guix-commits, 2024/05/06
- 43/57: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/05/06
- 08/57: gnu: sssd: Import ensure-no-mtimes-pre-1980., guix-commits, 2024/05/06
- 16/57: gnu: Add missing import (again)., guix-commits, 2024/05/06
- 30/57: gnu: python-traitlets: Update to 5.14.1., guix-commits, 2024/05/06
- 40/57: gnu: java-testng: Disable one test., guix-commits, 2024/05/06
- 09/57: guix: toml: Add TOML parser., guix-commits, 2024/05/06
- 14/57: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/05/06