[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
129/361: gnu: python-mistune: Update to 3.0.2.
From: |
guix-commits |
Subject: |
129/361: gnu: python-mistune: Update to 3.0.2. |
Date: |
Fri, 22 Nov 2024 06:00:26 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 157711fe75a643b160d0dcf37199375c0f3330bc
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 5f87b879ec..be5dc0fea4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15495,17 +15495,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
- 345/361: gnu: python-pandas-2: Update to 2.2.3., (continued)
- 345/361: gnu: python-pandas-2: Update to 2.2.3., guix-commits, 2024/11/22
- 47/361: gnu: python-vine: Add missing inputs., guix-commits, 2024/11/22
- 338/361: gnu: python-watchdog: Update to 6.0.0., guix-commits, 2024/11/22
- 52/361: gnu: python-pyproject-metadata: Disable two tests., guix-commits, 2024/11/22
- 49/361: gnu: python-box: Add missing input., guix-commits, 2024/11/22
- 48/361: gnu: python-joblib: Add missing inputs., guix-commits, 2024/11/22
- 84/361: gnu: python-jupyter-kernel-mgmt: Use Tornado 6., guix-commits, 2024/11/22
- 92/361: gnu: python-jupyter-client: Update to 7.4.4., guix-commits, 2024/11/22
- 91/361: gnu: python-trio: Use pyproject-build-system., guix-commits, 2024/11/22
- 121/361: gnu: python-rope: Update to 1.13.0., guix-commits, 2024/11/22
- 129/361: gnu: python-mistune: Update to 3.0.2.,
guix-commits <=
- 138/361: gnu: python-black: Move to pyproject-build-system., guix-commits, 2024/11/22
- 123/361: gnu: python-lsp-server: Update to 1.11.0., guix-commits, 2024/11/22
- 139/361: gnu: python-isort: Move to pyproject-build-system., guix-commits, 2024/11/22
- 140/361: gnu: python-codespell: Improve package style., guix-commits, 2024/11/22
- 142/361: gnu: python-http-ece: Update to 1.2.0., guix-commits, 2024/11/22
- 144/361: gnu: python-aionotify: Update to 0.3.0., guix-commits, 2024/11/22
- 153/361: gnu: python-apiron: Move to pyproject-build-system., guix-commits, 2024/11/22
- 171/361: gnu: python-cucumber-tag-expressions: Move to pyproject-build-system., guix-commits, 2024/11/22
- 164/361: gnu: python-nbval: Move to pyproject-build-system., guix-commits, 2024/11/22
- 168/361: gnu: python-cbor2: Move to pyproject-build-system., guix-commits, 2024/11/22