Skip to content

Update pymupdf requirement from <=1.25.0 to <=1.25.4#69

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pymupdf-lte-1.25.4
Closed

Update pymupdf requirement from <=1.25.0 to <=1.25.4#69
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pymupdf-lte-1.25.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 19, 2025

Copy link
Copy Markdown
Contributor

Updates the requirements on pymupdf to permit the latest version.

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.25.4 released

PyMuPDF-1.25.4 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.25.4 (2025-03-14)

  • Fixed issues:

  • Other:

    • Fixed handling of duplicate widget names when joining PDFs (PR #4347).
    • Improved Pyodide build.
    • Avoid SWIG-related build errors with Python-3.13 by disabling PY_LIMITED_API.
Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.25.4 (2025-03-14)

  • Fixed issues:

    • Fixed 4079 <https://github.com/pymupdf/PyMuPDF/issues/4079>_: Unexpected result for apply_redactions()
    • Fixed 4224 <https://github.com/pymupdf/PyMuPDF/issues/4224>_: MuPDF error: format error: negative code in 1d faxd
    • Fixed 4303 <https://github.com/pymupdf/PyMuPDF/issues/4303>_: page.get_image_info() returns outdated cached results after replacing image
    • Fixed 4309 <https://github.com/pymupdf/PyMuPDF/issues/4309>_: FzErrorFormat Error When Deleting First Page
    • Fixed 4336 <https://github.com/pymupdf/PyMuPDF/issues/4336>_: Major Performance Regression: pix.color_count is 150x slower in version 1.25.3 compared to 1.23.8
    • Fixed 4341 <https://github.com/pymupdf/PyMuPDF/issues/4341>_: Invalid label retrieval when /Kids is an array of multiple /Nums
  • Other:

    • Fixed handling of duplicate widget names when joining PDFs (PR #4347).
    • Improved Pyodide build.
    • Avoid SWIG-related build errors with Python-3.13 by disabling PY_LIMITED_API.

Changes in version 1.25.3 (2025-02-06)

  • Use MuPDF-1.25.4.

  • Fixed issues:

    • Fixed 4139 <https://github.com/pymupdf/PyMuPDF/issues/4139>_: Text color numbers change between 1.24.14 and 1.25.0
    • Fixed 4141 <https://github.com/pymupdf/PyMuPDF/issues/4141>_: Some insertion methods fails for pages without a /Resources object
    • Fixed 4180 <https://github.com/pymupdf/PyMuPDF/issues/4180>_: Search problems
    • Fixed 4182 <https://github.com/pymupdf/PyMuPDF/issues/4182>_: Text coordinate extraction error
    • Fixed 4245 <https://github.com/pymupdf/PyMuPDF/issues/4245>_: Highlighting issue distorted on recent versions
    • Fixed 4254 <https://github.com/pymupdf/PyMuPDF/issues/4254>_: add_freetext_annot is drawing text outside the annotation box
  • Other:

    • In annotations:
      • Added support for subtype FreeTextCallout.
      • Added support for rich text.
    • Added miter_limit arg to insert_text*() to allow suppression of spikes caused by long miters.
    • Add Widget Support to Document.insert_pdf().
    • Add bibi to span dicts.
    • Add `synthetic' to char dict.
    • Fixed Pyodide builds.

Changes in version 1.25.2 (2025-01-17)

  • Fixed issues:

... (truncated)

Commits
  • 05b0cfa Update version numbers and dates for release.
  • a02c17d docs/functions.rst: document new colors_*() functions.
  • 4e6cadd scripts/test.py: give immediate error if pyodide build is attempted with wron...
  • 4b0ff58 tests/: Updated tests to take mupdf 1.25.5 into account.
  • 702b8dc src/_wxcolors.py: added some new wx colors names.
  • 254dd32 src/_wxcolors.py: sort color list.
  • 910a217 src/: Reorganisation of global color table.
  • 359efda changes.txt: various updates.
  • 6823ab0 tests/: added test_3886().
  • 911a59e tests/test_general.py: test_4319(): new.
  • Additional commits viewable in compare view

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)

Updates the requirements on [pymupdf](https://github.com/pymupdf/pymupdf) to permit the latest version.
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@v1.2...1.25.4)

---
updated-dependencies:
- dependency-name: pymupdf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 19, 2025
@dependabot @github

dependabot Bot commented on behalf of github Apr 1, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #78.

@dependabot dependabot Bot closed this Apr 1, 2025
@dependabot dependabot Bot deleted the dependabot/pip/pymupdf-lte-1.25.4 branch April 1, 2025 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants