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

Bump ocrmypdf from 13.4.6 to 13.7.0

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

Bumps ocrmypdf from 13.4.6 to 13.7.0.

Changelog

Sourced from ocrmypdf's changelog.

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

v13.5.0

  • Added a new optimize_pdf plugin hook, making it possible to create plugins that replace or enhance OCRmyPDF's PDF optimizer.
  • Removed all max version restrictions. Our new policy is to blacklist known-bad releases and only block known-bad versions of dependencies.
  • The naming schema for object that holds all OCR text that OCRmyPDF inserts has changed. This has always been an implementation detail (and remains so), but possibly, someone was relying on it and would appreciate the heads-up.
  • Cleanup.

v13.4.7

  • Fixed PermissionError when cleaning up temporary files in rare cases. :issue:974
  • Fixed PermissionError when calling os.nice on platforms that lack it. :issue:973
  • Suppressed some warnings from libxmp during tests.
Commits
  • 30e4198 tests: fix test_validation when chi_sim not installed
  • 8ca9fa4 tesseract: typing
  • c1f99c0 v13.7.0 release notes
  • ba372e5 Reorganize validation to fix exception when Tesseract not installed
  • c7fcbe9 Improve Linux install advice
  • 42c983c readme: update to describe SPDX licensing
  • 80ed211 Change to SPDX license tracking
  • d22ea3f release notes: a word
  • 21fb6c8 v13.6.2 release notes
  • 27f7b9f Fix missing TypeAlias on <3.10
  • 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 Aug 02 '22 04:08 dependabot[bot]