patiencediff 0.2.1-1build4 source package in Ubuntu

Changelog

patiencediff (0.2.1-1build4) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Wed, 02 Nov 2022 10:30:27 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
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.1.orig.tar.gz 27.9 KiB 9b0a00a0ec3e9fd90c3c3a280065a7c35315c8ed3f93520da0a9bcd70511a25a
patiencediff_0.2.1-1build4.debian.tar.xz 42.2 KiB d8fb705eec1c71c0385a8658ae8496ef80d9971e425fd8930d96384b1f513ab3
patiencediff_0.2.1-1build4.dsc 2.1 KiB 9000364fe3cbc66fd7440e4269023b47233ae73dd8f2cec70fd5a3f1901b0645

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