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 Jun 21 08:00:51 UTC 2026
Modified Files:
pkgsrc/textproc/py-pdf: Makefile distinfo
Log Message:
py-pdf: update to 6.13.3.
Security fix release.
Security (SEC)
Apply MAX_DECLARED_STREAM_LENGTH to streams without length as well (#3871) by @stefan6419846
Performance Improvements (PI)
Avoid per-pixel getpixel loop for 1-bit indexed images (#3854) by @Samuel-Harris
Robustness (ROB)
Several fixes by @metsw24-max
Maintenance (MAINT)
Make mypy assert messages consistent (#3849) by @j-t-1
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/textproc/py-pdf/Makefile
cvs rdiff -u -r1.63 -r1.64 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.69 pkgsrc/textproc/py-pdf/Makefile:1.70
--- pkgsrc/textproc/py-pdf/Makefile:1.69 Sat Jun 13 06:19:14 2026
+++ pkgsrc/textproc/py-pdf/Makefile Sun Jun 21 08:00:51 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2026/06/13 06:19:14 adam Exp $
+# $NetBSD: Makefile,v 1.70 2026/06/21 08:00:51 wiz Exp $
-DISTNAME= pypdf-6.13.2
+DISTNAME= pypdf-6.13.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pypdf/}
@@ -27,8 +27,8 @@ USE_LANGUAGES= # none
.if make(test)
ALLOW_NETWORK_ACCESS= yes
.endif
-# as of 6.11.0
-# 89 failed, 1080 passed, 24 skipped, 3 xfailed
+# as of 6.13.3
+# 90 failed, 1181 passed, 24 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.63 pkgsrc/textproc/py-pdf/distinfo:1.64
--- pkgsrc/textproc/py-pdf/distinfo:1.63 Sat Jun 13 06:19:14 2026
+++ pkgsrc/textproc/py-pdf/distinfo Sun Jun 21 08:00:51 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.63 2026/06/13 06:19:14 adam Exp $
+$NetBSD: distinfo,v 1.64 2026/06/21 08:00:51 wiz Exp $
-BLAKE2s (pypdf-6.13.2.tar.gz) = af7dad1c73dfd3a234bd736b7e599be5e49036ff7dddd084038d6e778a591920
-SHA512 (pypdf-6.13.2.tar.gz) = 9c0b44f989b76c0ebba2a6701ca5bf9101c5eed99f3fdc05da3bcea4a6f3a1df05fafd80402351995a12a5dce3c6acd41e7cefa897b3a8eb1638c4d791e1fd90
-Size (pypdf-6.13.2.tar.gz) = 6479250 bytes
+BLAKE2s (pypdf-6.13.3.tar.gz) = dd495fd3c8d15888f4318a18926de72b02c8165be31c5788c49ec8a845fe2434
+SHA512 (pypdf-6.13.3.tar.gz) = 3e7c346391be28d337538fd4b4fab3c57f0c7ac873d53316891842db9bb07f37dbdbff403ada9f0c39222a861d2968d19576622a3c01332ba950129b3f899125
+Size (pypdf-6.13.3.tar.gz) = 6484063 bytes
Home |
Main Index |
Thread Index |
Old Index