mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python3-ocrmypdf: update to 16.10.4
This commit is contained in:
parent
d8ab63a6c7
commit
e493166e24
2 changed files with 7 additions and 6 deletions
|
@ -1,14 +1,15 @@
|
||||||
--- a/pyproject.toml 2020-02-02 01:00:00.000000000 +0100
|
--- a/pyproject.toml 2020-02-02 01:00:00.000000000 +0100
|
||||||
+++ b/pyproject.toml 2025-05-28 16:46:12.901561598 +0200
|
+++ b/pyproject.toml 2025-07-08 13:01:32.238226610 +0200
|
||||||
@@ -16,7 +16,7 @@
|
@@ -16,7 +16,7 @@
|
||||||
"img2pdf>=0.5",
|
"img2pdf>=0.5",
|
||||||
"packaging>=20",
|
"packaging>=20",
|
||||||
"pdfminer.six>=20220319",
|
"pdfminer.six>=20220319",
|
||||||
- "pi-heif", # Heif image format - maintainers: if this is removed, it will NOT break
|
- "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
|
+ "pillow-heif", # Heif image format - maintainers: if this is removed, it will NOT break
|
||||||
"pikepdf>=8.10.1, != 9.8.0",
|
"pikepdf>=8.10.1,!=9.8.0",
|
||||||
"Pillow>=10.0.1",
|
"Pillow>=10.0.1",
|
||||||
"pluggy>=1",
|
"pluggy>=1",
|
||||||
|
|
||||||
--- a/src/ocrmypdf/_pipeline.py 2025-02-27 00:16:18.000000000 +0100
|
--- a/src/ocrmypdf/_pipeline.py 2025-02-27 00:16:18.000000000 +0100
|
||||||
+++ b/src/ocrmypdf/_pipeline.py 2025-03-17 15:21:10.155848376 +0100
|
+++ b/src/ocrmypdf/_pipeline.py 2025-03-17 15:21:10.155848376 +0100
|
||||||
@@ -42,7 +42,7 @@
|
@@ -42,7 +42,7 @@
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-ocrmypdf'
|
# Template file for 'python3-ocrmypdf'
|
||||||
pkgname=python3-ocrmypdf
|
pkgname=python3-ocrmypdf
|
||||||
version=16.10.2
|
version=16.10.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling hatch-vcs"
|
hostmakedepends="hatchling hatch-vcs"
|
||||||
|
@ -12,4 +12,4 @@ maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="https://github.com/ocrmypdf/OCRmyPDF"
|
homepage="https://github.com/ocrmypdf/OCRmyPDF"
|
||||||
distfiles="${PYPI_SITE}/o/ocrmypdf/ocrmypdf-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/o/ocrmypdf/ocrmypdf-${version}.tar.gz"
|
||||||
checksum=9b65730ba03c9dede6c6d8c61b6e99b93ea2d0192ed4482111174e151540f7fd
|
checksum=de749ef5f554b63d57e68d032e7cba5500cbd5030835bf24f658f7b7a04f3dc1
|
||||||
|
|
Loading…
Add table
Reference in a new issue