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

Bump pymupdf from 1.23.4 to 1.23.23 #911

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps pymupdf from 1.23.4 to 1.23.23.

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.23.23 released

PyMuPDF-1.23.23 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.23.23 (2024-02-18)

  • Fixed issues:

  • Other:

    • Improved Document.select() by using new MuPDF function pdf_rearrange_pages()`. This is a more complete (and faster) implementation of what needs to be done here in that not only pages will be rearranged, but also consequential changes will be made to the table of contents, links to removed pages and affected entries in the Optional Content definitions.
    • TextWriter.appendv(): added small_caps arg.
    • Fixed some valgrind errors with MuPDF master.
    • Fixed Document.insert_image() when build with MuPDF master.

PyMuPDF-1.23.22 released

PyMuPDF-1.23.22 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.23.22 (2024-02-12)

  • Fixed issues:

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.23.23 (2024-02-18)

  • Fixed issues:

    • Fixed 3126 <https://github.com/pymupdf/PyMuPDF/issues/3126>_: Initialising Archive with a pathlib.Path fails.
    • Fixed 3131 <https://github.com/pymupdf/PyMuPDF/issues/3131>_: Calling the next attribute of an Annot raises a "No attribute .parent" warning
    • Fixed 3134 <https://github.com/pymupdf/PyMuPDF/issues/3134>_: Using an IRect as clip parameter in Page.get_pixmap no longer works since 1.23.9
    • Fixed 3140 <https://github.com/pymupdf/PyMuPDF/issues/3140>_: PDF document stays in use after closing
    • Fixed 3150 <https://github.com/pymupdf/PyMuPDF/issues/3150>_: doc.select() hangs on this doc.
    • Fixed 3163 <https://github.com/pymupdf/PyMuPDF/issues/3163>_: AssertionError on using fitz.IRect
    • Fixed 3177 <https://github.com/pymupdf/PyMuPDF/issues/3177>_: fitz.Pixmap(None, pix) Unrecognised args for constructing Pixmap
  • Other:

    • Improved Document.select() by using new MuPDF function pdf_rearrange_pages()`. This is a more complete (and faster) implementation of what needs to be done here in that not only pages will be rearranged, but also consequential changes will be made to the table of contents, links to removed pages and affected entries in the Optional Content definitions.
    • TextWriter.appendv(): added small_caps arg.
    • Fixed some valgrind errors with MuPDF master.
    • Fixed Document.insert_image() when build with MuPDF master.

Changes in version 1.23.22 (2024-02-12)

  • Fixed issues:

    • Fixed 3143 <https://github.com/pymupdf/PyMuPDF/issues/3143>_: Difference in decoding of OCGs names between doc.get_ocgs() and page.get_drawings()

    • Fixed 3139 <https://github.com/pymupdf/PyMuPDF/issues/3139>_: Pixmap resizing needs positional arg "clip" - even if None.

  • Other:

    • Removed the use of MuPDF function fz_image_size() from PyMuPDF.

Changes in version 1.23.21 (2024-02-01)

  • Fixed issues:

  • Other:

    • Fixed bug in set_xml_metadata(), PR 3112 https://github.com/pymupdf/PyMuPDF/pull/3112>_: Fix pdf_add_stream metadata error

... (truncated)

Commits
  • 01b9606 Update changelog, version numbers and dates for release of 1.23.23.
  • 9fce454 src/ tests/: allow construction of Pixmap from Pixmap with colorspace=None.
  • 06bfc11 src/init.py: fixed call to mupdf.fz_new_image_from_compressed_buffer2().
  • ff1bdbb Re-Implement select method
  • 0fd9594 scripts/test.py: make pytest less verbose by default.
  • a917c84 scripts/gh_release.py: decrease pytest verbosity.
  • 2bf1deb tests/: test_1645(): cope with slightly different output from mupdf master.
  • 2f7fb91 @​rmelotte has signed the CLA from Pull Request #3173
  • 5a5ae33 @​psambit9791 has signed the CLA from Pull Request #3167
  • 1daf2c4 src/init.py test/: removed too-strict assert when creating IRect.
  • 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.23.4 to 1.23.23.
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.23.4...1.23.23)

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

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Author

dependabot bot commented on behalf of github Feb 19, 2024

The following labels could not be found: dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants