pymupdf / PyMuPDF

PyMuPDF is a high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents.
https://pymupdf.readthedocs.io
GNU Affero General Public License v3.0
5.08k stars 489 forks source link

test_bboxlog_2885 fails with (lib)mupdf 1.24.9 #3830

Closed Antiz96 closed 2 weeks ago

Antiz96 commented 2 weeks ago

Description of the bug

Hello,

When building PyMuPDF 1.24.9 against (lib)MuPDF 1.24.9, the test_bboxlog_2885 test fails (see check logs). This test passes fine when building against (lib)MuPDF 1.24.8

How to reproduce the bug

Build PyMuPDF 1.24.9 against MuPDF 1.24.9, run tests suite, see test_bboxlog_2885 failing.

I remain available if needed :)

PyMuPDF version

1.24.9

Operating system

Linux

Python version

3.12

julian-smith-artifex-com commented 2 weeks ago

Actually this is fixed in latest PyMuPDF git, which will usually pass tests with both the latest MuPDF release and MuPDF master.

In general, existing releases of PyMuPDF are not expected to pass all tests with newer MuPDF releases. I.e. PyMuPDF-1.24.9 is only expected to pass tests wit its hard-coded MuPDF-1.24.8.

We'll be making a new release PyMuPDF-1.24.10 in the next few days, which will come with MuPDF-1.24.9.

Hope that makes sense.

Antiz96 commented 2 weeks ago

Thanks for the quick answer, makes sense. I'll wait for PyMuPDF-1.24.10 to be released then :)

julian-smith-artifex-com commented 2 weeks ago

Great, in that case i'll close this issue.