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 Sep 13 13:22:47 UTC 2026

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

Log Message:
py-pdf: update to 6.18.1.

## Version 6.18.1, 2026-09-11

### Security (SEC)
- Further restrict FlateDecode recovery (#4073)
- Limit entry count for TrueType and Type1 font `/Widths` (#4072)
- Limit allowed length of tokens in parse_bfchar (#4071)

### Bug Fixes (BUG)
- Use current text matrix for visitor_text (#4062)
- Repeat the letter for /S /A and /S /a page labels past Z (#4065)
- Use font color for FreeText default appearance (#4051)

### Robustness (ROB)
- Fix compatibility with fonttools < 4.58.0 (#4050, #4059)

### Documentation (DOC)
- Use combined matrix in visitor examples (#4066)


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/textproc/py-pdf/Makefile
cvs rdiff -u -r1.69 -r1.70 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.76 pkgsrc/textproc/py-pdf/Makefile:1.77
--- pkgsrc/textproc/py-pdf/Makefile:1.76        Tue Sep  8 13:13:38 2026
+++ pkgsrc/textproc/py-pdf/Makefile     Sun Sep 13 13:22:47 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2026/09/08 13:13:38 adam Exp $
+# $NetBSD: Makefile,v 1.77 2026/09/13 13:22:47 wiz Exp $
 
-DISTNAME=      pypdf-6.18.0
+DISTNAME=      pypdf-6.18.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pypdf/}
@@ -29,8 +29,8 @@ USE_LANGUAGES=        # none
 .if make(test)
 ALLOW_NETWORK_ACCESS=  yes
 .endif
-# as of 6.16.1
-# 98 failed, 1296 passed, 24 skipped, 3 xfailed
+# as of 6.18.1
+# 97 failed, 1577 passed, 36 skipped, 3 xfailed
 
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/textproc/py-pdf/distinfo
diff -u pkgsrc/textproc/py-pdf/distinfo:1.69 pkgsrc/textproc/py-pdf/distinfo:1.70
--- pkgsrc/textproc/py-pdf/distinfo:1.69        Tue Sep  8 13:13:38 2026
+++ pkgsrc/textproc/py-pdf/distinfo     Sun Sep 13 13:22:47 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.69 2026/09/08 13:13:38 adam Exp $
+$NetBSD: distinfo,v 1.70 2026/09/13 13:22:47 wiz Exp $
 
-BLAKE2s (pypdf-6.18.0.tar.gz) = 8446beb4556e65a78c877092146a4008c235bd36f1e2e2c572ceb97481d7463d
-SHA512 (pypdf-6.18.0.tar.gz) = 15fb146d9837e4b258b81fa34279e7141a12a79c1b14a87e1ab288bc309a8db789f5fad163e2e147b92eef58b59ef8a3edeeb6f6638f03499a8cba7bc907d5e7
-Size (pypdf-6.18.0.tar.gz) = 7024871 bytes
+BLAKE2s (pypdf-6.18.1.tar.gz) = 38c662468cd849c7dfb88211498a3d0cdb7b3e20bdd55713691fe524d6577f80
+SHA512 (pypdf-6.18.1.tar.gz) = c4a452e1c87ae0e7c915df75471de5efb747230d0ee4391d4c6b47dab771a78ae07e85e9ad35736092a8066429237747c48afa0fd90bc140b392aeea1838bcf6
+Size (pypdf-6.18.1.tar.gz) = 7027577 bytes



Home | Main Index | Thread Index | Old Index