pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/py-pikepdf
Module Name: pkgsrc
Committed By: adam
Date: Mon Dec 22 10:08:24 UTC 2025
Modified Files:
pkgsrc/print/py-pikepdf: Makefile distinfo
Log Message:
py-pikepdf: updated to 10.0.3
10.0.3
- Fixed an issue where `PdfImage.as_pil_image()` would create additional unused objects in the PDF that called it.
- Fixed a shutdown segfault in the alpha release of Python 3.15.
- Fixed `Pdf.show_xref_table()` not actually showing its output.
- python-xmp-toolkit 2.1.0 is effective a breaking change, requiring a new version of libexempi to be installed that is not available on some cibuildwheel builders. As a workaround, we have pinned
the older version.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/print/py-pikepdf/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/print/py-pikepdf/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-pikepdf/Makefile
diff -u pkgsrc/print/py-pikepdf/Makefile:1.23 pkgsrc/print/py-pikepdf/Makefile:1.24
--- pkgsrc/print/py-pikepdf/Makefile:1.23 Wed Nov 19 13:57:19 2025
+++ pkgsrc/print/py-pikepdf/Makefile Mon Dec 22 10:08:24 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2025/11/19 13:57:19 adam Exp $
+# $NetBSD: Makefile,v 1.24 2025/12/22 10:08:24 adam Exp $
-DISTNAME= pikepdf-10.0.2
+DISTNAME= pikepdf-10.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= print python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pikepdf/}
Index: pkgsrc/print/py-pikepdf/distinfo
diff -u pkgsrc/print/py-pikepdf/distinfo:1.18 pkgsrc/print/py-pikepdf/distinfo:1.19
--- pkgsrc/print/py-pikepdf/distinfo:1.18 Wed Nov 19 13:57:19 2025
+++ pkgsrc/print/py-pikepdf/distinfo Mon Dec 22 10:08:24 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2025/11/19 13:57:19 adam Exp $
+$NetBSD: distinfo,v 1.19 2025/12/22 10:08:24 adam Exp $
-BLAKE2s (pikepdf-10.0.2.tar.gz) = c1113eb10086dda49bab2619e93450175f8987a73970f3107b357d487d8df80d
-SHA512 (pikepdf-10.0.2.tar.gz) = f2f269958222899bdec91a1145ea311cc42ee69bfae034db01b64fc038e2f9f886e795995a278c320f5768f06265b2e852e081087522fcd3a646f692afc5ccfc
-Size (pikepdf-10.0.2.tar.gz) = 4548116 bytes
+BLAKE2s (pikepdf-10.0.3.tar.gz) = f8aa8208feaa6ea8ccb3613aaa0521e75b4db34a0d5aa67d57683e9f54e873b8
+SHA512 (pikepdf-10.0.3.tar.gz) = 9d7bb739b27555524c4c70018c5d8425d079cfd70234b66a8e005980f19bcc27ac6f363e2aeb54badc042906a486ffc4eadbe4bd22a930c1eb969b7d46a0442f
+Size (pikepdf-10.0.3.tar.gz) = 4549203 bytes
Home |
Main Index |
Thread Index |
Old Index