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.19 #397

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 26, 2024

Bumps pymupdf from 1.23.6 to 1.23.19.

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.23.19 released

PyMuPDF-1.23.19 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.19 (2024-01-25)

  • Bug fixes:

  • 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.

PyMuPDF-1.23.18 released

PyMuPDF-1.23.18 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.18 (2024-01-23)

  • Bug fixes:

  • Other:

    • Reduced size of sdist to fit on pypi.org (by reducing size of two test files).
    • Fix Annot.file_info() if no Desc item.

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

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
  • Other:

    • Reduced size of sdist to fit on pypi.org (by reducing size of two test files).
    • Fix Annot.file_info() if no Desc item.

Changes in version 1.23.17 (2024-01-22)

  • Bug fixes:

    • Fixed 3062 <https://github.com/pymupdf/PyMuPDF/issues/3062>_: page_rotation_reset does not return page to original rotation
    • Fixed 3070 <https://github.com/pymupdf/PyMuPDF/issues/3070>_: update_link(): AttributeError: 'Page' object has no attribute 'super'
  • Other:

    • Fixed bug in Page.links() (PR #3075).
    • Fixed bug in Page.get_bboxlog() with layers.
    • Add support for timeouts in scripts/ and tests/run_compound.py.

Changes in version 1.23.16 (2024-01-18)

... (truncated)

Commits
  • 82282b3 Update version, changelog and dates for release 1.23.19.
  • a0d20fb Added Font.bbox property.
  • 892fe31 Address #3087, fix Page.insert_image() with mask specified.
  • 803dd0b src/init.py: use mupdf.pdf_choice_widget_options2() if available.
  • 565c491 Address #3094, test and fix for bug in Document.delete_page().
  • 7ce0673 document new parameter "add_lines"
  • 19b79e9 add test scripts
  • 8695466 Adds sections for coordinates information and adds diagram.
  • 44f994e Explain the term "coordinate"
  • 9e056c5 tests/test_general.py:test_3081(): avoid problems on Windows.
  • 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.19.
- [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.19)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 26, 2024
Copy link
Author

dependabot bot commented on behalf of github Jan 30, 2024

Superseded by #398.

@dependabot dependabot bot closed this Jan 30, 2024
@dependabot dependabot bot deleted the dependabot/pip/pymupdf-1.23.19 branch January 30, 2024 10:14
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