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 Apr 15 18:36:37 UTC 2026

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

Log Message:
py-pdf: update to 6.10.0.

## Version 6.10.0, 2026-04-10

### Security (SEC)
- Disallow custom XML entity declarations for XMP metadata (#3724)

### New Features (ENH)
- Skip MD5 key derivation for AES-256 encrypted PDFs (#3694)

### Bug Fixes (BUG)
- Use remove_orphans in compress_identical_objects (#3310)
- Fix PdfReadError when xref table contains comments before trailer (#3710)
- Correctly verify AES padding during decryption (#3699)
- Fix stale object cache from non-authoritative object streams (#3698)
- Fix extract_links pairing when annotations include non-links (#3687)

### Documentation (DOC)
- Add AI policy (#3717)


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/textproc/py-pdf/Makefile
cvs rdiff -u -r1.54 -r1.55 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.60 pkgsrc/textproc/py-pdf/Makefile:1.61
--- pkgsrc/textproc/py-pdf/Makefile:1.60        Sun Mar 29 18:21:42 2026
+++ pkgsrc/textproc/py-pdf/Makefile     Wed Apr 15 18:36:37 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2026/03/29 18:21:42 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2026/04/15 18:36:37 wiz Exp $
 
-DISTNAME=      pypdf-6.9.2
+DISTNAME=      pypdf-6.10.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.9.2
-# 88 failed, 1055 passed, 24 skipped, 3 xfailed
+# as of 6.10.0
+# 88 failed, 1064 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.54 pkgsrc/textproc/py-pdf/distinfo:1.55
--- pkgsrc/textproc/py-pdf/distinfo:1.54        Sun Mar 29 18:21:42 2026
+++ pkgsrc/textproc/py-pdf/distinfo     Wed Apr 15 18:36:37 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.54 2026/03/29 18:21:42 wiz Exp $
+$NetBSD: distinfo,v 1.55 2026/04/15 18:36:37 wiz Exp $
 
-BLAKE2s (pypdf-6.9.2.tar.gz) = d9aa8e8eb4c11080bf29155a99de500cf53280f71a0f79fe76f1298cd35eb538
-SHA512 (pypdf-6.9.2.tar.gz) = 3f7f92262df9f2b7f61791491722eac7ce42943f3ce08397674c3ff8312f724510593db7c57fdabdf1696aa1d5ed9e596df3f47dc5d38368864ebafc340842ae
-Size (pypdf-6.9.2.tar.gz) = 5311837 bytes
+BLAKE2s (pypdf-6.10.0.tar.gz) = 263bc27bbf571cb1e5ac1b7a0852871700b0be063507af718d77450b1805f953
+SHA512 (pypdf-6.10.0.tar.gz) = 2fee170110959482c3e3d28480825460c6744309f3915a85b9c63d27e2b78d3d46fca3d0fca8db9861227efcad1d581fbb3ee18dfcb70c010c9067a6ac8f18fb
+Size (pypdf-6.10.0.tar.gz) = 5314833 bytes



Home | Main Index | Thread Index | Old Index