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

Changelog

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

  * New upstream release.
    - update build-depends to use flit
  * Update Standards-Version to 4.6.2 (no changes required).

 -- Stuart Prescott <email address hidden>  Fri, 18 Aug 2023 00:29:02 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-diff-match-patch_20230430-1.dsc 2.1 KiB e3150465c72cb5039917e0262eceb6be39ebdbced97cb89b47c5d71779b6de2b
python-diff-match-patch_20230430.orig.tar.gz 42.3 KiB 953019cdb9c9d2c9e47b5b12bcff3cf4746fc4598eb406076fa1fc27e6a1f15c
python-diff-match-patch_20230430-1.debian.tar.xz 2.8 KiB 2b7f43a7425ab0ae16bc652b444c973478f49abac8a74e5431ac1dc4c46f0561

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.