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:           Thu Aug 27 05:46:37 UTC 2026

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

Log Message:
py-pdf: updated to 6.16.2

6.16.2

Bug Fixes (BUG)
- Make remove_from_tree() work on outline items
- Be more lenient about space width in layout mode text extraction
- Do not scale the text leading by the font size
- Update annotation appearance stream matrix on page transform
- Allow repeated page references

Robustness (ROB)
- Improve RC4 fallback when cryptography can't provide it


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/textproc/py-pdf/Makefile
cvs rdiff -u -r1.67 -r1.68 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.74 pkgsrc/textproc/py-pdf/Makefile:1.75
--- pkgsrc/textproc/py-pdf/Makefile:1.74        Sun Aug 16 12:53:14 2026
+++ pkgsrc/textproc/py-pdf/Makefile     Thu Aug 27 05:46:37 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2026/08/16 12:53:14 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2026/08/27 05:46:37 adam Exp $
 
-DISTNAME=      pypdf-6.16.1
+DISTNAME=      pypdf-6.16.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pypdf/}
@@ -31,11 +31,6 @@ ALLOW_NETWORK_ACCESS=        yes
 # as of 6.16.1
 # 98 failed, 1296 passed, 24 skipped, 3 xfailed
 
-.include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} < 311
-DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.0:../../devel/py-typing-extensions
-.endif
-
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-pdf/distinfo
diff -u pkgsrc/textproc/py-pdf/distinfo:1.67 pkgsrc/textproc/py-pdf/distinfo:1.68
--- pkgsrc/textproc/py-pdf/distinfo:1.67        Sun Aug 16 12:53:14 2026
+++ pkgsrc/textproc/py-pdf/distinfo     Thu Aug 27 05:46:37 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.67 2026/08/16 12:53:14 wiz Exp $
+$NetBSD: distinfo,v 1.68 2026/08/27 05:46:37 adam Exp $
 
-BLAKE2s (pypdf-6.16.1.tar.gz) = b50362885341b38f86561feade5ec46193bd56ffb4eb97cfa5a927cef1258a90
-SHA512 (pypdf-6.16.1.tar.gz) = 729eb5f247977ba3ba2435294e968e494d3d59e5a4ce46246e37150d4fcca94e386aa9758f524e98a7d7c02a19a733df6cd0dba1e98589dfe26bb7476b165e0c
-Size (pypdf-6.16.1.tar.gz) = 7003737 bytes
+BLAKE2s (pypdf-6.16.2.tar.gz) = 29c45087ce170331375ec446b186221f6ef1c44a22aadc5555e30439638ff439
+SHA512 (pypdf-6.16.2.tar.gz) = bbbe58950e7d2190fd87ba374c37559985f3ae3fbbe5a88e5105b8dfae129c9f207010fb1c63c67fdbeae925b41b9d21c46aff8c5f12a608a76c8ef165395e2d
+Size (pypdf-6.16.2.tar.gz) = 7008996 bytes



Home | Main Index | Thread Index | Old Index