pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-pdf
Module Name: pkgsrc
Committed By: adam
Date: Mon Jan 27 14:00:11 UTC 2025
Modified Files:
pkgsrc/textproc/py-pdf: Makefile distinfo
Log Message:
py-pdf: updated to 5.2.0
Version 5.2.0, 2025-01-26
Deprecations (DEP)
- Deprecate with replacement CCITParameters
- Correct deprecation of interiour_color
New Features (ENH)
- Support alternative (U)F names for embedded file retrieval
- Adding support for reading .metadata.keywords
Bug Fixes (BUG)
- Handle further Tf operators in text extraction layout mode
- Ensure `add_metadata` can deal with `_info = None`
- Handle IndirectObject in CCITTFaxDecode filter
- Handle chained colorspace for inline images when no filter is set
- Avoid extracting inline images twice and dropping other operators
- Fixed reference of value with `str.__new__` in TextStringObject
- Handle indirect objects in font width calculations
- Title sometimes is bytes and not str
- Fix undefined variable for text extraction (regression)
- Don't close stream passed to PdfWriter.write()
Robustness (ROB)
- Handle zero height fonts when extracting text
- Deal with content streams not containing streams
- Gracefully handle some text operators when the operands are missing
- Fall back to non-Adobe Ascii85 format for missing end markers
- Ignore odd-length strings when processing cmap lines
- Skip annotation destination being NullObject in PdfWriter
- Skip destination page being None in PdfWriter
- Fix infinite loop case when reading null objects within an Array
- Fixing infinite loop in ArrayObject read_from_stream
Documentation (DOC)
- Add note about default line colors
Developer Experience (DEV)
- Remove ignoring Ruff rule PGH004
- Tidy ignore array in tool.ruff.lint
- Move Windows CI to Python 3.13
- Move to Ubuntu 22.04
Maintenance (MAINT)
- Fix formatting of warning message and include exception message
- Narrow return type for `ContentStream.operations`
Testing (TST)
- Fix image similarity for upcoming Ubuntu 24.04
- Replace broken Apache Tika Corpora urls
Code Style (STY)
- Add form feed to WHITESPACES
- Lots of small internal changes
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/textproc/py-pdf/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/py-pdf/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-pdf/Makefile
diff -u pkgsrc/textproc/py-pdf/Makefile:1.29 pkgsrc/textproc/py-pdf/Makefile:1.30
--- pkgsrc/textproc/py-pdf/Makefile:1.29 Mon Nov 4 17:58:39 2024
+++ pkgsrc/textproc/py-pdf/Makefile Mon Jan 27 14:00:11 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2024/11/04 17:58:39 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2025/01/27 14:00:11 adam Exp $
-DISTNAME= pypdf-5.1.0
+DISTNAME= pypdf-5.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pypdf/}
Index: pkgsrc/textproc/py-pdf/distinfo
diff -u pkgsrc/textproc/py-pdf/distinfo:1.25 pkgsrc/textproc/py-pdf/distinfo:1.26
--- pkgsrc/textproc/py-pdf/distinfo:1.25 Mon Nov 4 17:58:39 2024
+++ pkgsrc/textproc/py-pdf/distinfo Mon Jan 27 14:00:11 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2024/11/04 17:58:39 wiz Exp $
+$NetBSD: distinfo,v 1.26 2025/01/27 14:00:11 adam Exp $
-BLAKE2s (pypdf-5.1.0.tar.gz) = 0d2c60c11a9339bfee4aef498b9aea472dc8b054837ffc3ca73cb25efcf3c334
-SHA512 (pypdf-5.1.0.tar.gz) = 5f531c48525e9c8fe31b994b8fc2c662cfb58ee5261790bf8bbec12be65fc69982d6a59a9ee5014f1e48ec9663661fcb3117119709d48692ed9205615ec6b126
-Size (pypdf-5.1.0.tar.gz) = 5011381 bytes
+BLAKE2s (pypdf-5.2.0.tar.gz) = 819243048de59ff35626144c448fe00f190649fbe3ee581ff9b16aa70f03c88d
+SHA512 (pypdf-5.2.0.tar.gz) = 8b24cbb1925f4912b45fbafc946cd8119f0f8539cd149cccbe8efcc312b7a5206c0a36bc81d57200f7fafeecf90e14643dd107989522fa80f57afed4d1505720
+Size (pypdf-5.2.0.tar.gz) = 5020162 bytes
Home |
Main Index |
Thread Index |
Old Index