From efe41063621975680bea6beab224e15e83ce00bc Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 30 Jun 2025 14:32:01 +0200 Subject: [PATCH] python3Packages.html-sanitizer: 2.4.4 -> 2.6 Diff: https://github.com/matthiask/html-sanitizer/compare/refs/tags/2.4.4...refs/tags/2.6 Changelog: https://github.com/matthiask/html-sanitizer/blob/2.6/CHANGELOG.rst --- .../development/python-modules/html-sanitizer/default.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/html-sanitizer/default.nix b/pkgs/development/python-modules/html-sanitizer/default.nix index c978fdd02f6a..6178b563e6d1 100644 --- a/pkgs/development/python-modules/html-sanitizer/default.nix +++ b/pkgs/development/python-modules/html-sanitizer/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "html-sanitizer"; - version = "2.4.4"; + version = "2.6"; pyproject = true; src = fetchFromGitHub { owner = "matthiask"; repo = "html-sanitizer"; tag = version; - hash = "sha256-6OWFLsuefeDzQ1uHnLmboKDgrbY/xJCwqsSQlDaJlRs="; + hash = "sha256-egBGhv7vudH32jwh9rAXuXfMzPDxJ60S5WKbc4kzCTU="; }; build-system = [ hatchling ]; @@ -43,10 +43,6 @@ buildPythonPackage rec { # Tests are sensitive to output "test_billion_laughs" "test_10_broken_html" - - # Mismatch snapshot (AssertionError) - # https://github.com/matthiask/html-sanitizer/issues/53 - "test_keep_typographic_whitespace" ]; pythonImportsCheck = [ "html_sanitizer" ];