PDF-Bot icon indicating copy to clipboard operation
PDF-Bot copied to clipboard

Bump ocrmypdf from 13.4.6 to 14.0.1

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps ocrmypdf from 13.4.6 to 14.0.1.

Changelog

Sourced from ocrmypdf's changelog.

v14.0.1

  • Fixed some version checks done with smart version comparison.
  • Added missing jbig2dec to Docker image.

v14.0.0

  • Dropped support for Python 3.7.
  • Dropped support generally speaking, all dependencies older than what Ubuntu 20.04 provides.
  • Ghostscript 9.50 or newer is now required. Shims to support old versions were removed.
  • Tesseract 4.1.1 or newer is now required. Shims to support old versions were removed.
  • Docker image now uses Tesseract 5.
  • Dropped setup.cfg configuration for pyproject.toml.
  • Removed deprecation exception PdfMergeFailedError.
  • A few more public domain test files were removed or replaced. We are aiming for 100% compliance with SPDX and generally towards simplifying copyright.

v13.7.0

  • Fixed an exception when attempting to run and Tesseract is not installed.
  • Changed to SPDX license tracking and information files.

v13.6.2

  • Added a shim to prevent an "error during error handling" for Python 3.7 and 3.8.
  • Modernized some type annotations.
  • Improved annotations on our _windows module to help IDEs and mypy figure out what we're doing.

v13.6.1

  • Require setuptools-scm 7.0.5 to avoid possible issues with source distributions in earlier versions of setuptools-scm.
  • Suppress a spurious warning, improve tests, improve typing and other miscellany.

v13.6.0

  • Added a new initialize plugin hook, making it possible to suppress built-in plugins more easily, among other possibilities.
  • Fixed an issue where unpaper would exit with a "wrong stream" error, probably related to images with an odd integer width. :issue:887, 665

... (truncated)

Commits
  • 110c75c Use actual TesseractVersion for comparison
  • 5afca3f Use relaxed version parsing
  • d9eb0ba v14.0.1 release notes
  • 46d0978 Update version scripts to support Ghostscript 10.0
  • 4e35100 Docker image: add jbig2dec
  • 7bd0e43 Merge branch 'feature/py311'
  • 9cd97da dockerfile: toml
  • d002703 docker: install gpg-agent
  • b1fecf3 Temporarily disable PyPy 3.8 and 3.9 testing
  • c2ccc7f Fix test failure due to new logging from pikepdf
  • 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 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] avatar Oct 05 '22 04:10 dependabot[bot]