python-diff-match-patch 20200713-1 source package in Ubuntu

Changelog

python-diff-match-patch (20200713-1) unstable; urgency=medium

  * New upstream version.
    - drop patch for Python 3.7+ compatibility that was merged upstream
  * Update to debhelper-compat 13.

 -- Stuart Prescott <email address hidden>  Sat, 08 Aug 2020 20:18:07 +1000

Upload details

Uploaded by:
Stuart Prescott
Uploaded to:
Sid
Original maintainer:
Stuart Prescott
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-diff-match-patch_20200713-1.dsc 2.1 KiB 491edb22b6b307666e773a6a6ba48686a6f14fad5af7911b30686a7b4333c2d1
python-diff-match-patch_20200713.orig.tar.gz 59.3 KiB da6f5a01aa586df23dfc89f3827e1cafbb5420be9d87769eeb079ddfd9477a18
python-diff-match-patch_20200713-1.debian.tar.xz 2.6 KiB 881da7da431ac9d6fe9f5b1e5fdad6ea97fe96fd8ef14335107fac80416e0899

Available diffs

No changes file available.

Binary packages built by this source

python3-diff-match-patch: robust algorithms for synchronizing plain text (Python 3 module)

 The Diff Match and Patch libraries offer robust algorithms to perform the
 operations required for synchronizing plain text.
 .
  * Diff: Compare two blocks of plain text and efficiently return a list of
    differences.
  * Match: Given a search string, find its best fuzzy match in a block of plain
    text. Weighted for both accuracy and location.
  * Patch: Apply a list of patches onto plain text. Use best-effort to apply
    patch even when the underlying text doesn't match.
 .
 This package provides the Python 3 version of the module.