[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
101/195: gnu: python-mistune: Update to 3.0.2.
From: |
guix-commits |
Subject: |
101/195: gnu: python-mistune: Update to 3.0.2. |
Date: |
Tue, 15 Oct 2024 03:29:52 -0400 (EDT) |
sharlatan pushed a commit to branch python-team-rebased
in repository guix.
commit 7a4be7641a154ec6390a5e9f960ec9243ae2f969
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 f315739725..eff8d9aab9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15300,17 +15300,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
- 73/195: gnu: python-requests: Update to 2.31.0., (continued)
- 73/195: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/10/15
- 80/195: gnu: python-graphql-core: Enable tests., guix-commits, 2024/10/15
- 84/195: gnu: python-myst-parser: Update to 3.0.1., guix-commits, 2024/10/15
- 85/195: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/10/15
- 91/195: gnu: python-rope: Update to 1.13.0., guix-commits, 2024/10/15
- 98/195: gnu: python-sphinx-4: Inherit from python-sphinx-5., guix-commits, 2024/10/15
- 115/195: gnu: python-zope-i18nmessageid: Update to 5.1.1., guix-commits, 2024/10/15
- 106/195: gnu: python-jupyterlab-widgets: Update to 3.0.10., guix-commits, 2024/10/15
- 103/195: gnu: python-widgetsnbextension: Update to 4.0.10., guix-commits, 2024/10/15
- 105/195: gnu: python-ipykernel: Update to 6.29.4., guix-commits, 2024/10/15
- 101/195: gnu: python-mistune: Update to 3.0.2.,
guix-commits <=
- 120/195: gnu: Add xcffibgen., guix-commits, 2024/10/15
- 112/195: gnu: python-codespell: Improve package style., guix-commits, 2024/10/15
- 135/195: gnu: python-pypujs: Improve package style., guix-commits, 2024/10/15
- 132/195: gnu: python-arrow: Move to pyproject-build-system., guix-commits, 2024/10/15
- 128/195: gnu: conda: Reindent., guix-commits, 2024/10/15
- 130/195: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/10/15
- 139/195: gnu: gunicorn: Update to 21.2.0., guix-commits, 2024/10/15
- 122/195: gnu: python-xcffib: Move to (gnu packages xorg)., guix-commits, 2024/10/15
- 143/195: gnu: behave: Move to pyproject-build-system., guix-commits, 2024/10/15
- 141/195: gnu: python-cbor2: Move to pyproject-build-system., guix-commits, 2024/10/15