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: Wed Nov 19 13:57:20 UTC 2025
Modified Files:
pkgsrc/print/py-pikepdf: Makefile distinfo
Log Message:
py-pikepdf: updated to 10.0.2
v10
Breaking changes for v10.x:
- Dropped Python 3.9 compatibility, since it is end of life. Python 3.10 through
3.14 are supported.
- Dropped macOS 13 support, since it is end of life.
- Dropped macOS 14 Intel wheels, because GitHub doesn't provide a way to build
them - macOS 15 Intel works fine.
- Dropped deprecated method `Pdf.check()` (use `.check_pdf_syntax()`).
pikepdf now declares unstable "support" for freethreading, and does not publish
freethreading wheels. All tests seem to pass, but that's because the existing
tests don't try to create race conditions. Must be compiled manually.
v10.0.2
- Fixed presentation of strings using `unparse_content_stream` - if the stream can be represented using PdfDocEncoding, it is rendered in that way for ease of reading. :issue:`682`
- Reformatted C++ source.
v10.0.1
- Fixed issue with performing equality test on dictionaries with cyclic subgraphs.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/print/py-pikepdf/Makefile
cvs rdiff -u -r1.17 -r1.18 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.22 pkgsrc/print/py-pikepdf/Makefile:1.23
--- pkgsrc/print/py-pikepdf/Makefile:1.22 Thu Oct 9 07:57:54 2025
+++ pkgsrc/print/py-pikepdf/Makefile Wed Nov 19 13:57:19 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2025/10/09 07:57:54 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2025/11/19 13:57:19 adam Exp $
-DISTNAME= pikepdf-9.11.0
+DISTNAME= pikepdf-10.0.2
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.17 pkgsrc/print/py-pikepdf/distinfo:1.18
--- pkgsrc/print/py-pikepdf/distinfo:1.17 Fri Oct 3 11:53:12 2025
+++ pkgsrc/print/py-pikepdf/distinfo Wed Nov 19 13:57:19 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2025/10/03 11:53:12 adam Exp $
+$NetBSD: distinfo,v 1.18 2025/11/19 13:57:19 adam Exp $
-BLAKE2s (pikepdf-9.11.0.tar.gz) = 8812ad3561d6a94ce0bf62a8de094cdbfa343d21aa76b3d02c0c37c94a56cbea
-SHA512 (pikepdf-9.11.0.tar.gz) = b92c1aa285935faccf8f1058aff25bf1ba906d8e6e4cca986f6fed59c2faf9cb9f1c5a3aeebd2899dac7fbe2489af627c76a751963657aa476c16eb1374b34ad
-Size (pikepdf-9.11.0.tar.gz) = 4546289 bytes
+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
Home |
Main Index |
Thread Index |
Old Index