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 Nov 30 08:02:03 UTC 2025

Modified Files:
        pkgsrc/textproc/py-pdf: Makefile distinfo

Log Message:
py-pdf: update to 6.4.0.

Security (SEC)

    Reduce default limit for LZW decoding by @stefan6419846

New Features (ENH)

    Parse and format comb fields in text widget annotations (#3519) by @PJBrs

Robustness (ROB)

    Silently ignore Adobe Ascii85 whitespace for suffix detection (#3528) by @mbierma


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/textproc/py-pdf/Makefile
cvs rdiff -u -r1.40 -r1.41 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.46 pkgsrc/textproc/py-pdf/Makefile:1.47
--- pkgsrc/textproc/py-pdf/Makefile:1.46        Mon Nov 17 09:35:29 2025
+++ pkgsrc/textproc/py-pdf/Makefile     Sun Nov 30 08:02:03 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2025/11/17 09:35:29 adam Exp $
+# $NetBSD: Makefile,v 1.47 2025/11/30 08:02:03 wiz Exp $
 
-DISTNAME=      pypdf-6.3.0
+DISTNAME=      pypdf-6.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pypdf/}
@@ -24,8 +24,8 @@ USE_LANGUAGES=        # none
 .if make(test)
 ALLOW_NETWORK_ACCESS=  yes
 .endif
-# as of 6.1.3
-# 84 failed, 962 passed, 23 skipped, 3 xfailed
+# as of 6.4.0
+# 85 failed, 971 passed, 23 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.40 pkgsrc/textproc/py-pdf/distinfo:1.41
--- pkgsrc/textproc/py-pdf/distinfo:1.40        Mon Nov 17 09:35:29 2025
+++ pkgsrc/textproc/py-pdf/distinfo     Sun Nov 30 08:02:03 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2025/11/17 09:35:29 adam Exp $
+$NetBSD: distinfo,v 1.41 2025/11/30 08:02:03 wiz Exp $
 
-BLAKE2s (pypdf-6.3.0.tar.gz) = 138fcffa15678e5def6967e5bc8f31d364666c49d4b0f1eb26bfbccf9205ef1b
-SHA512 (pypdf-6.3.0.tar.gz) = 38119f9366409292a1c70b88aadf31737edd57b121c343f5d95956bc7f33a8126a352ca649090a7b6574a84de37666d2a638423a00c3f2ccf911a3dcb2f9c6d3
-Size (pypdf-6.3.0.tar.gz) = 5275038 bytes
+BLAKE2s (pypdf-6.4.0.tar.gz) = e91eac913a11be311206379099b88ee9816c07a950a5e053b8d9710c8d961b04
+SHA512 (pypdf-6.4.0.tar.gz) = 94d7fb7868e75a2839e78ea8bf8d243c35a1a08b496be86216e770377da21b4ef41ef6a25c6a326af2975e880210e305f5920331e164efcce27bac8e2eae4328
+Size (pypdf-6.4.0.tar.gz) = 5276661 bytes



Home | Main Index | Thread Index | Old Index