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.14 #12731

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2024

Bumps pymupdf from 1.24.3 to 1.24.14.

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.24.14 released

PyMuPDF-1.24.14 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.14 (2024-11-19)

  • Use MuPDF-1.24.11.

  • Fixed issues:

  • Other:

    • Ensure that words from Page.get_text() never contain RTL/LTR char mixtures.
    • Fix building with system MuPDF.
    • Add dot product for points and vectors.

PyMuPDF-1.24.13 released

PyMuPDF-1.24.13 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.13 (2024-10-29)

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.24.14 (2024-11-19)

  • Use MuPDF-1.24.11.

  • Fixed issues:

    • Fixed 3448 <https://github.com/pymupdf/PyMuPDF/issues/3448>_: get_pixmap function removes the table and leaves just the content behind
    • Fixed 3758 <https://github.com/pymupdf/PyMuPDF/issues/3758>_: Got "malloc(): unaligned tcache chunk detected Aborted (core dumped)" while using add_redact_annot/apply_redactions
    • Fixed 3813 <https://github.com/pymupdf/PyMuPDF/issues/3813>_: Stories: Ordered list count broken with nested unordered list
    • Fixed 3933 <https://github.com/pymupdf/PyMuPDF/issues/3933>_: font.valid_codepoints() - malfunction
    • Fixed 4018 <https://github.com/pymupdf/PyMuPDF/issues/4018>_: PyMuPDF hangs when iterating over zero page PDF pages backwards
    • Fixed 4043 <https://github.com/pymupdf/PyMuPDF/issues/4043>_: fullcopypage bug
    • Fixed 4047 <https://github.com/pymupdf/PyMuPDF/issues/4047>_: Segmentation Fault in add_redact_annot
    • Fixed 4050 <https://github.com/pymupdf/PyMuPDF/issues/4050>_: Content of dict returned by doc.embfile_info() does not fit to documentation
  • Other:

    • Ensure that words from Page.get_text() never contain RTL/LTR char mixtures.
    • Fix building with system MuPDF.
    • Add dot product for points and vectors.

Changes in version 1.24.13 (2024-10-29)

  • Fixed issues:

    • Fixed 3848 <https://github.com/pymupdf/PyMuPDF/issues/3848>_: Piximap program crash
    • Fixed 3950 <https://github.com/pymupdf/PyMuPDF/issues/3950>_: Unable to consistently extract field labels from PDFs
    • Fixed 3981 <https://github.com/pymupdf/PyMuPDF/issues/3981>_: PyMuPDF 1.24.12 with pyinstaller throws error.
    • Fixed 3994 <https://github.com/pymupdf/PyMuPDF/issues/3994>_: pix.color_topusage raise Segmentation fault (core dumped)

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.

... (truncated)

Commits
  • ebabd6f setup.py: incremented default mupdf version to 1.24.11.
  • a746d2c setup.py: use {version_b} to calculate mupdf download URL instead of hard-cod...
  • b918500 Updated version numbers etc for release.
  • a569a3f tests/: disable two long-running tests if running under valgrind.
  • 0e86f0b scripts/test.py: minor improvements to docs.
  • fa13f22 scripts/: default to not installing system packages such as valgrind by default.
  • 6d780c4 changes.txt: updated with all fixes when built with MuPDF-1.24.11.
  • 961552c tests/test_embeddedfiles.py: added test_4050().
  • 78bf986 src/init.py tests/test_font.py: address #3933 with mupdf-1.24.11.
  • 1667ec0 tests/: update two tests to expect fixed behaviour with mupdf-1.24.11.
  • 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.14.
- [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.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 20, 2024
@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Nov 20, 2024
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