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: wiz
Date: Sun Jul 20 10:46:08 UTC 2025
Modified Files:
pkgsrc/textproc/py-pdf: Makefile PLIST distinfo
Log Message:
py-pdf: update to 5.8.0.
New Features (ENH)
Implement flattening for writer (#3312) by @PJBrs
Bug Fixes (BUG)
Unterminated object when using PdfWriter with incremental=True (#3345) by @m32
Robustness (ROB)
Resolve some image extraction edge cases (#3371) by @stefan6419846
Ignore faulty trailing newline during RLE decoding (#3355) by @henningkoertelgmg
Gracefully handle odd-length strings in parse_bfchar (#3348) by @stefan6419846
Developer Experience (DEV)
Modernize license specifiers (#3338) by @stefan6419846
Maintenance (MAINT)
Reduce max-complexity of tool.ruff.lint.mccabe (#3365) by @j-t-1
Refactor text extraction code by @MartinThoma
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/textproc/py-pdf/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-pdf/PLIST
cvs rdiff -u -r1.32 -r1.33 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.38 pkgsrc/textproc/py-pdf/Makefile:1.39
--- pkgsrc/textproc/py-pdf/Makefile:1.38 Tue Jul 1 20:35:05 2025
+++ pkgsrc/textproc/py-pdf/Makefile Sun Jul 20 10:46:08 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2025/07/01 20:35:05 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2025/07/20 10:46:08 wiz Exp $
-DISTNAME= pypdf-5.7.0
+DISTNAME= pypdf-5.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pypdf/}
@@ -23,8 +23,8 @@ USE_LANGUAGES= # none
# for testing
ALLOW_NETWORK_ACCESS= yes
-# as of 5.7.0
-# 76 failed, 890 passed, 22 skipped, 3 xfailed
+# as of 5.8.0
+# 77 failed, 901 passed, 22 skipped, 3 xfailed
.include "../../lang/python/pyversion.mk"
.if ${PYTHON_VERSION} < 311
Index: pkgsrc/textproc/py-pdf/PLIST
diff -u pkgsrc/textproc/py-pdf/PLIST:1.11 pkgsrc/textproc/py-pdf/PLIST:1.12
--- pkgsrc/textproc/py-pdf/PLIST:1.11 Sun Feb 23 20:44:51 2025
+++ pkgsrc/textproc/py-pdf/PLIST Sun Jul 20 10:46:08 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2025/02/23 20:44:51 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2025/07/20 10:46:08 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -87,6 +87,9 @@ ${PYSITELIB}/pypdf/_text_extraction/_lay
${PYSITELIB}/pypdf/_text_extraction/_layout_mode/_text_state_params.py
${PYSITELIB}/pypdf/_text_extraction/_layout_mode/_text_state_params.pyc
${PYSITELIB}/pypdf/_text_extraction/_layout_mode/_text_state_params.pyo
+${PYSITELIB}/pypdf/_text_extraction/_text_extractor.py
+${PYSITELIB}/pypdf/_text_extraction/_text_extractor.pyc
+${PYSITELIB}/pypdf/_text_extraction/_text_extractor.pyo
${PYSITELIB}/pypdf/_utils.py
${PYSITELIB}/pypdf/_utils.pyc
${PYSITELIB}/pypdf/_utils.pyo
Index: pkgsrc/textproc/py-pdf/distinfo
diff -u pkgsrc/textproc/py-pdf/distinfo:1.32 pkgsrc/textproc/py-pdf/distinfo:1.33
--- pkgsrc/textproc/py-pdf/distinfo:1.32 Tue Jul 1 20:35:05 2025
+++ pkgsrc/textproc/py-pdf/distinfo Sun Jul 20 10:46:08 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2025/07/01 20:35:05 wiz Exp $
+$NetBSD: distinfo,v 1.33 2025/07/20 10:46:08 wiz Exp $
-BLAKE2s (pypdf-5.7.0.tar.gz) = 0ce45ebf17e2df4a2ec5dfd8e01f9c0a7105c5e35207132668c8582118db6d9e
-SHA512 (pypdf-5.7.0.tar.gz) = 2fc9755fcada66696e7b60974b15180772f18f628c8505e273ac737ca1bbf5ecf56a7d8b1187e74489381e181005dc10e76d75f4742c9975a67833cfeccb76d3
-Size (pypdf-5.7.0.tar.gz) = 5026120 bytes
+BLAKE2s (pypdf-5.8.0.tar.gz) = 31d0e5ae2aad835dbe38870f90ba3f79e8aec23151b41da5e2117acc01c765cf
+SHA512 (pypdf-5.8.0.tar.gz) = 18ee7953bee84ccfd0afd4597dce3ad5ab82e7bcf39f92a6d4058fea84505f6a192a76d328a6c3259bdc77a003ccb81478a486c79649a90ccc5de70c593e35b3
+Size (pypdf-5.8.0.tar.gz) = 5029494 bytes
Home |
Main Index |
Thread Index |
Old Index