summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-17 21:54:07 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:02 +0100
commit4196c9673f58bffdbefbd29a4d133b2d50404230 (patch)
tree7adef612790cddde50f2cfb36a02f8b281075367
parentd00e263ae8e8e5bd3b3dcd6089b62e68e6af9adf (diff)
gnu: python-xmltodict: Update to 0.14.2.
* gnu/packages/xml.scm (python-xmltodict): Update to 0.14.2. [native-inputs]: Remove python-coverage, python-nose, and python-wheel; add python-pytest. Change-Id: Iecfc5a944fa34637f758d08211466a9ab3d5aa76
-rw-r--r--gnu/packages/xml.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 336beed664..b7482bfbe9 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -2097,17 +2097,18 @@ XML data to JSON and other formats.")
(define-public python-xmltodict
(package
(name "python-xmltodict")
- (version "0.12.0")
+ (version "0.14.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "xmltodict" version))
(sha256
(base32
- "08cadlb9vsb4pmzc99lz3a2lx6qcfazyvgk10pcqijvyxlwcdn2h"))))
+ "0lx521w5nlmb937fxym5m38hxar354wfdpfik54kf3i1pcl7q7i0"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-coverage python-nose python-setuptools python-wheel))
+ (list python-pytest
+ python-setuptools))
(home-page "https://github.com/martinblech/xmltodict")
(synopsis "Work with XML like you are working with JSON")
(description "This package provides a Python library to convert XML to