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:           Fri Jan  3 10:53:29 UTC 2025

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

Log Message:
py-pikepdf: updated to 9.5.0

v9.5.0

- Created setter for Outline management to make manipulating outlines easier.
  Thanks @Zhongheng-Cheng for this contribution. :issue:`636`
- pikepdf now sets XMP properties as subelements instead of inline properties,
  in line with the XMP specification. Thanks @federicobond. :issue:`628`
- pikepdf an issue with converting certain images to PIL. Thanks @DaveDeCaprio.
  :issue:`632`
- Added a new ``pikepdf.exceptions`` module which organizes all exceptions more
  conveniently.
- pikepdf now tries harder to extract corrupt images in a PDF when they are found.
- Fixed an issue where an exception handler referred to an object not in scope,
  causing another exception. Thanks @dhazelett. :issue:`627`
- Dropped a comment about an unsupported dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/py-pikepdf/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/py-pikepdf/PLIST
cvs rdiff -u -r1.11 -r1.12 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.14 pkgsrc/print/py-pikepdf/Makefile:1.15
--- pkgsrc/print/py-pikepdf/Makefile:1.14       Mon Nov 18 10:36:49 2024
+++ pkgsrc/print/py-pikepdf/Makefile    Fri Jan  3 10:53:29 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2024/11/18 10:36:49 adam Exp $
+# $NetBSD: Makefile,v 1.15 2025/01/03 10:53:29 adam Exp $
 
-DISTNAME=      pikepdf-9.4.2
+DISTNAME=      pikepdf-9.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pikepdf/}

Index: pkgsrc/print/py-pikepdf/PLIST
diff -u pkgsrc/print/py-pikepdf/PLIST:1.2 pkgsrc/print/py-pikepdf/PLIST:1.3
--- pkgsrc/print/py-pikepdf/PLIST:1.2   Tue Jun 11 08:52:23 2024
+++ pkgsrc/print/py-pikepdf/PLIST       Fri Jan  3 10:53:29 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2024/06/11 08:52:23 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/01/03 10:53:29 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -36,6 +36,9 @@ ${PYSITELIB}/pikepdf/canvas.pyo
 ${PYSITELIB}/pikepdf/codec.py
 ${PYSITELIB}/pikepdf/codec.pyc
 ${PYSITELIB}/pikepdf/codec.pyo
+${PYSITELIB}/pikepdf/exceptions.py
+${PYSITELIB}/pikepdf/exceptions.pyc
+${PYSITELIB}/pikepdf/exceptions.pyo
 ${PYSITELIB}/pikepdf/jbig2.py
 ${PYSITELIB}/pikepdf/jbig2.pyc
 ${PYSITELIB}/pikepdf/jbig2.pyo

Index: pkgsrc/print/py-pikepdf/distinfo
diff -u pkgsrc/print/py-pikepdf/distinfo:1.11 pkgsrc/print/py-pikepdf/distinfo:1.12
--- pkgsrc/print/py-pikepdf/distinfo:1.11       Mon Nov 18 10:36:49 2024
+++ pkgsrc/print/py-pikepdf/distinfo    Fri Jan  3 10:53:29 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2024/11/18 10:36:49 adam Exp $
+$NetBSD: distinfo,v 1.12 2025/01/03 10:53:29 adam Exp $
 
-BLAKE2s (pikepdf-9.4.2.tar.gz) = c9cdce50643d4b5eefa149a7ef7381ef1e2cc6e3535cd92fd9bde70577f7068b
-SHA512 (pikepdf-9.4.2.tar.gz) = 2dc84672941a283da5486b2664252b6cd0612d7d2f9e8d10e3ae41f494be89821431568872b6b60045ffb2f1f687cea055093229ee443997997a8fae56e43e0b
-Size (pikepdf-9.4.2.tar.gz) = 2914992 bytes
+BLAKE2s (pikepdf-9.5.0.tar.gz) = db67d3b6c0b7c3a4ebaa74785035752081669dcfefe8796f0175e66c149a2048
+SHA512 (pikepdf-9.5.0.tar.gz) = 6b73343fc6f93168059c106aa344b73f483802a2d222fbd5d16daffebe87c887ad2d757874856f4c6f776c39f78b3fe33e985abba80f0318cc65e69aaa369143
+Size (pikepdf-9.5.0.tar.gz) = 2916148 bytes



Home | Main Index | Thread Index | Old Index