python3Packages.html2text: 2024.2.26 -> 2025.4.15

https://github.com/Alir3z4/html2text/blob/2025.4.15/ChangeLog.rst

This commit was automatically generated using update-python-libraries.

Changed files
+8 -4
pkgs
development
python-modules
html2text
+8 -4
pkgs/development/python-modules/html2text/default.nix
···
pythonOlder,
pytestCheckHook,
setuptools,
+
setuptools-scm,
}:
buildPythonPackage rec {
pname = "html2text";
-
version = "2024.2.26";
+
version = "2025.4.15";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "Alir3z4";
repo = "html2text";
tag = version;
-
hash = "sha256-1CLkTFR+/XQ428WjMF7wliyAG6CB+n8JSsLDdLHPO7I=";
+
hash = "sha256-SMdILvCVXMe3Tlf3kK54VfEKsQ/KvpBZK3xZ4zVwcfo=";
};
-
build-system = [ setuptools ];
+
build-system = [
+
setuptools
+
setuptools-scm
+
];
nativeCheckInputs = [ pytestCheckHook ];
···
meta = with lib; {
description = "Turn HTML into equivalent Markdown-structured text";
homepage = "https://github.com/Alir3z4/html2text/";
-
changelog = "https://github.com/Alir3z4/html2text/blob/${src.rev}/ChangeLog.rst";
+
changelog = "https://github.com/Alir3z4/html2text/blob/${src.tag}/ChangeLog.rst";
license = licenses.gpl3Only;
maintainers = [ ];
mainProgram = "html2text";