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:           Thu Oct 30 13:35:25 UTC 2025

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

Log Message:
py-pdf: update to 6.1.3.

Security (SEC)

    Allow limiting size of LZWDecode streams (#3502) by @stefan6419846
    Avoid infinite loop when reading broken DCT-based inline images (#3501) by @stefan6419846

Bug Fixes (BUG)

    PageObject.scale() scales media box incorrectly (#3489) by @Nid01

Robustness (ROB)

    Fail with explicit exception when image mode is an empty array (#3500) by @stefan6419846


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/textproc/py-pdf/Makefile
cvs rdiff -u -r1.37 -r1.38 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.43 pkgsrc/textproc/py-pdf/Makefile:1.44
--- pkgsrc/textproc/py-pdf/Makefile:1.43        Wed Oct 22 10:50:36 2025
+++ pkgsrc/textproc/py-pdf/Makefile     Thu Oct 30 13:35:25 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2025/10/22 10:50:36 adam Exp $
+# $NetBSD: Makefile,v 1.44 2025/10/30 13:35:25 wiz Exp $
 
-DISTNAME=      pypdf-6.1.2
+DISTNAME=      pypdf-6.1.3
 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.1
-# 84 failed, 955 passed, 22 skipped, 3 xfailed
+# as of 6.1.3
+# 84 failed, 962 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.37 pkgsrc/textproc/py-pdf/distinfo:1.38
--- pkgsrc/textproc/py-pdf/distinfo:1.37        Wed Oct 22 10:50:36 2025
+++ pkgsrc/textproc/py-pdf/distinfo     Thu Oct 30 13:35:25 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2025/10/22 10:50:36 adam Exp $
+$NetBSD: distinfo,v 1.38 2025/10/30 13:35:25 wiz Exp $
 
-BLAKE2s (pypdf-6.1.2.tar.gz) = 2e884b321ddad25239e29320f57ddb7430aeadeb0fc5c7195273635354a399c6
-SHA512 (pypdf-6.1.2.tar.gz) = 2a1c7435f3e311ef1164fbf5029ada53bec87ef47acb408eb917f1581e06f64612ec190272cc98985f2e294826da84c3d75b4478b628260df8ed3d77409b7e23
-Size (pypdf-6.1.2.tar.gz) = 5075141 bytes
+BLAKE2s (pypdf-6.1.3.tar.gz) = 85773d11a08bfb9d186274051de97c5cc9b73a90658d119bac122bff1f1c70e3
+SHA512 (pypdf-6.1.3.tar.gz) = c5d04e6ac85865f6f77d9987c1434dc2a8426c14e1e94cc70694d98fc1767cf4b72859c111aaa896ca582ee827a21dfb04a3b916ff932c26ea830ad9133edba1
+Size (pypdf-6.1.3.tar.gz) = 5076271 bytes



Home | Main Index | Thread Index | Old Index