patiencediff 0.2.13-1build2 source package in Ubuntu

Changelog

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

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Thu, 11 Apr 2024 11:14:54 +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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
patiencediff_0.2.13.orig.tar.gz 25.3 KiB c4acceb3918ec612e7818a11de83db4b797d561fe957feed4f3d9acadacbd1cd
patiencediff_0.2.13-1build2.debian.tar.xz 42.2 KiB 04478c81cecf401bd82354be5ea6ad81e95708595d89576180363cf974145b67
patiencediff_0.2.13-1build2.dsc 2.1 KiB 9289326be43ca6fd565f40f77a088f8e1a303022c8c659b942b27b53657eef5b

Available diffs

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