python-diff-match-patch 20181111-2 source package in Ubuntu

Changelog

python-diff-match-patch (20181111-2) unstable; urgency=medium

  * Drop Python 2 module package (Closes: #937700).
  * Update Standards-Version to 4.4.1 (no changes required).

 -- Stuart Prescott <email address hidden>  Sun, 03 Nov 2019 12:48:36 +1100

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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-diff-match-patch_20181111-2.dsc 2.1 KiB e2d8dd3ff6d96b1aacc80adfc8f676f1c2c4b4791a7175ad39593d91635b6fff
python-diff-match-patch_20181111.orig.tar.gz 57.2 KiB a809a996d0f09b9bbd59e9bbd0b71eed8c807922512910e05cbd3f9480712ddb
python-diff-match-patch_20181111-2.debian.tar.xz 2.6 KiB e7efbabdf63a169d284ce12dab71f2533ba3f6c59b5c7b4821c30c4da51a9478

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.