Replace utils/jay_diff.py with jaydiff package from jayfield/jaypy

Remove the local copy of jay_diff and its tests/data; switch all four
import sites to `jaydiff.diff.diff_full` / `jaydiff.merge.merge_full`
from the shared Gitea package (http://192.168.22.90:3001/jayfield/jaypy).
Add the package as a VCS dependency in requirements.txt.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-27 13:56:45 +02:00
co-authored by Claude Sonnet 4.6
parent 12e4620c41
commit 2f6556116e
33 changed files with 5 additions and 93347 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ from PyQt5.QtWidgets import (
import pyqtgraph as pg
from utils.jay_diff import jay_merge_full
from jaydiff.merge import merge_full as jay_merge_full
pg.setConfigOption("background", "#12121e")
pg.setConfigOption("foreground", "#aaaacc")