patiencediff 0.2.1-1build2 source package in Ubuntu
Changelog
patiencediff (0.2.1-1build2) jammy; urgency=medium * No-change rebuild to add python3.10. -- Matthias Klose <email address hidden> Sat, 16 Oct 2021 06:57:18 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Jammy
- Original maintainer:
- Debian Python Team
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
patiencediff_0.2.1.orig.tar.gz | 27.9 KiB | 9b0a00a0ec3e9fd90c3c3a280065a7c35315c8ed3f93520da0a9bcd70511a25a |
patiencediff_0.2.1-1build2.debian.tar.xz | 42.1 KiB | ef7bc47b0b0782c1f74561c9e587d74d3079837678c83bb05a84a2aadff509dd |
patiencediff_0.2.1-1build2.dsc | 2.1 KiB | 9e39c2e802d9a544c28bf3c324c634bd943c25de6521ebdf94ef59f61cf72d53 |
Available diffs
- diff from 0.2.1-1build1 to 0.2.1-1build2 (321 bytes)
Binary packages built by this source
- python3-patiencediff: diff implementation with balanced performance, output and implementation
This package contains the implementation of the ``patiencediff`` algorithm, as
first described by Bram Cohen.
.
Like Python's ``difflib``, this module provides both a convience
``unified_diff`` function for the generation of unified diffs of text files as
well as a SequenceMatcher that can be used on arbitrary lists.
.
Patiencediff provides a good balance of performance, nice output for humans,
and implementation simplicity.
.
This package contains the Python 3 version of the library.
- python3-patiencediff-dbgsym: debug symbols for python3-patiencediff