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: Tue Jul 1 20:35:06 UTC 2025
Modified Files:
pkgsrc/textproc/py-pdf: Makefile distinfo
Log Message:
py-pdf: update to 5.7.0.
5.7.0
Performance Improvements (PI)
Performance optimization for LZW decoding (#3329) by @henningkoertelgmg
Robustness (ROB)
Flate decoding for streams with faulty tail bytes (#3332) by @henningkoertelgmg
dc_creator could be a Bag as well (#3333) by @stefan6419846
Handle tree being NullObject when retrieving named destinations (#3331) by @stefan6419846
Maintenance (MAINT)
Move inline-image mappings to constants (#3328) by @stefan6419846
5.6.1
New Features (ENH)
Add PDF/A XMP metadata support (#3314) by @Arya-A-Nair
Robustness (ROB)
Deal with annotations not being lists on merge (#3321) by @stefan6419846
Handle NullObject for cmap encoding Differences entry (#3317) by @stefan6419846
Developer Experience (DEV)
Update ruff to 0.12.0 (#3316) by @stefan6419846
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/textproc/py-pdf/Makefile
cvs rdiff -u -r1.31 -r1.32 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.37 pkgsrc/textproc/py-pdf/Makefile:1.38
--- pkgsrc/textproc/py-pdf/Makefile:1.37 Tue Jun 10 05:40:40 2025
+++ pkgsrc/textproc/py-pdf/Makefile Tue Jul 1 20:35:05 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2025/06/10 05:40:40 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2025/07/01 20:35:05 wiz Exp $
-DISTNAME= pypdf-5.6.0
+DISTNAME= pypdf-5.7.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.6.0
-# 72 failed, 881 passed, 22 skipped, 3 xfailed
+# as of 5.7.0
+# 76 failed, 890 passed, 22 skipped, 3 xfailed
.include "../../lang/python/pyversion.mk"
.if ${PYTHON_VERSION} < 311
Index: pkgsrc/textproc/py-pdf/distinfo
diff -u pkgsrc/textproc/py-pdf/distinfo:1.31 pkgsrc/textproc/py-pdf/distinfo:1.32
--- pkgsrc/textproc/py-pdf/distinfo:1.31 Tue Jun 10 05:40:40 2025
+++ pkgsrc/textproc/py-pdf/distinfo Tue Jul 1 20:35:05 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2025/06/10 05:40:40 wiz Exp $
+$NetBSD: distinfo,v 1.32 2025/07/01 20:35:05 wiz Exp $
-BLAKE2s (pypdf-5.6.0.tar.gz) = 96a96db562f681d0c377e0c1b39cb442ce2014580b6f37092ec7c8597f8609a8
-SHA512 (pypdf-5.6.0.tar.gz) = e8e5f28b2c3018b6c1a269f37625a386598d0fd8c67348efcdbe8ccbae82a7cbc9a6fd68e36a983519690e93a26b592876f120e2b9c93c33af14092315449f55
-Size (pypdf-5.6.0.tar.gz) = 5023749 bytes
+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
Home |
Main Index |
Thread Index |
Old Index