freelawproject / x-ray

A tool to detect whether a PDF has a bad redaction
BSD 2-Clause "Simplified" License
128 stars 12 forks source link

build(deps): Bump pymupdf from 1.22.2 to 1.23.4 #160

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pymupdf from 1.22.2 to 1.23.4.

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.23.4 released

PyMuPDF-1.23.4 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

Changes in version 1.23.4 (2023-09-26)

  • Improved build instructions.

  • Fixed Tesseract in rebased implementation.

  • Improvements to build/install with system MuPDF.

  • Fixed Pyodide builds.

  • Fixed rebased bug in _insert_image().

  • Bug fixes:

PyMuPDF-1.23.3 released

PyMuPDF-1.23.3 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

Changes in version 1.23.3 (2023-08-31)

  • Fixed use of Tesseract for OCR.

PyMuPDF-1.23.2 released

PyMuPDF-1.23.2 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

Changes in version 1.23.2 (2023-08-28)

PyMuPDF-1.23.1 released

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.23.4 (2023-09-26)

  • Improved build instructions.

  • Fixed Tesseract in rebased implementation.

  • Improvements to build/install with system MuPDF.

  • Fixed Pyodide builds.

  • Fixed rebased bug in _insert_image().

  • Bug fixes:

    • Fixed 2556 <https://github.com/pymupdf/PyMuPDF/issues/2556>_: Segmentation fault at caling get_cdrawings(extended=True)
    • Fixed 2637 <https://github.com/pymupdf/PyMuPDF/issues/2637>_: Page.insert_textbox incorrectly handles the last word if it starts a new line
    • Fixed 2683 <https://github.com/pymupdf/PyMuPDF/issues/2683>_: Windows sdist build failure - non-quoting of path and using UNIX which command
    • Fixed 2691 <https://github.com/pymupdf/PyMuPDF/issues/2691>_: Page.get_textpage_ocr() bug in rebased fitz_new version
    • Fixed 2692 <https://github.com/pymupdf/PyMuPDF/issues/2692>_: Page.get_pixmap(clip=Rect()) bug in rebased fitz_new version

Changes in version 1.23.3 (2023-08-31)

  • Fixed use of Tesseract for OCR.

Changes in version 1.23.2 (2023-08-28)

  • Fixed [#2613](https://github.com/pymupdf/pymupdf/issues/2613) <https://github.com/pymupdf/PyMuPDF/issues/2613>_: release 1.23.0 not MacOS-arm64 compatible

Changes in version 1.23.1 (2023-08-24)

  • Updated README and package summary description.

  • Fixed a problem on some Linux installations with Python-3.10 (and possibly earlier versions) where import fitz failed with ImportError: libcrypt.so.2: cannot open shared object file: No such file or directory.

  • Fixed incompatible architecture error on MacOS arm64.

  • Fixed installation warning from Poetry about missing entry in wheels' RECORD files.

Changes in version 1.23.0 (2023-08-22)

... (truncated)

Commits
  • 3ca9d3d Update version and dates for release 1.23.4.
  • f4cdca8 Added test_2692() and fix rebase implementation.
  • a74fc9d Added tests/test_insertimage.py:test_compress() and fix in rebased.
  • 9d28789 setup.py: use pipcl.git_items() instead of local code.
  • b3ed3b1 pipcl.py: fix for wheel creation and multi-line license text.
  • 60c97aa pipcl.py: use global log level.
  • 9dd1459 Corrects outstanding flags in glossary.po.
  • 76f2d44 More tweaks to correct Japanese, adds Document Writer translation.
  • 266f758 Some generic header, footer & side menu translations.
  • e665af2 Adds Archive, ColorSpace, DisplayList and some tweaks.
  • 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 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[bot] commented 1 year ago

Superseded by #163.