Skip to content

chore(deps): bump pymupdf from 1.23.6 to 1.23.23#16

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pymupdf-1.23.23
Open

chore(deps): bump pymupdf from 1.23.6 to 1.23.23#16
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pymupdf-1.23.23

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps pymupdf from 1.23.6 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.6 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.6...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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 19, 2024
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