mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
python3-ocrmypdf: update to 16.10.2
This commit is contained in:
parent
011b94a819
commit
93599d3f5e
2 changed files with 8 additions and 8 deletions
|
@ -1,12 +1,12 @@
|
|||
--- a/pyproject.toml 2025-02-27 00:16:18.000000000 +0100
|
||||
+++ b/pyproject.toml 2025-03-17 15:20:09.011808694 +0100
|
||||
--- a/pyproject.toml 2020-02-02 01:00:00.000000000 +0100
|
||||
+++ b/pyproject.toml 2025-05-28 16:46:12.901561598 +0200
|
||||
@@ -16,7 +16,7 @@
|
||||
"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",
|
||||
--- a/src/ocrmypdf/_pipeline.py 2025-02-27 00:16:18.000000000 +0100
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-ocrmypdf'.
|
||||
# Template file for 'python3-ocrmypdf'
|
||||
pkgname=python3-ocrmypdf
|
||||
version=16.10.1
|
||||
version=16.10.2
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="hatchling hatch-vcs"
|
||||
|
@ -12,4 +12,4 @@ maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
|
|||
license="MPL-2.0"
|
||||
homepage="https://github.com/ocrmypdf/OCRmyPDF"
|
||||
distfiles="${PYPI_SITE}/o/ocrmypdf/ocrmypdf-${version}.tar.gz"
|
||||
checksum=9f32059fc97e25931aaa0a8a4027b8c9faca7d9e1183089f32e0cba5631449f1
|
||||
checksum=9b65730ba03c9dede6c6d8c61b6e99b93ea2d0192ed4482111174e151540f7fd
|
||||
|
|
Loading…
Add table
Reference in a new issue