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 Jun 7 21:20:28 UTC 2026
Modified Files:
pkgsrc/textproc/py-pdf: Makefile distinfo
Log Message:
py-pdf: update to 6.13.0.
## Version 6.13.0, 2026-06-05
### Security (SEC)
- Avoid infinite loops for outlines and text extraction (#3830)
### New Features (ENH)
- Add Japanese predefined CMaps (#3800)
- Font: Collect all character widths, not only those that can be unicode mapped (#3798)
### Robustness (ROB)
- Recover a corrupt trailing startxref pointer (closes #3238) (#3826)
- Handle /Pages node without /Kids during flattening (#3825)
- Accept inline image EI marker at the end of a content stream (#3827)
### Maintenance (MAINT)
- Type the always-raising deprecation helpers as `NoReturn` (#3819)
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/textproc/py-pdf/Makefile
cvs rdiff -u -r1.60 -r1.61 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.66 pkgsrc/textproc/py-pdf/Makefile:1.67
--- pkgsrc/textproc/py-pdf/Makefile:1.66 Fri May 29 13:06:48 2026
+++ pkgsrc/textproc/py-pdf/Makefile Sun Jun 7 21:20:28 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2026/05/29 13:06:48 adam Exp $
+# $NetBSD: Makefile,v 1.67 2026/06/07 21:20:28 wiz Exp $
-DISTNAME= pypdf-6.12.2
+DISTNAME= pypdf-6.13.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pypdf/}
Index: pkgsrc/textproc/py-pdf/distinfo
diff -u pkgsrc/textproc/py-pdf/distinfo:1.60 pkgsrc/textproc/py-pdf/distinfo:1.61
--- pkgsrc/textproc/py-pdf/distinfo:1.60 Fri May 29 13:06:48 2026
+++ pkgsrc/textproc/py-pdf/distinfo Sun Jun 7 21:20:28 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.60 2026/05/29 13:06:48 adam Exp $
+$NetBSD: distinfo,v 1.61 2026/06/07 21:20:28 wiz Exp $
-BLAKE2s (pypdf-6.12.2.tar.gz) = 38be344464d91a404c1b6b0714217cdef8f2e43e75e85ce285c7ead8525deb63
-SHA512 (pypdf-6.12.2.tar.gz) = 30b23e5f9d629660164ae787215cd917e4d5d3d8a164e4717c5a2b854589e6e53a3f4166f39a713989d3135907ab1e4541880d47d526dea9b1f4766739869e6a
-Size (pypdf-6.12.2.tar.gz) = 6468184 bytes
+BLAKE2s (pypdf-6.13.0.tar.gz) = a84b2cf2599bc1dc136cd8afbd6c7d9d56d907470f26394cbfb20527271c7731
+SHA512 (pypdf-6.13.0.tar.gz) = 069b2c9aa158f70ad31ab35f375bde37fae1ec8afb8ff515de0bad8a274968c17519e472e6d1aff54b196af12413f76cffef17914b22250830e31bd06cc84009
+Size (pypdf-6.13.0.tar.gz) = 6476995 bytes
Home |
Main Index |
Thread Index |
Old Index