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:           Tue Apr 15 05:25:24 UTC 2025

Modified Files:
        pkgsrc/print/py-pikepdf: Makefile PLIST distinfo

Log Message:
py-pikepdf: updated to 9.7.0

v9.7.0

Merged :pr:`639`, a branch containing support for calculating the current transformation matrix at time of rendering. This is a valuable building block for users wishing to determine when and where 
images are drawn. Thanks @rakurtz for the contribution.
Clarified need for setuptools 77.0.3 to build. :issue:`648`

v9.6.0

pikepdf.Object that are indirect objects now raise an exception on attempts to hash them (add to dict-type containers), since they are in fact potentially mutable. For now, direct objects can still 
be hashed, but this is likely to be discontinued. :issue:`647`
Wheels are now built against qpdf 12.0.0, which should bring performance improvements for most workloads.
qpdf 11.9.0 is now the minimum build requirement.
We no longer build PyPy wheels on macOS, due to poor supporting infrastructure and unfixed issues. pikepdf will likely drop PyPy in its next major release.
pikepdf._core._ObjectList no longer reports its repr() correctly on Windows. This issue appears to be a compiler bug in MSVC++ and has no known resolution, but also very minor impact.
setuptools 77.0.3 is now required for building.
Updates to tooling.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/print/py-pikepdf/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/py-pikepdf/PLIST
cvs rdiff -u -r1.14 -r1.15 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.17 pkgsrc/print/py-pikepdf/Makefile:1.18
--- pkgsrc/print/py-pikepdf/Makefile:1.17       Fri Feb  7 13:29:49 2025
+++ pkgsrc/print/py-pikepdf/Makefile    Tue Apr 15 05:25:24 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2025/02/07 13:29:49 adam Exp $
+# $NetBSD: Makefile,v 1.18 2025/04/15 05:25:24 adam Exp $
 
-DISTNAME=      pikepdf-9.5.2
+DISTNAME=      pikepdf-9.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pikepdf/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/pikepdf/pik
 COMMENT=       Read and write PDFs with Python, powered by qpdf
 LICENSE=       mpl-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-Pillow>=10.0.1:../../graphics/py-Pillow
 DEPENDS+=      ${PYPKGPREFIX}-deprecated-[0-9]*:../../devel/py-deprecated
 DEPENDS+=      ${PYPKGPREFIX}-lxml>=4.8:../../textproc/py-lxml

Index: pkgsrc/print/py-pikepdf/PLIST
diff -u pkgsrc/print/py-pikepdf/PLIST:1.3 pkgsrc/print/py-pikepdf/PLIST:1.4
--- pkgsrc/print/py-pikepdf/PLIST:1.3   Fri Jan  3 10:53:29 2025
+++ pkgsrc/print/py-pikepdf/PLIST       Tue Apr 15 05:25:24 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2025/01/03 10:53:29 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+@comment $NetBSD: PLIST,v 1.4 2025/04/15 05:25:24 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/pikepdf/__init__.py
 ${PYSITELIB}/pikepdf/__init__.pyc
@@ -51,6 +51,9 @@ ${PYSITELIB}/pikepdf/models/_content_str
 ${PYSITELIB}/pikepdf/models/_transcoding.py
 ${PYSITELIB}/pikepdf/models/_transcoding.pyc
 ${PYSITELIB}/pikepdf/models/_transcoding.pyo
+${PYSITELIB}/pikepdf/models/ctm.py
+${PYSITELIB}/pikepdf/models/ctm.pyc
+${PYSITELIB}/pikepdf/models/ctm.pyo
 ${PYSITELIB}/pikepdf/models/encryption.py
 ${PYSITELIB}/pikepdf/models/encryption.pyc
 ${PYSITELIB}/pikepdf/models/encryption.pyo

Index: pkgsrc/print/py-pikepdf/distinfo
diff -u pkgsrc/print/py-pikepdf/distinfo:1.14 pkgsrc/print/py-pikepdf/distinfo:1.15
--- pkgsrc/print/py-pikepdf/distinfo:1.14       Fri Feb  7 13:29:49 2025
+++ pkgsrc/print/py-pikepdf/distinfo    Tue Apr 15 05:25:24 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/02/07 13:29:49 adam Exp $
+$NetBSD: distinfo,v 1.15 2025/04/15 05:25:24 adam Exp $
 
-BLAKE2s (pikepdf-9.5.2.tar.gz) = 239021c16975b1bdb56a5e4c93222b6e9a0452d6cfe1166b719d65848f740559
-SHA512 (pikepdf-9.5.2.tar.gz) = ac7c33c7cd23e34eb1bd518aae7167285cca6cc710e37f05cac03512666777848a2ad3d17a72654832564a8521e69ea0d124c70c61aca0bed7123475bf03a359
-Size (pikepdf-9.5.2.tar.gz) = 2916549 bytes
+BLAKE2s (pikepdf-9.7.0.tar.gz) = 4853015c64727ac53d8ee472e20098485b8e58e887d1be10e5ef88eb16f205f9
+SHA512 (pikepdf-9.7.0.tar.gz) = da95f966eefbed76ca163fc6ba732b82cf68abd6bb92bfcb972ca56cde60cec8e9a726fe86a11f60797694c7ac20ad69c46e5c68c99c3eef4bf9c3f0cefbacf5
+Size (pikepdf-9.7.0.tar.gz) = 2921981 bytes



Home | Main Index | Thread Index | Old Index