Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-pdf
From: Adam Ciarcinski
Date: 2024-10-11 14:43:58
Message id: 20241011124358.C47DEFC7E@cvs.NetBSD.org
Log Message:
py-pdf: updated to 5.0.1
Version 5.0.1, 2024-09-29
New Features (ENH)
- Add `full` parameter to PdfWriter constructor
Bug Fixes (BUG)
- Update pyproject.toml with minimum Python version of 3.8
- Cope with unbalanced delimiters in dictionary object
- Cope with encoding with too many differences
- Missing spaces in extract_text() method
- Tolerate truncated files and no warning when jumping startxref
Robustness (ROB)
- Repair PDF with invalid Root object
- Continue parsing dictionary object when error is detected
- Merge documents with invalid pages in named destinations
- Tolerate comments in arrays
Developer Experience (DEV)
- Use latest Python version for benchmarking
Maintenance (MAINT)
- Add tests to source distributions
- Refactor _update_field_annotation
Files: