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:           Wed Aug 20 20:06:35 UTC 2025

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

Log Message:
py-pdf: update to 6.0.0.

Security (SEC)

    Limit decompressed size for FlateDecode filter (#3430) by @stefan6419846

Deprecations (DEP)

    Drop Python 3.8 support (#3412) by @stefan6419846

New Features (ENH)

    Move BlackIs1 functionality to tiff_header (#3421) by @j-t-1

Robustness (ROB)

    Skip Go-To actions without a destination (#3420) by @badGarnet

Developer Experience (DEV)

    Update code style related libraries (#3414) by @stefan6419846
    Update mypy to 1.17.0 (#3413) by @stefan6419846
    Stop testing on Python 3.8 and start testing on Python 3.14 (#3411) by @stefan6419846

Maintenance (MAINT)

    Cleanup deprecations (#3424) by @stefan6419846


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/textproc/py-pdf/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-pdf/PLIST
cvs rdiff -u -r1.34 -r1.35 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.40 pkgsrc/textproc/py-pdf/Makefile:1.41
--- pkgsrc/textproc/py-pdf/Makefile:1.40        Sun Aug  3 10:33:21 2025
+++ pkgsrc/textproc/py-pdf/Makefile     Wed Aug 20 20:06:35 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2025/08/03 10:33:21 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2025/08/20 20:06:35 wiz Exp $
 
-DISTNAME=      pypdf-5.9.0
+DISTNAME=      pypdf-6.0.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.9.0
-# 82 failed, 923 passed, 22 skipped, 3 xfailed
+# as of 6.0.0
+# 84 failed, 921 passed, 22 skipped, 3 xfailed
 
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 311

Index: pkgsrc/textproc/py-pdf/PLIST
diff -u pkgsrc/textproc/py-pdf/PLIST:1.13 pkgsrc/textproc/py-pdf/PLIST:1.14
--- pkgsrc/textproc/py-pdf/PLIST:1.13   Sun Aug  3 10:33:21 2025
+++ pkgsrc/textproc/py-pdf/PLIST        Wed Aug 20 20:06:35 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2025/08/03 10:33:21 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2025/08/20 20:06:35 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -51,9 +51,6 @@ ${PYSITELIB}/pypdf/_doc_common.pyo
 ${PYSITELIB}/pypdf/_encryption.py
 ${PYSITELIB}/pypdf/_encryption.pyc
 ${PYSITELIB}/pypdf/_encryption.pyo
-${PYSITELIB}/pypdf/_merger.py
-${PYSITELIB}/pypdf/_merger.pyc
-${PYSITELIB}/pypdf/_merger.pyo
 ${PYSITELIB}/pypdf/_page.py
 ${PYSITELIB}/pypdf/_page.pyc
 ${PYSITELIB}/pypdf/_page.pyo

Index: pkgsrc/textproc/py-pdf/distinfo
diff -u pkgsrc/textproc/py-pdf/distinfo:1.34 pkgsrc/textproc/py-pdf/distinfo:1.35
--- pkgsrc/textproc/py-pdf/distinfo:1.34        Sun Aug  3 10:33:21 2025
+++ pkgsrc/textproc/py-pdf/distinfo     Wed Aug 20 20:06:35 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2025/08/03 10:33:21 wiz Exp $
+$NetBSD: distinfo,v 1.35 2025/08/20 20:06:35 wiz Exp $
 
-BLAKE2s (pypdf-5.9.0.tar.gz) = 6c03f7e4f4cae72a04b05280175db6a4ef454c2d0d6e7200252ba9470e14b7e7
-SHA512 (pypdf-5.9.0.tar.gz) = a83174e1496d70987683d1453fda363410b615f37e1b85895dcf062922a9cdf0b06de085ebd85c065fc5ac8c31e5aca7a25a39996182cded77994b5755ab7374
-Size (pypdf-5.9.0.tar.gz) = 5035118 bytes
+BLAKE2s (pypdf-6.0.0.tar.gz) = eaa7c3a7b18409b048f59deecd2d9d25468f882305cd16a24117ef937a4eec57
+SHA512 (pypdf-6.0.0.tar.gz) = dddb017a977867d715d462f0221336f9dfde5dc902ef9ab36b4ec08eef56b1128d63885969ec99cf1f63d1269b9e60e1a627b3244b07b6c4015984aeb2eaff95
+Size (pypdf-6.0.0.tar.gz) = 5033827 bytes



Home | Main Index | Thread Index | Old Index