patiencediff 0.2.13-1build1 source package in Ubuntu

Changelog

patiencediff (0.2.13-1build1) noble; urgency=medium

  * No-change rebuild with Python 3.12 as supported version

 -- Graham Inggs <email address hidden>  Tue, 31 Oct 2023 17:11:06 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
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.13.orig.tar.gz 25.3 KiB c4acceb3918ec612e7818a11de83db4b797d561fe957feed4f3d9acadacbd1cd
patiencediff_0.2.13-1build1.debian.tar.xz 42.2 KiB dc5b52802750e2fe39f41d960ca08cf9f261ce03abd7d9aa8e6a9a230f2ff3a5
patiencediff_0.2.13-1build1.dsc 2.1 KiB ea9bf69b881a7cfb7cbe0f5165e755347ee3300fe8bb91b2c37d09e9bc961791

View changes file

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