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.9 #387

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps pymupdf from 1.23.6 to 1.23.9.

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.23.9 released

PyMuPDF-1.23.9 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.9 (2024-01-11)

  • Default to new "rebased" implementation.

  • Use MuPDF-1.23.9.

  • Bug fixes (rebased implementation only):

  • Other:

    • Add optional setting of opacity to Page.insert_htmlbox().
    • Fixed issue with add_redact_annot() mentioned in #2934.
    • Fixed Page.rotation() to return 0 for non-PDF documents instead of raising an exception.
    • Fixed internal quad detection to cope with any Python sequence.
    • Fixed rebased fitz.pymupdf_version_tuple - was previously set to mupdf version.
    • Improved support for Linux system installs, including adding regular testing on Github.
    • Add missing flake8 to scripts/gh_release.py:test_packages.
    • Use newly public functions in MuPDF-1.23.8.
    • Improved scripts/test.py to help investigation of MuPDF issues.

PyMuPDF 1.23.9rc2 release candidate

PyMuPDF-1.23.9rc2 release candidate is available.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed with:

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.23.10 (2024-01-12)

  • Bug fixes:

    • Fixed 3020 <https://github.com/pymupdf/PyMuPDF/issues/3020>_: Can't resize a PixMap
  • Other:

    • Fixed Page.delete_image().

Changes in version 1.23.9 (2024-01-11)

  • Default to new "rebased" implementation.

  • Use MuPDF-1.23.9.

  • Bug fixes (rebased implementation only):

    • Fixed 2911 <https://github.com/pymupdf/PyMuPDF/issues/2911>_: Page.derotation_matrix returns a tuple instead of a Matrix with rebased implementation

    • Fixed 2919 <https://github.com/pymupdf/PyMuPDF/issues/2919>_: Rebased version: KeyError in resolve_names when merging pdfs

    • Fixed 2922 <https://github.com/pymupdf/PyMuPDF/issues/2922>_: New feature that allows inserting named-destination links doesn't work

    • Fixed 2943 <https://github.com/pymupdf/PyMuPDF/issues/2943>_: ZeroDivisionError: float division by zero when use apply_redactions()

    • Fixed 2950 <https://github.com/pymupdf/PyMuPDF/issues/2950>_: Shelling out to pip during tests is problematic

    • Fixed 2954 <https://github.com/pymupdf/PyMuPDF/issues/2954>_: Replacement unicode character in text extraction

    • Fixed 2957 <https://github.com/pymupdf/PyMuPDF/issues/2957>_: apply_redactions() moving text

    • Fixed 2961 <https://github.com/pymupdf/PyMuPDF/issues/2961>_: Passing a string as a page number raises IndexError instead of TypeError.

    • Fixed 2969 <https://github.com/pymupdf/PyMuPDF/issues/2969>_: annot.next throws AttributeError

    • Fixed 2978 <https://github.com/pymupdf/PyMuPDF/issues/2978>_: 1.23.9rc1: module 'fitz.mupdf' has no attribute 'fz_copy_pixmap_rect'

    • Fixed 2907 <https://github.com/pymupdf/PyMuPDF/issues/2907>_: segfault trying to call clean_contents on certain pdfs with python 3.12

    • Fixed 2905 <https://github.com/pymupdf/PyMuPDF/issues/2905>_: SystemError: returned a result with an exception set

    • Fixed 2742 <https://github.com/pymupdf/PyMuPDF/issues/2742>_: Segmentation Fault when inserting three (but not two) copies of the same source page into one destination page

  • Other:

    • Add optional setting of opacity to Page.insert_htmlbox().
    • Fixed issue with add_redact_annot() mentioned in #2934.
    • Fixed Page.rotation() to return 0 for non-PDF documents instead of raising an exception.
    • Fixed internal quad detection to cope with any Python sequence.
    • Fixed rebased fitz.pymupdf_version_tuple - was previously set to mupdf version.
    • Improved support for Linux system installs, including adding regular testing on Github.

... (truncated)

Commits
  • b2aa330 Updated versions and dates for release of 1.23.9.
  • b4bc84c changes.txt: updates for 1.23.9.
  • 0b73086 docs/page.rst: note that insert_htmlbox()'s opacity arg is new in 1.23.9.
  • 123c1cf Test 2957
  • 925a080 tests/test_textextract.py:test_2954(): avoid UnicodeEncodeError on Windows.
  • 64e253c test 2957
  • a23bf69 setup.py: work with mupdf master's versioned shared libraries on Linux.
  • 2b73014 pipcl.py: added get_soname(), useful when handling versioned shared libraries.
  • ac10189 tests/: added test_2954 for replacement unicode characters in text extraction.
  • 5db0fbd Support CID instead of 0xFFFD
  • 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.9.
- [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.9)

---
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 12, 2024
Copy link
Author

dependabot bot commented on behalf of github Jan 15, 2024

Superseded by #389.

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