2024-06-11 10:52:23 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pikepdf: updated to 9.0.0
v9.0.0
- Removed deprecated pikepdf.PdfMatrix. Use pikepdf.Matrix instead.
- Removed deprecated pikepdf._qpdf submodule.
- Pdf.pages no longer coerces PDF dictionaries to page objects. You must
explicitly insert/add pikepdf.Page objects.
- pikepdf.Object.parse() no longer accepts string input; only bytes are allowed.
- macOS 12 is our minimum supported version for x86_64, and macos 14 is our
minimum supported version for ARM64/Apple Silicon. v8 accidentally
ended support for older versions at some point - this change is formalizing that.
Efforts were made to continue support for older verions, but it is not sustainable.
- We now generate binary wheels for musllinux-aarch64 (Alpine ARM64).
|
2024-05-01 10:55:15 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
py-pikepdf: Fix PYTHON_VERSIONS_INCOMPATIBLE.
|
2024-04-30 10:28:05 by Thomas Klausner | Files touched by this commit (3) |
Log message:
py-pikepdf: add a missing test dependency
|
2024-04-30 10:14:43 by Thomas Klausner | Files touched by this commit (5) |
Log message:
print/py-pikepdf: import py-pikepdf-8.15.1
pikepdf is a Python library for reading and writing PDF files.
pikepdf is based on QPDF, a powerful PDF manipulation and repair
library.
|