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.6 to 1.23.8 #383

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 20, 2023

Bumps pymupdf from 1.23.6 to 1.23.8.

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.23.8 released

PyMuPDF-1.23.8 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 are not available yet, they will be build and uploaded later.]

Changes in version 1.23.8 (2023-12-19)

  • Bug fixes (rebased implementation only):

    • Fixed 2634
    • Fixed 2861
    • Fixed 2871
    • Fixed 2886
  • Bug fixes (rebased and classic implementations):

    • Fixed 2885
  • Other:

    • Rebased implementation:

      • Page.insert_htmlbox(): new, much more powerful alternative to Page.insert_textbox() or TextWriter.fill_textbox(), using Story.
      • Story.fit*(): new methods for fitting a Story into an expanded rect.
      • Story.write_with_links(): add support for external links.
      • Document.language(): fixed to use MuPDF's new mupdf.fz_string_from_text_language2().
      • Document.subset_fonts() - fixed.
      • Fixed internal Archive._add_treeitem() method.
      • Fixed fitz_new.__doc__ to contain PyMuPDF and Python version information, and OS name.
      • Removed use of (*args, **kwargs) in API, we now specify keyword args explicitly.
      • Work with new MuPDF Python exception classes.
    • Fixed bug where button_states() returns None when /AP points to an indirect object.

    • Fixed pillow test to not ignore all errors, and install pillow when testing.

    • Added test for fitz.css_for_pymupdf_font() (uses package pymupdf-fonts).

    • Simplified Github Actions test specifications.

    • Updated tests/README.md.

PyMuPDF-1.23.7 released

PyMuPDF-1.23.7 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:

</tr></table> 

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.23.8 (2023-12-19)

  • Bug fixes (rebased implementation only):

    • Fixed 2634 <https://github.com/pymupdf/PyMuPDF/issues/2634>_: get_toc and set_toc do not behave consistently for rotated pages
    • Fixed 2861 <https://github.com/pymupdf/PyMuPDF/issues/2861>_: AttributeError in getLinkDict during PDF Merge
    • Fixed 2871 <https://github.com/pymupdf/PyMuPDF/issues/2871>_: KeyError in getLinkDict during PDF merge
    • Fixed 2886 <https://github.com/pymupdf/PyMuPDF/issues/2886>_: Error in Skeleton for Named Link Destinations
  • Bug fixes (rebased and classic implementations):

    • Fixed 2885 <https://github.com/pymupdf/PyMuPDF/issues/2885>_: pymupdf find tables too slow
  • Other:

    • Rebased implementation:

      • Page.insert_htmlbox(): new, much more powerful alternative to Page.insert_textbox() or TextWriter.fill_textbox(), using Story.
      • Story.fit*(): new methods for fitting a Story into an expanded rect.
      • Story.write_with_links(): add support for external links.
      • Document.language(): fixed to use MuPDF's new mupdf.fz_string_from_text_language2().
      • Document.subset_fonts() - fixed.
      • Fixed internal Archive._add_treeitem() method.
      • Fixed fitz_new.__doc__ to contain PyMuPDF and Python version information, and OS name.
      • Removed use of (*args, **kwargs) in API, we now specify keyword args explicitly.
      • Work with new MuPDF Python exception classes.
    • Fixed bug where button_states() returns None when /AP points to an indirect object.

    • Fixed pillow test to not ignore all errors, and install pillow when testing.

    • Added test for fitz.css_for_pymupdf_font() (uses package pymupdf-fonts).

    • Simplified Github Actions test specifications.

    • Updated tests/README.md.

Changes in version 1.23.7 (2023-11-30)

  • Bug fixes in rebased implementation, not fixed in classic implementation:

    • Fixed 2232 <https://github.com/pymupdf/PyMuPDF/issues/2232>_: Geometry helper classes should support keyword arguments
    • Fixed 2788 <https://github.com/pymupdf/PyMuPDF/issues/2788>_: Problem with get_toc in pymupdf 1.23.6
    • Fixed 2791 <https://github.com/pymupdf/PyMuPDF/issues/2791>_: Experiencing small memory leak in save()
  • Bug fixes (rebased and classic implementations):

    • Fixed 2736 <https://github.com/pymupdf/PyMuPDF/issues/2736>_: Failure when set cropbox with mediabox negative value
    • Fixed 2749 <https://github.com/pymupdf/PyMuPDF/issues/2749>_: RuntimeError: cycle in structure tree

... (truncated)

Commits
  • 328f7ee Updated version numbers and dates for release of 1.23.8.
  • 6b0b0b4 changes.txt: updated for release 1.23.8.
  • 67ab8a1 Update test_general.py
  • 50ce442 Fixed the bug where button_states() returns None when /AP points to an in...
  • 851fe7b docs/page.rst: insert_textbox(): fix nested lists.
  • 27ff042 Document new Page method insert_htmlbox
  • 6f84602 docs/page.rst: insert_image(): improved docs.
  • e2451d5 changes.txt: minor.
  • 49e1571 src/init.py: class JM_new_output_fileptr_Output: use explicit args instea...
  • daccd5f src/utils.py docs/page.rst: use explicit args instead of (*args, **kwargs).
  • 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.8.
- [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.8)

---
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 Dec 20, 2023
Copy link
Author

dependabot bot commented on behalf of github Jan 12, 2024

Superseded by #387.

@dependabot dependabot bot closed this Jan 12, 2024
@dependabot dependabot bot deleted the dependabot/pip/pymupdf-1.23.8 branch January 12, 2024 10:48
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants