Package python3-module-xmldiff: Information
Source package: python3-module-xmldiff
Version: 2.7.0-alt1
Build time: Jul 15, 2025, 09:37 AM in the task #389897
Category: Development/Python3
Report package bugHome page: https://github.com/Shoobx/xmldiff
License: MIT
Summary: A library and command line utility for diffing xml
Description:
xmldiff is a library and a command-line utility for making diffs out of XML. This may seem like something that doesn't need a dedicated utility, but change detection in hierarchical data is very different from change detection in flat data. XML type formats are also not only used for computer readable data, it is also often used as a format for hierarchical data that can be rendered into human readable formats. A traditional diff on such a format would tell you line by line the differences, but this would not be be readable by a human. xmldiff provides tools to make human readable diffs in those situations.
Maintainer: Andrey Kovalev
Last changed
July 15, 2025 Andrey Kovalev 2.7.0-alt1
- Updated to upstream version 2.7.0.
July 8, 2025 Andrey Kovalev 2.6.3-alt2
- Fixed FTBFS: Fixed exception type in test_api_diff_texts.
Nov. 11, 2024 Andrey Kovalev 2.6.3-alt1
- Initial build for Sisyphus.