pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/py-pspdfutils



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.

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



Home | Main Index | Thread Index | Old Index