Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6C14D84CFE for ; Thu, 24 Aug 2023 20:05:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Bx747yBILGJm for ; Thu, 24 Aug 2023 20:05:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D1A4084F4F for ; Thu, 24 Aug 2023 20:05:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CE756FBDB; Thu, 24 Aug 2023 20:05:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1692907525108390" MIME-Version: 1.0 Date: Thu, 24 Aug 2023 20:05:25 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/py-pdf To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230824200525.CE756FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1692907525108390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Aug 24 20:05:25 UTC 2023 Modified Files: pkgsrc/textproc/py-pdf: Makefile distinfo Log Message: py-pdf: update to 3.15.1. ## Version 3.15.1, 2023-08-13 ### Performance Improvements (PI) - optimize _decode_png_prediction (#2068) ### Bug Fixes (BUG) - Fix incorrect tm_matrix in call to visitor_text (#2060) - Writing German characters into form fields (#2047) - Prevent stall when accessing image in corrupted pdf (#2081) - append() fails when articles do not have /T (#2080) ### Robustness (ROB) - Cope with xref not followed by separator (#2083) ## Version 3.15.0, 2023-08-06 ### New Features (ENH) - Add `level` parameter to compress_content_streams (#2044) - Process /uniHHHH for text_extract (#2043) ### Bug Fixes (BUG) - Fix AnnotationBuilder.link (#2066) - JPX image without ColorSpace (#2062) - Added check for field /Info when cloning reader document (#2055) - Fix indexed/CMYK images (#2039) ### Maintenance (MAINT) - Cryptography as primary dependency (#2053) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-pdf/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-pdf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1692907525108390 Content-Disposition: inline Content-Length: 1549 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-pdf/Makefile diff -u pkgsrc/textproc/py-pdf/Makefile:1.9 pkgsrc/textproc/py-pdf/Makefile:1.10 --- pkgsrc/textproc/py-pdf/Makefile:1.9 Wed Aug 16 00:38:05 2023 +++ pkgsrc/textproc/py-pdf/Makefile Thu Aug 24 20:05:25 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2023/08/16 00:38:05 gutteridge Exp $ +# $NetBSD: Makefile,v 1.10 2023/08/24 20:05:25 wiz Exp $ -DISTNAME= pypdf-3.14.0 +DISTNAME= pypdf-3.15.1 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.7 pkgsrc/textproc/py-pdf/distinfo:1.8 --- pkgsrc/textproc/py-pdf/distinfo:1.7 Sat Aug 5 07:29:15 2023 +++ pkgsrc/textproc/py-pdf/distinfo Thu Aug 24 20:05:25 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2023/08/05 07:29:15 adam Exp $ +$NetBSD: distinfo,v 1.8 2023/08/24 20:05:25 wiz Exp $ -BLAKE2s (pypdf-3.14.0.tar.gz) = 78d2df78375696166a302d55e07b85f14afbaa22c5248691cdd34fe3f68a4beb -SHA512 (pypdf-3.14.0.tar.gz) = 22657c2960607575a9e5034d83a1994f9d9718f18b8b09726f201201206a88d7e6339c54a0c4ee57befaa74780c7720eee562a9d31e869974d8f1957a48dd266 -Size (pypdf-3.14.0.tar.gz) = 267578 bytes +BLAKE2s (pypdf-3.15.1.tar.gz) = 5aa34a0f1a49399b5210be52901e99ffed5939bd2e1bfa9034d07c364b5f0f3b +SHA512 (pypdf-3.15.1.tar.gz) = 14eb4c27883301ced7ed3f75bb1d403299744062276dc7fabb8dab17236c9b0637852a450a1279831c1874f764dcb1663a454311e126a4ff61a765a91e5fefce +Size (pypdf-3.15.1.tar.gz) = 268859 bytes --_----------=_1692907525108390--