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 Aug 26 15:02:58 UTC 2024

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

Log Message:
py-pikepdf: updated to 9.2.0

v9.2.0

- Updated C++/Python exception translation to new pybind11 2.12.0+ protocol,
  fixing possible undefined behavior in multithreaded applications.
- pybind11 2.12.0 is now required.
- qpdf 11.9.1 is now used to build wheels.
- Modernized copyright information to REUSE.toml specification.
- Added a new test file for a rare case, CCITT with EndOfLine=True.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/py-pikepdf/Makefile
cvs rdiff -u -r1.5 -r1.6 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.6 pkgsrc/print/py-pikepdf/Makefile:1.7
--- pkgsrc/print/py-pikepdf/Makefile:1.6        Sat Aug 10 13:20:11 2024
+++ pkgsrc/print/py-pikepdf/Makefile    Mon Aug 26 15:02:57 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2024/08/10 13:20:11 adam Exp $
+# $NetBSD: Makefile,v 1.7 2024/08/26 15:02:57 adam Exp $
 
-DISTNAME=      pikepdf-9.1.1
+DISTNAME=      pikepdf-9.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pikepdf/}
@@ -25,8 +25,6 @@ USE_CXX_FEATURES=     c++17
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            pkg-config
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../print/qpdf/buildlink3.mk"
 .include "../../devel/py-pybind11/buildlink3.mk"
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/print/py-pikepdf/distinfo
diff -u pkgsrc/print/py-pikepdf/distinfo:1.5 pkgsrc/print/py-pikepdf/distinfo:1.6
--- pkgsrc/print/py-pikepdf/distinfo:1.5        Sat Aug 10 13:20:11 2024
+++ pkgsrc/print/py-pikepdf/distinfo    Mon Aug 26 15:02:57 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/08/10 13:20:11 adam Exp $
+$NetBSD: distinfo,v 1.6 2024/08/26 15:02:57 adam Exp $
 
-BLAKE2s (pikepdf-9.1.1.tar.gz) = 3c19257d5ad1a525b584de71f3b3320d596f6888f65250ac88817c5da6cfe669
-SHA512 (pikepdf-9.1.1.tar.gz) = 0b3c2c89d9226212806791e00470c2c64147f0738d26bfe9c5288414cf515760213e3cdc70a62ef3f53a0ee43b7d8e2cc0076f14fe22bdbac2ff50e0a8984164
-Size (pikepdf-9.1.1.tar.gz) = 2869514 bytes
+BLAKE2s (pikepdf-9.2.0.tar.gz) = 2dec19e8e503d2f3017fd1ecae3fbfa68a07a796d0edb427a1ac0862a7697092
+SHA512 (pikepdf-9.2.0.tar.gz) = 0e2c5e647ccb24691c11eeb41569a8f7250fb8ca55a5c76aa1ae250c9fc49cd2bfe73db6f599928b14d46a678ef71b6e6f430e134d9891139176b90a2f853e17
+Size (pikepdf-9.2.0.tar.gz) = 2905389 bytes



Home | Main Index | Thread Index | Old Index