Path to this page:
./
textproc/py-diff-match-patch,
Robust algorithms for synchronizing plain text
Branch: CURRENT,
Version: 20241021,
Package name: py312-diff-match-patch-20241021,
Maintainer: pkgsrc-usersThe 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.
Required to run:[
lang/python310]
Required to build:[
devel/py-setuptools]
Master sites:
Filesize: 39.025 KB
Version history: (Expand)
- (2024-11-04) Updated to version: py312-diff-match-patch-20241021
- (2023-12-18) Updated to version: py311-diff-match-patch-20230430
- (2023-02-09) Updated to version: py310-diff-match-patch-20200713nb1
- (2022-01-05) Updated to version: py39-diff-match-patch-20200713nb1
- (2021-10-07) Updated to version: py39-diff-match-patch-20200713
- (2020-07-15) Updated to version: py37-diff-match-patch-20200713
CVS history: (Expand)
2024-11-04 09:23:52 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-diff-match-patch: updated to 20241021
20241021
Bugfix release
Stop breaking surrogate pairs in toDelta()
Start tracking new upstream https://github.com/dmsnell/diff-match-patch
Removed imp usage in speedtest
Updated dev dependencies, use uv for dev workflows when available
Tested on Python 3.8-3.13
Untested on Python 3.7, will be unsupported in future release
|
2023-12-26 08:38:30 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-diff-match-patch: fix interpreter in speedtest.py
|
2023-12-18 10:38:55 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-diff-match-patch: updated to 20230430
v20230430
Maintenance release
- Replaced deprecated `imp` usage with `importlib`
- Migrated to PEP 621 metadata, flit
- Reformated with updated black/µsort/µfmt
- Tested on Python 3.7 - 3.11
- Dropped support for Python 2.7, 3.5, and 3.6
|
2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96) |
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2020-09-01 01:07:07 by Thomas Klausner | Files touched by this commit (62) |
Log message:
*: switch to versioned_dependencies.mk for py-setuptools
|