Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump pymupdf from 1.24.3 to 1.24.12 #12690

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps pymupdf from 1.24.3 to 1.24.12.

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.24.12 released

PyMuPDF-1.24.12 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.24.12 (2024-10-21)

PyMuPDF-1.24.11 released

PyMuPDF-1.24.11 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.24.11 (2024-10-03)

  • Use MuPDF-1.24.10.

  • Fixed issues:

  • Wheels now use the Python Stable ABI:

    • There is one PyMuPDF wheel for each platform.

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.24.12 (2024-10-21)

  • Fixed issues:

    • Fixed 3914 <https://github.com/pymupdf/PyMuPDF/issues/3914>_: Ability to print MuPDF errors to logging instead of stdout
    • Fixed 3916 <https://github.com/pymupdf/PyMuPDF/issues/3916>_: insert_htmlbox error: int too large to convert to float
    • Fixed 3950 <https://github.com/pymupdf/PyMuPDF/issues/3950>_: Unable to consistently extract field labels from PDFs
  • Supported Python versions are now 3.9-3.13.

Changes in version 1.24.11 (2024-10-03)

  • Use MuPDF-1.24.10.

  • Fixed issues:

    • Fixed 3624 <https://github.com/pymupdf/PyMuPDF/issues/3624>_: Pdf file transform to image have a black block
    • Fixed 3859 <https://github.com/pymupdf/PyMuPDF/issues/3859>_: doc.need_appearances() fails with "AttributeError: module 'pymupdf.mupdf' has no attribute 'PDF_TRUE' "
    • Fixed 3863 <https://github.com/pymupdf/PyMuPDF/issues/3863>_: apply_redactions() does not work as expected
    • Fixed 3905 <https://github.com/pymupdf/PyMuPDF/issues/3905>_: open stream can raise a FzErrorFormat error instead of FileDataError
  • Wheels now use the Python Stable ABI:

    • There is one PyMuPDF wheel for each platform.
    • Each wheel works with all supported Python versions.
    • Each wheel is built using the oldest supported Python version (currently 3.8).
    • There is no PyMuPDFb wheel.
  • Other:

    • Improvements to get_text_words() with sort=True.
    • Tests now always get the latest versions of required Python packages.
    • Removed dependency on setuptools.
    • Added item to PyMuPDF-1.24.10 changes below - fix of #3630.

Changes in version 1.24.10 (2024-09-02)

  • Use MuPDF-1.24.9.

  • Fixed issues:

... (truncated)

Commits
  • 96bd921 changes.txt: fixed incorrect list of supported Python versions - is 3.9-3.13.
  • 2be27b2 Update changelog, version numbers and dates for release of 1.24.12.
  • 73433bc setup.py scripts/test.py: fix for manual invocation of actions.
  • 98ade1c setup.py: fix incorrect assert of PYMUPDF_SETUP_PY_LIMITED_API.
  • 9b0a823 tests/test_general.py:test_use_python_logging(): avoid spurious test failure.
  • ff9bc41 src/init.py tests/test_font.py: use new mupdf.fz_enumerate_font_cmap2().
  • 3b8df5b pipcl.py: fix doctest tests.
  • ab1e600 pipcl.py:build_extension(): fix handling of <libs> on windows.
  • 3c465cd src/init.py tests/: prepare for MuPDF fix for Font.valid_codepoints().
  • 8072318 docs/: improve docs for messages, errors and warnings.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pymupdf](https://github.com/pymupdf/pymupdf) from 1.24.3 to 1.24.12.
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.24.3...1.24.12)

---
updated-dependencies:
- dependency-name: pymupdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 28, 2024
@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Oct 28, 2024
Copy link

codecov bot commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.02%. Comparing base (883f933) to head (eaba7e1).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #12690   +/-   ##
=======================================
  Coverage   67.02%   67.02%           
=======================================
  Files         952      952           
  Lines       56905    56905           
  Branches     6723     6723           
=======================================
  Hits        38139    38139           
  Misses      17155    17155           
  Partials     1611     1611           

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2024

Superseded by #12698.

@dependabot dependabot bot closed this Nov 4, 2024
@dependabot dependabot bot deleted the dependabot/pip/pymupdf-1.24.12 branch November 4, 2024 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed CLA Bot: community license agreement signed dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants