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.20 to 1.23.21 #184

Merged
merged 1 commit into from
Feb 10, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps pymupdf from 1.23.20 to 1.23.21.

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.23.21 released

PyMuPDF-1.23.21 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.21 (2024-02-01)

  • Fixed issues:

  • Other:

    • Fixed bug in set_xml_metadata(), PR #3112
    • Fixed lack of .parent member in TextPage from Annot.get_textpage().
    • Fixed bug in Page.add_widget().
Changelog

Sourced from pymupdf's changelog.

Change Log

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
    • Fixed lack of .parent member in TextPage from Annot.get_textpage().
    • Fixed bug in Page.add_widget().

Changes in version 1.23.20 (2024-01-29)

  • Bug fixes:

    • Fixed 3100 <https://github.com/pymupdf/PyMuPDF/issues/3100>_: Wrong internal property accessed in get_xml_metadata
  • Other:

    • Significantly improved speed of Document.get_toc().

Changes in version 1.23.19 (2024-01-25)

  • Bug fixes:

    • Fixed 3087 <https://github.com/pymupdf/PyMuPDF/issues/3087>_: Exception in insert_image with mask specified
    • Fixed 3094 <https://github.com/pymupdf/PyMuPDF/issues/3094>_: TypeError: '<' not supported between instances of 'FzLocation' and 'int' in doc.delete_pages
  • Other:

    • When finding tables:

      • Allow addition of user-defined "virtual" vector graphics when finding tables.
      • Confirm that the enveloping bboxes of vector graphics are inside the clip rectangle.
      • Avoid slow finding of rectangle intersections.
    • Added Font.bbox property.

Changes in version 1.23.18 (2024-01-23)

  • Bug fixes:

    • Fixed 3081 <https://github.com/pymupdf/PyMuPDF/issues/3081>_: doc.close() not closing the document

... (truncated)

Commits
  • 4d604d6 Updated version, changelog, and dates for release 1.23.21.
  • 056e3e4 changes.txt: updated.
  • 9e6e9cc Add test and fix for Page.add_widget().
  • 1ff29bb Fix lack of .parent member in TextPage from Annot.get_textpage().
  • 64fa139 tests/test_general.py: added test_3112_set_xml_metadata().
  • be1dcf6 Updates URL in header-404.rst
  • 36a3779 Updates header-404.rst to use absolute path for search query.
  • f2442e6 Replace None with mupdf.PdfObj()
  • 6147a54 Documentation: Updates 404 page with minimal, search only header.
  • d92ff71 Documentation: Updates 404.rst to remove header & footer
  • 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)

@dependabot dependabot bot added the dependencies Update a dependency file or manage dependencies label Feb 5, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/pymupdf-1.23.21 branch from 776d067 to ef98309 Compare February 10, 2024 15:16
Bumps [pymupdf](https://github.com/pymupdf/pymupdf) from 1.23.20 to 1.23.21.
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.23.20...1.23.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pymupdf-1.23.21 branch from ef98309 to eb309f4 Compare February 10, 2024 15:27
@jiedxu jiedxu merged commit 6e4f4d5 into master Feb 10, 2024
42 checks passed
@jiedxu jiedxu deleted the dependabot/pip/pymupdf-1.23.21 branch February 10, 2024 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update a dependency file or manage dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant