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 Aug 3 10:33:21 UTC 2025
Modified Files:
pkgsrc/textproc/py-pdf: Makefile PLIST distinfo
Log Message:
py-pdf: update to 5.9.0.
New Features (ENH)
Automatically preserve links in added pages (#3298) by @larsga
Allow writing/updating all properties of an embedded file (#3374) by @Arya-A-Nair
Bug Fixes (BUG)
Fix XMP handling dropping indirect references (#3392) by @stefan6419846
Robustness (ROB)
Deal with DecodeParms being empty list (#3388) by @stefan6419846
Documentation (DOC)
Document how to read and modify XMP metadata (#3383) by @stefan6419846
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/textproc/py-pdf/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/py-pdf/PLIST
cvs rdiff -u -r1.33 -r1.34 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.39 pkgsrc/textproc/py-pdf/Makefile:1.40
--- pkgsrc/textproc/py-pdf/Makefile:1.39 Sun Jul 20 10:46:08 2025
+++ pkgsrc/textproc/py-pdf/Makefile Sun Aug 3 10:33:21 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2025/07/20 10:46:08 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2025/08/03 10:33:21 wiz Exp $
-DISTNAME= pypdf-5.8.0
+DISTNAME= pypdf-5.9.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.8.0
-# 77 failed, 901 passed, 22 skipped, 3 xfailed
+# as of 5.9.0
+# 82 failed, 923 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.12 pkgsrc/textproc/py-pdf/PLIST:1.13
--- pkgsrc/textproc/py-pdf/PLIST:1.12 Sun Jul 20 10:46:08 2025
+++ pkgsrc/textproc/py-pdf/PLIST Sun Aug 3 10:33:21 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2025/07/20 10:46:08 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2025/08/03 10:33:21 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -141,6 +141,9 @@ ${PYSITELIB}/pypdf/generic/_fit.pyo
${PYSITELIB}/pypdf/generic/_image_inline.py
${PYSITELIB}/pypdf/generic/_image_inline.pyc
${PYSITELIB}/pypdf/generic/_image_inline.pyo
+${PYSITELIB}/pypdf/generic/_link.py
+${PYSITELIB}/pypdf/generic/_link.pyc
+${PYSITELIB}/pypdf/generic/_link.pyo
${PYSITELIB}/pypdf/generic/_outline.py
${PYSITELIB}/pypdf/generic/_outline.pyc
${PYSITELIB}/pypdf/generic/_outline.pyo
Index: pkgsrc/textproc/py-pdf/distinfo
diff -u pkgsrc/textproc/py-pdf/distinfo:1.33 pkgsrc/textproc/py-pdf/distinfo:1.34
--- pkgsrc/textproc/py-pdf/distinfo:1.33 Sun Jul 20 10:46:08 2025
+++ pkgsrc/textproc/py-pdf/distinfo Sun Aug 3 10:33:21 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2025/07/20 10:46:08 wiz Exp $
+$NetBSD: distinfo,v 1.34 2025/08/03 10:33:21 wiz Exp $
-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
+BLAKE2s (pypdf-5.9.0.tar.gz) = 6c03f7e4f4cae72a04b05280175db6a4ef454c2d0d6e7200252ba9470e14b7e7
+SHA512 (pypdf-5.9.0.tar.gz) = a83174e1496d70987683d1453fda363410b615f37e1b85895dcf062922a9cdf0b06de085ebd85c065fc5ac8c31e5aca7a25a39996182cded77994b5755ab7374
+Size (pypdf-5.9.0.tar.gz) = 5035118 bytes
Home |
Main Index |
Thread Index |
Old Index