patiencediff 0.2.3-2 source package in Ubuntu

Changelog

patiencediff (0.2.3-2) unstable; urgency=medium

  * Drop obsolete files.

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 23:45:40 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
patiencediff_0.2.3-2.dsc 2.1 KiB 3950f216a2c5ae3f2995b38f5dc1854b675f2a56427bbbc3e5457d914ae41f8a
patiencediff_0.2.3.orig.tar.gz 26.2 KiB d3cb933da2960b60fe8ff1a902980601d557b4f0c410e5f81ed61248afabdfc6
patiencediff_0.2.3-2.debian.tar.xz 42.1 KiB da64c81134ddee0576ffa961313c51f5e14ac0ef4f9338c14700a9bec64aba5a

No changes file available.

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