Merge pull request #249202 from dotlambda/ocrmypdf-14.4.0

python310Packages.ocrmypdf: 14.3.0 -> 14.4.0
This commit is contained in:
Jonas Heinrich 2023-08-15 09:23:04 +02:00 committed by GitHub
commit dce9775898
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,5 @@
{ lib
, buildPythonPackage
, coloredlogs
, deprecation
, fetchFromGitHub
, ghostscript
@ -17,6 +16,7 @@
, pytest-xdist
, pytestCheckHook
, pythonOlder
, rich
, reportlab
, setuptools
, setuptools-scm
@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "ocrmypdf";
version = "14.3.0";
version = "14.4.0";
disabled = pythonOlder "3.8";
@ -46,7 +46,7 @@ buildPythonPackage rec {
postFetch = ''
rm "$out/.git_archival.txt"
'';
hash = "sha256-OUz19N2YIl7iwayjulx0v1K00jB5SdWo8m5XiJ9BDSs=";
hash = "sha256-i1ZUBKR8dJXZkALUFwkzYcjtZ5Li66DfD2fupCGRQC4=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
@ -69,7 +69,6 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
coloredlogs
deprecation
img2pdf
packaging
@ -78,6 +77,7 @@ buildPythonPackage rec {
pillow
pluggy
reportlab
rich
tqdm
] ++ lib.optionals (pythonOlder "3.9") [
importlib-resources