PyMuPDF icon indicating copy to clipboard operation
PyMuPDF copied to clipboard

fix test_mupdf_regressions version check for bug 707727

Open mjg opened this issue 1 year ago • 3 comments

Bug 707727 is fixed in mupdf's master branch, not in the release branch and in particular not in 1.24.1. So adjust the check, assuming that the fix will be backported to 1.24.2

Depending on your plans for the backports, the version check needs be adjusted, of course. The proposed change is the minimal change which works as of today.

mjg avatar Apr 30 '24 15:04 mjg

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

github-actions[bot] avatar Apr 30 '24 15:04 github-actions[bot]

I have read the CLA Document and I hereby sign the CLA

mjg avatar Apr 30 '24 15:04 mjg

(Not that I think that adjusting a version number is copyrightable, but ...)

mjg avatar Apr 30 '24 15:04 mjg

@mjg Thanks for taking the trouble to submit this PR. I've just verified that is has fixed the failure of the Github action "Test mupdf release branch".