Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 12FBC84D21 for ; Thu, 7 Sep 2023 12:09:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Bkxpv-PbrNSN for ; Thu, 7 Sep 2023 12:09:13 +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 7541184CCC for ; Thu, 7 Sep 2023 12:09:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6453EFBDB; Thu, 7 Sep 2023 12:09:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1694088553295550" MIME-Version: 1.0 Date: Thu, 7 Sep 2023 12:09:13 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-pdf To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230907120913.6453EFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1694088553295550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Sep 7 12:09:13 UTC 2023 Modified Files: pkgsrc/textproc/py-pdf: Makefile distinfo Log Message: py-pdf: updated to 3.15.5 Version 3.15.5, 2023-09-03 Bug Fixes (BUG) - Cope with missing /I in articles - Fix image look-up table in EncodedStreamObject - remove_images not operating in sub level forms Robustness (ROB) - Cope with damaged PDF Version 3.15.4, 2023-08-27 Performance Improvements (PI) - Making pypdf as fast as pdfrw Maintenance (MAINT) - Relax typing_extensions version To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-pdf/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-pdf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1694088553295550 Content-Disposition: inline Content-Length: 1550 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.11 pkgsrc/textproc/py-pdf/Makefile:1.12 --- pkgsrc/textproc/py-pdf/Makefile:1.11 Sun Aug 27 02:57:50 2023 +++ pkgsrc/textproc/py-pdf/Makefile Thu Sep 7 12:09:13 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2023/08/27 02:57:50 adam Exp $ +# $NetBSD: Makefile,v 1.12 2023/09/07 12:09:13 adam Exp $ -DISTNAME= pypdf-3.15.3 +DISTNAME= pypdf-3.15.5 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.9 pkgsrc/textproc/py-pdf/distinfo:1.10 --- pkgsrc/textproc/py-pdf/distinfo:1.9 Sun Aug 27 02:57:50 2023 +++ pkgsrc/textproc/py-pdf/distinfo Thu Sep 7 12:09:13 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2023/08/27 02:57:50 adam Exp $ +$NetBSD: distinfo,v 1.10 2023/09/07 12:09:13 adam Exp $ -BLAKE2s (pypdf-3.15.3.tar.gz) = 071e666ee63ef370c2cae64055154be91be8eea5fedc932c8f76c6879372cebb -SHA512 (pypdf-3.15.3.tar.gz) = 45a6d74dea7c31a943f121293e334105df9df358a3e9accc14c9362f4cde20a9e57c0d5063aac8ab57260303c77c0e9aeecd6f81714bda6a98fe47262a5c00e1 -Size (pypdf-3.15.3.tar.gz) = 269925 bytes +BLAKE2s (pypdf-3.15.5.tar.gz) = b51c696efc0a60d4579f8411f21abce86c7a713607c2b6d917a107488282e35b +SHA512 (pypdf-3.15.5.tar.gz) = 1374a267de21faac2b1ced69de20ebb8380fc6cbb5275ce04d0ddff0cfc36e7cb3b33617ae7fa76d6684386f61dac8084710fd56a8684d5190969207432614b4 +Size (pypdf-3.15.5.tar.gz) = 271114 bytes --_----------=_1694088553295550--