Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D92D184E5A for ; Thu, 24 Aug 2023 20:14:11 +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 Fj8ZOhCA0B-D for ; Thu, 24 Aug 2023 20:14:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 416EC84CFE for ; Thu, 24 Aug 2023 20:14:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 35FC6FBDB; Thu, 24 Aug 2023 20:14:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169290805147370" MIME-Version: 1.0 Date: Thu, 24 Aug 2023 20:14:11 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/print/py-pspdfutils To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230824201411.35FC6FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169290805147370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Thu Aug 24 20:14:11 UTC 2023 Modified Files: pkgsrc/print/py-pspdfutils: Makefile distinfo Log Message: py-pspdfutils: update to 3.1.1. 3.1.1 This release is a minor update that requires pypdf 3.15.2, as this release changed some test results cosmetically. There is no need to upgrade if you’re not concerned with running the tests. 3.1.0 This release adds the ability to pass the page specs to psnup without the --specs flag, for backwards compatibility with PSUtils 1.x. This usage is deprecated, and is not recommended, but in 1.x it was mandatory. The release also fixes PDF output when the output is sent to standard output. Thanks to James Clark for reporting both bugs. 3.0.9 This release updates to PyPDF 3.15. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/print/py-pspdfutils/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/py-pspdfutils/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169290805147370 Content-Disposition: inline Content-Length: 1932 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/py-pspdfutils/Makefile diff -u pkgsrc/print/py-pspdfutils/Makefile:1.9 pkgsrc/print/py-pspdfutils/Makefile:1.10 --- pkgsrc/print/py-pspdfutils/Makefile:1.9 Sat Aug 5 07:35:24 2023 +++ pkgsrc/print/py-pspdfutils/Makefile Thu Aug 24 20:14:11 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2023/08/05 07:35:24 adam Exp $ +# $NetBSD: Makefile,v 1.10 2023/08/24 20:14:11 wiz Exp $ -DISTNAME= pspdfutils-3.0.8 +DISTNAME= pspdfutils-3.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= print python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pspdfutils/} @@ -29,6 +29,7 @@ post-install: .if ${PKGMANDIR} != "share/man" cd ${DESTDIR}${PREFIX}/share/man && ${MV} * ${DESTDIR}${PREFIX}/${PKGMANDIR} .endif + ${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/pspdfutils-3.1.1.dist-info/.bak.0.SOURCES.txt # still needs 'make install' # most tests don't pass, should be investigated Index: pkgsrc/print/py-pspdfutils/distinfo diff -u pkgsrc/print/py-pspdfutils/distinfo:1.4 pkgsrc/print/py-pspdfutils/distinfo:1.5 --- pkgsrc/print/py-pspdfutils/distinfo:1.4 Sat Aug 5 07:35:24 2023 +++ pkgsrc/print/py-pspdfutils/distinfo Thu Aug 24 20:14:11 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2023/08/05 07:35:24 adam Exp $ +$NetBSD: distinfo,v 1.5 2023/08/24 20:14:11 wiz Exp $ -BLAKE2s (pspdfutils-3.0.8.tar.gz) = cb1ce4afd9d8554338ce8f0e5146a1e9e45c7c98f1f2eb3d06a189985acc213b -SHA512 (pspdfutils-3.0.8.tar.gz) = 208e6ef63bf43ae104841140e6353747787bc3deefef6e1af654d0ee0548a85c86f77c4e51b043eddd5d708cd2dfc7600001971c723c6e82542fcf1e7420581b -Size (pspdfutils-3.0.8.tar.gz) = 1108085 bytes +BLAKE2s (pspdfutils-3.1.1.tar.gz) = 5c87ad62ab7a2cf47582245d09a6bbbde3754ceb27b9d07405148fb3d6ceae12 +SHA512 (pspdfutils-3.1.1.tar.gz) = ea388fa57b921b5cab8539f16e106c13eb3fbf070eaa3bb909be4e44b64aa1f1c2201d66455e36fe22e5e4628d90a4e3fadf3d9eff33cb2ed9a219fbe9ddc90d +Size (pspdfutils-3.1.1.tar.gz) = 1110949 bytes --_----------=_169290805147370--