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 Apr 20 21:11:53 UTC 2025
Modified Files:
pkgsrc/textproc/py-pdf: Makefile distinfo
Log Message:
py-pdf: update to 5.4.0.
New Features (ENH)
Add support for IndirectObject.__contains__ (#3155) by @noamkush
Bug Fixes (BUG)
Fix detection of inline images followed by names or numbers (#3173) by @stefan6419846
Robustness (ROB)
Consider root objects without catalog type as fallback (#3175) by @stefan6419846
Raise proper error on infinite loop when reading objects (#3169) by @stefan6419846
Documentation (DOC)
Mention memory consumption of text extraction (#3168) by @stefan6419846
Developer Experience (DEV)
Upgrade to ruff 0.10.0 (#3191) by @stefan6419846
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/textproc/py-pdf/Makefile
cvs rdiff -u -r1.28 -r1.29 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.33 pkgsrc/textproc/py-pdf/Makefile:1.34
--- pkgsrc/textproc/py-pdf/Makefile:1.33 Mon Mar 3 13:06:43 2025
+++ pkgsrc/textproc/py-pdf/Makefile Sun Apr 20 21:11:53 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2025/03/03 13:06:43 adam Exp $
+# $NetBSD: Makefile,v 1.34 2025/04/20 21:11:53 wiz Exp $
-DISTNAME= pypdf-5.3.1
+DISTNAME= pypdf-5.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pypdf/}
@@ -22,8 +22,8 @@ USE_LANGUAGES= # none
# for testing
ALLOW_NETWORK_ACCESS= yes
-# as of 5.1.0
-# 70 failed, 818 passed, 9 skipped, 3 xfailed
+# as of 5.4.0
+# 70 failed, 862 passed, 19 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.28 pkgsrc/textproc/py-pdf/distinfo:1.29
--- pkgsrc/textproc/py-pdf/distinfo:1.28 Mon Mar 3 13:06:43 2025
+++ pkgsrc/textproc/py-pdf/distinfo Sun Apr 20 21:11:53 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2025/03/03 13:06:43 adam Exp $
+$NetBSD: distinfo,v 1.29 2025/04/20 21:11:53 wiz Exp $
-BLAKE2s (pypdf-5.3.1.tar.gz) = 8b301bd217f238a3f7788e6e7d02a08bd0c7e97d1ad01b2be87d5a4cbb69aa93
-SHA512 (pypdf-5.3.1.tar.gz) = b397f2a3a4f85d20e2679ecb011dea94c430576ae1ec341ec1b273f50dec9d387466c12b78c28cbc72b572d733b5286d8c076ae2773e2127181c431d89a6982b
-Size (pypdf-5.3.1.tar.gz) = 5011845 bytes
+BLAKE2s (pypdf-5.4.0.tar.gz) = a2606dacb1f253ea14d80b472ae0fec53f3d53a5686aba23755ee2470bc2a395
+SHA512 (pypdf-5.4.0.tar.gz) = 00625bfe4f3b86108d2219481aee64f2b3a572e2119239cf597525679bb7b2d7e23ce534215f13ecffadc50a77a9882745c271055ac3a8ecd8536003321778cb
+Size (pypdf-5.4.0.tar.gz) = 5012492 bytes
Home |
Main Index |
Thread Index |
Old Index