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 Jan 11 05:40:23 UTC 2026

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

Log Message:
py-pdf: update to 6.6.0.

## Version 6.6.0, 2026-01-09

### Security (SEC)
- Improve handling of partially broken PDF files (#3594)

### Deprecations (DEP)
- Block common page content modifications when assigned to reader (#3582)

### New Features (ENH)
- Embellishments to generated text appearance streams (#3571)

### Bug Fixes (BUG)
- Do not consider multi-byte BOM-like sequences as BOMs (#3589)

### Robustness (ROB)
- Avoid empty FlateDecode outputs without warning (#3579)

### Documentation (DOC)
- Add outlines documentation and link it in User Guide (#3511)

### Developer Experience (DEV)
- Add PyPy 3.11 to test matrix and benchmarks (#3574)

### Maintenance (MAINT)
- Fix compatibility with Pillow >= 12.1.0 (#3590)


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/textproc/py-pdf/Makefile
cvs rdiff -u -r1.44 -r1.45 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.50 pkgsrc/textproc/py-pdf/Makefile:1.51
--- pkgsrc/textproc/py-pdf/Makefile:1.50        Wed Dec 24 16:46:48 2025
+++ pkgsrc/textproc/py-pdf/Makefile     Sun Jan 11 05:40:22 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2025/12/24 16:46:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.51 2026/01/11 05:40:22 wiz Exp $
 
-DISTNAME=      pypdf-6.5.0
+DISTNAME=      pypdf-6.6.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.4.0
-# 85 failed, 971 passed, 23 skipped, 3 xfailed
+# as of 6.6.0
+# 86 failed, 992 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.44 pkgsrc/textproc/py-pdf/distinfo:1.45
--- pkgsrc/textproc/py-pdf/distinfo:1.44        Wed Dec 24 16:46:48 2025
+++ pkgsrc/textproc/py-pdf/distinfo     Sun Jan 11 05:40:22 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.44 2025/12/24 16:46:48 ryoon Exp $
+$NetBSD: distinfo,v 1.45 2026/01/11 05:40:22 wiz Exp $
 
-BLAKE2s (pypdf-6.5.0.tar.gz) = f76734a4387b0a2f0c2ed173b0ffb251c382f9f3354cc9624ce9d8ea5fec9508
-SHA512 (pypdf-6.5.0.tar.gz) = 30a4f17f4691bb578f995a4d6640a717b2f631884dec1d5b5584d206fd123783646036e8ffeec0f27006ab0b890bca61702beb456a44f947b74f44be0a62f941
-Size (pypdf-6.5.0.tar.gz) = 5277655 bytes
+BLAKE2s (pypdf-6.6.0.tar.gz) = acc256619b5c502eccac372563a29dba2713bb8ebcfd8cadd8e1094589dc8e89
+SHA512 (pypdf-6.6.0.tar.gz) = 11a0cdccbf3e33f28226b994d3148ed3ca84e611a52048e4c73d9202c0199ac95ec8e7618b392bcfc55148087de105adbca5baeae4ffc45dfffb35eaf2e11f67
+Size (pypdf-6.6.0.tar.gz) = 5281063 bytes



Home | Main Index | Thread Index | Old Index