patiencediff 0.2.13-1 source package in Ubuntu

Changelog

patiencediff (0.2.13-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ Jelmer Vernooij ]
  * New upstream release.

 -- Jelmer Vernooij <email address hidden>  Sat, 11 Feb 2023 13:56:21 +0000

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
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
patiencediff_0.2.13-1.dsc 1.7 KiB 65ac4fadcb753cbe8cafe9ece3ce10c1ad211ba76158394a704b4f2e360bf345
patiencediff_0.2.13.orig.tar.gz 25.3 KiB c4acceb3918ec612e7818a11de83db4b797d561fe957feed4f3d9acadacbd1cd
patiencediff_0.2.13-1.debian.tar.xz 42.1 KiB c66bba87df97d0583ef8c2c7c79910a13d6ef28cae2681eaa8e035c28ecc6644

Available diffs

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