summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-05 17:07:06 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-05 17:09:35 +0100
commit12fc06db4b3273a3d183ed71ba95d128a6e11df1 (patch)
treed324ca5827013aaae5d63d20831d98c41f35d42b /gnu
parentfec49af6dde601ad3f54edbdfa296f8ffc6af040 (diff)
gnu: python-lxml-html-clean: Update to 0.4.3, fixing tests.
* gnu/packages/xml.scm (python-lxml-html-clean): Update to 0.4.3. [native-inputs]: Remove python-wheel. Change-Id: Ice66bd0f1333071c4f296a39d32d44b95573dcc8
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xml.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 051bac76b60..26a63ea06bc 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1939,13 +1939,13 @@ libxml2 and libxslt.")
(define-public python-lxml-html-clean
(package
(name "python-lxml-html-clean")
- (version "0.4.2")
+ (version "0.4.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "lxml_html_clean" version))
(sha256
- (base32 "1cxwrrv4kdkxwkwm12a6rh38xmb415257g31yjmk0m5rbmxiwaci"))))
+ (base32 "134xppqi8y8qfl54vxfgx8852mw2mix15axy0z43dy00bf993py9"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -1960,7 +1960,7 @@ libxml2 and libxslt.")
"tests/test_clean.txt"
"tests/test_autolink.txt")))))))
(propagated-inputs (list python-lxml))
- (native-inputs (list python-setuptools python-wheel))
+ (native-inputs (list python-setuptools))
(home-page "https://github.com/fedora-python/lxml_html_clean/")
(synopsis "Remove superfluous content from HTML files")
(description "This package provides a Cleaner for cleaning up HTML pages.