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: Sun Jul 13 10:39:43 UTC 2025
Modified Files:
pkgsrc/print/py-pspdfutils: Makefile PLIST distinfo
Log Message:
py-pspdfutils: update to 3.3.11.
This release fixes some file object leaks.
This had no impact on normal use in most cases, except in extractres
where it would be theoretically possible to exhaust the file
descriptor table if many different resources were present in a
PostScript file.
However, it showed up when running the tests with Python warnings
enabled.
The test setup has been fixed to run with -Wdefault.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/print/py-pspdfutils/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/py-pspdfutils/PLIST
cvs rdiff -u -r1.14 -r1.15 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.24 pkgsrc/print/py-pspdfutils/Makefile:1.25
--- pkgsrc/print/py-pspdfutils/Makefile:1.24 Sun May 18 10:16:48 2025
+++ pkgsrc/print/py-pspdfutils/Makefile Sun Jul 13 10:39:42 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2025/05/18 10:16:48 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2025/07/13 10:39:42 wiz Exp $
-DISTNAME= psutils-3.3.10
+DISTNAME= psutils-3.3.11
# renamed from pspdfutils to psutils in 3.3.7
# TODO: follow suit
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/ps/pspdf/}
@@ -27,12 +27,14 @@ INSTALLATION_DIRS+= ${PKGMANDIR}
PYTHON_SELF_CONFLICT= yes
.include "../../mk/bsd.prefs.mk"
+
post-install:
- ${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/psutils-3.3.10.dist-info/.bak.0.SOURCES.txt
+ ${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/psutils-3.3.11.dist-info/.bak.0.SOURCES.txt
.if ${PKGMANDIR} != "share/man"
cd ${DESTDIR}${PREFIX}/share/man && ${MV} * ${DESTDIR}${PREFIX}/${PKGMANDIR}
.endif
.include "../../print/libpaper/buildlink3.mk"
+.include "../../graphics/ImageMagick/buildlink3.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/py-pspdfutils/PLIST
diff -u pkgsrc/print/py-pspdfutils/PLIST:1.3 pkgsrc/print/py-pspdfutils/PLIST:1.4
--- pkgsrc/print/py-pspdfutils/PLIST:1.3 Sun Apr 13 12:43:01 2025
+++ pkgsrc/print/py-pspdfutils/PLIST Sun Jul 13 10:39:42 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2025/04/13 12:43:01 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/07/13 10:39:42 wiz Exp $
bin/epsffit
bin/extractres
bin/includeres
@@ -78,4 +78,3 @@ man/man1/psresize.1
man/man1/psselect.1
man/man1/pstops.1
man/man1/psutils.1
-@pkgdir share/man
Index: pkgsrc/print/py-pspdfutils/distinfo
diff -u pkgsrc/print/py-pspdfutils/distinfo:1.14 pkgsrc/print/py-pspdfutils/distinfo:1.15
--- pkgsrc/print/py-pspdfutils/distinfo:1.14 Sun May 18 10:16:48 2025
+++ pkgsrc/print/py-pspdfutils/distinfo Sun Jul 13 10:39:42 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/05/18 10:16:48 wiz Exp $
+$NetBSD: distinfo,v 1.15 2025/07/13 10:39:42 wiz Exp $
-BLAKE2s (psutils-3.3.10.tar.gz) = a708a8768f0a689db58c6bf43fd17b957d48f9969e2b4846b2daa506e5148288
-SHA512 (psutils-3.3.10.tar.gz) = 6d01bb7160335019d0c512b400cbc82b1313d9265e461123629982ce0c4f870161f13d2807340e9dbb12aa4820e2006d539238e6fc95b1f66862e4f187d7df95
-Size (psutils-3.3.10.tar.gz) = 1245517 bytes
+BLAKE2s (psutils-3.3.11.tar.gz) = 3a75aeecd285238b46bc5fbc82003c3b4d7df211931c10fedb03f9de738da01c
+SHA512 (psutils-3.3.11.tar.gz) = c20ce27105c2593028f91928531b9b08936dfa6e323b595e94aceb5e5126e0f8713fe7b2ba6333493fe4b30c620474ba6f6b8a6a290062145714ffd6d09a0f96
+Size (psutils-3.3.11.tar.gz) = 1245613 bytes
Home |
Main Index |
Thread Index |
Old Index