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:   adam
Date:           Fri Feb 13 12:13:58 UTC 2026

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

Log Message:
py-pdf: updated to 6.7.0

Version 6.7.0, 2026-02-08

Deprecations (DEP)
- Deprecate support for abbreviations in decode_stream_data

New Features (ENH)
- Add ability to add font resources for 14 Adobe Core fonts in text widget annotations

Bug Fixes (BUG)
- Avoid invalid load for ICCBased FlateDecode images in mode 1

Robustness (ROB)
- Fix AESV2 decryption when /Length missing in encrypt dict
- Fix merging when annotations point to NullObject
- Check for `self._info` being None in `compress_identical_objects`


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/textproc/py-pdf/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-pdf/PLIST
cvs rdiff -u -r1.46 -r1.47 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.52 pkgsrc/textproc/py-pdf/Makefile:1.53
--- pkgsrc/textproc/py-pdf/Makefile:1.52        Tue Jan 27 11:10:49 2026
+++ pkgsrc/textproc/py-pdf/Makefile     Fri Feb 13 12:13:57 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2026/01/27 11:10:49 adam Exp $
+# $NetBSD: Makefile,v 1.53 2026/02/13 12:13:57 adam Exp $
 
-DISTNAME=      pypdf-6.6.2
+DISTNAME=      pypdf-6.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pypdf/}

Index: pkgsrc/textproc/py-pdf/PLIST
diff -u pkgsrc/textproc/py-pdf/PLIST:1.18 pkgsrc/textproc/py-pdf/PLIST:1.19
--- pkgsrc/textproc/py-pdf/PLIST:1.18   Mon Jan 12 06:26:26 2026
+++ pkgsrc/textproc/py-pdf/PLIST        Fri Feb 13 12:13:57 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2026/01/12 06:26:26 wiz Exp $
+@comment $NetBSD: PLIST,v 1.19 2026/02/13 12:13:57 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -18,9 +18,9 @@ ${PYSITELIB}/pypdf/_codecs/_codecs.pyo
 ${PYSITELIB}/pypdf/_codecs/adobe_glyphs.py
 ${PYSITELIB}/pypdf/_codecs/adobe_glyphs.pyc
 ${PYSITELIB}/pypdf/_codecs/adobe_glyphs.pyo
-${PYSITELIB}/pypdf/_codecs/core_fontmetrics.py
-${PYSITELIB}/pypdf/_codecs/core_fontmetrics.pyc
-${PYSITELIB}/pypdf/_codecs/core_fontmetrics.pyo
+${PYSITELIB}/pypdf/_codecs/core_font_metrics.py
+${PYSITELIB}/pypdf/_codecs/core_font_metrics.pyc
+${PYSITELIB}/pypdf/_codecs/core_font_metrics.pyo
 ${PYSITELIB}/pypdf/_codecs/pdfdoc.py
 ${PYSITELIB}/pypdf/_codecs/pdfdoc.pyc
 ${PYSITELIB}/pypdf/_codecs/pdfdoc.pyo

Index: pkgsrc/textproc/py-pdf/distinfo
diff -u pkgsrc/textproc/py-pdf/distinfo:1.46 pkgsrc/textproc/py-pdf/distinfo:1.47
--- pkgsrc/textproc/py-pdf/distinfo:1.46        Tue Jan 27 11:10:49 2026
+++ pkgsrc/textproc/py-pdf/distinfo     Fri Feb 13 12:13:57 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.46 2026/01/27 11:10:49 adam Exp $
+$NetBSD: distinfo,v 1.47 2026/02/13 12:13:57 adam Exp $
 
-BLAKE2s (pypdf-6.6.2.tar.gz) = 16c71d115d38b1d9ffcb392318d1b2edf8c366a6f56205208f43a861fa2f0763
-SHA512 (pypdf-6.6.2.tar.gz) = 20c6bd858c4d86e162e361812b95a7513e0d181acbee14bdc906e82bc87d40db7316a8de337fbf0f39eb9b655cb7b5673898f4f31ba084a7e2ba40ceddda1e4b
-Size (pypdf-6.6.2.tar.gz) = 5281850 bytes
+BLAKE2s (pypdf-6.7.0.tar.gz) = 30aeb05f59c3d6d5959813d1a3b63bbfdfe575fe35aebd1d6aa9efa371f9a843
+SHA512 (pypdf-6.7.0.tar.gz) = 1f8ebd9af2a73b939050634d49ddb990c14afad19f1a6a0e18651d33ef7f7e251864fd0613117fef906a2dc65128e4594a09f05950ca79d626967cbbce1b8da3
+Size (pypdf-6.7.0.tar.gz) = 5299947 bytes



Home | Main Index | Thread Index | Old Index