python3Packages.ocrmypdf: 16.10.1 -> 16.10.2
Diff: https://github.com/ocrmypdf/OCRmyPDF/compare/v16.10.1...v16.10.2 Changelog: https://github.com/ocrmypdf/OCRmyPDF/blob/v16.10.2/docs/release_notes.md
This commit is contained in:
parent
209a4c88ec
commit
56aa78f17e
@ -28,7 +28,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ocrmypdf";
|
||||
version = "16.10.1";
|
||||
version = "16.10.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@ -41,7 +41,7 @@ buildPythonPackage rec {
|
||||
postFetch = ''
|
||||
rm "$out/.git_archival.txt"
|
||||
'';
|
||||
hash = "sha256-9gjLznyR7LLvq+5HHyK5qSFAQEWW3i00N2SLM7x4NXo=";
|
||||
hash = "sha256-kEPVufS8wpoGi/A4Eh1u9gLVIEdJmoPDmAiY38DYDv4=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -1,18 +1,18 @@
|
||||
diff --git a/pyproject.toml b/pyproject.toml
|
||||
index d045458f..efa9161d 100644
|
||||
index 451d83d9..817b27ea 100644
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -16,7 +16,7 @@ dependencies = [
|
||||
"img2pdf>=0.5",
|
||||
"packaging>=20",
|
||||
"pdfminer.six>=20220319",
|
||||
- "pi-heif", # Heif image format - maintainers: if this is removed, it will NOT break
|
||||
+ "pillow-heif", # Heif image format - maintainers: if this is removed, it will NOT break
|
||||
"pikepdf>=8.10.1",
|
||||
- "pi-heif", # Heif image format - maintainers: if this is removed, it will NOT break
|
||||
+ "pillow-heif", # Heif image format - maintainers: if this is removed, it will NOT break
|
||||
"pikepdf>=8.10.1, != 9.8.0",
|
||||
"Pillow>=10.0.1",
|
||||
"pluggy>=1",
|
||||
diff --git a/src/ocrmypdf/_pipeline.py b/src/ocrmypdf/_pipeline.py
|
||||
index 043a78a0..522197b1 100644
|
||||
index 90524d58..0be5a0f8 100644
|
||||
--- a/src/ocrmypdf/_pipeline.py
|
||||
+++ b/src/ocrmypdf/_pipeline.py
|
||||
@@ -42,7 +42,7 @@ from ocrmypdf.pdfinfo import Colorspace, Encoding, PageInfo, PdfInfo
|
||||
|
Loading…
x
Reference in New Issue
Block a user