[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
132/231: gnu: python-mistune: Update to 3.0.2.
From: |
guix-commits |
Subject: |
132/231: gnu: python-mistune: Update to 3.0.2. |
Date: |
Tue, 15 Oct 2024 17:11:15 -0400 (EDT) |
sharlatan pushed a commit to branch python-team-old
in repository guix.
commit 8df1c2f2b702c6d62886a2e2af93d95aaea7d755
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri May 10 09:44:39 2024 +0200
gnu: python-mistune: Update to 3.0.2.
* gnu/packages/python-xyz.scm (python-mistune): Update to 3.0.2.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Ia04fb0e249fe97ba2e4bf8123aeb340a8ec70953
---
gnu/packages/python-xyz.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0ee174f8fc..91ecc608a0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15046,17 +15046,18 @@ It also removes useless @code{pass} statements.")
(define-public python-mistune
(package
(name "python-mistune")
- (version "0.8.4")
+ (version "3.0.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "mistune" version))
(sha256
(base32
- "0vkmsh0x480rni51lhyvigfdf06b9247z868pk3bal1wnnfl58sr"))))
- (build-system python-build-system)
+ "1s4ba1m69yldrhnyfj8lm4bl3axbi95g1dicxya27j9hv7g96zzw"))))
+ (build-system pyproject-build-system)
(native-inputs
- (list python-nose python-cython))
+ (list 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
- 102/231: gnu: python-openapi-schema-validator: Update to 0.6.2., (continued)
- 102/231: gnu: python-openapi-schema-validator: Update to 0.6.2., guix-commits, 2024/10/15
- 104/231: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/10/15
- 134/231: gnu: python-widgetsnbextension: Update to 4.0.10., guix-commits, 2024/10/15
- 120/231: gnu: Add python-pytoolconfig., guix-commits, 2024/10/15
- 125/231: gnu: python-lsp-server: Update to 1.11.0., guix-commits, 2024/10/15
- 128/231: gnu: python-sphinx-5: Disable failing tests., guix-commits, 2024/10/15
- 133/231: gnu: python-nbconvert: Update to 7.16.4., guix-commits, 2024/10/15
- 121/231: gnu: Add python-whatthepatch., guix-commits, 2024/10/15
- 129/231: gnu: python-sphinx-4: Inherit from python-sphinx-5., guix-commits, 2024/10/15
- 119/231: gnu: Add python-docstring-to-markdown., guix-commits, 2024/10/15
- 132/231: gnu: python-mistune: Update to 3.0.2.,
guix-commits <=
- 131/231: gnu: python-pycurl: Update to 7.45.3., guix-commits, 2024/10/15
- 138/231: gnu: python-ipywidgets: Update to 8.1.2., guix-commits, 2024/10/15
- 142/231: gnu: python-isort: Move to pyproject-build-system., guix-commits, 2024/10/15
- 152/231: gnu: Add ghc-language-python., guix-commits, 2024/10/15
- 140/231: gnu: python-transient: Move to pyproject-build-system., guix-commits, 2024/10/15
- 151/231: gnu: Add xcffibgen., guix-commits, 2024/10/15
- 154/231: gnu: qtile: Update to 0.23.0., guix-commits, 2024/10/15
- 159/231: gnu: conda: Move to pyproject-build-system., guix-commits, 2024/10/15
- 160/231: gnu: conda: Reindent., guix-commits, 2024/10/15
- 146/231: gnu: python-zope-i18nmessageid: Update to 5.1.1., guix-commits, 2024/10/15