patiencediff 0.2.1-1build3 source package in Ubuntu
Changelog
patiencediff (0.2.1-1build3) jammy; urgency=medium * No-change rebuild with Python 3.10 only -- Graham Inggs <email address hidden> Thu, 17 Mar 2022 19:31:29 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Jammy
- Original maintainer:
- Debian Python Team
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
patiencediff_0.2.1.orig.tar.gz | 27.9 KiB | 9b0a00a0ec3e9fd90c3c3a280065a7c35315c8ed3f93520da0a9bcd70511a25a |
patiencediff_0.2.1-1build3.debian.tar.xz | 42.2 KiB | 1cf85a21d75127ac4e28903c0741ecbb3996b35c7f73c2dac4ca85bf78052d71 |
patiencediff_0.2.1-1build3.dsc | 2.1 KiB | ddefe240943a122874ecab46be1bba025b85e420dbaf536da9e7db726575dcd6 |
Available diffs
- diff from 0.2.1-1build2 to 0.2.1-1build3 (314 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