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 Oct  9 08:20:15 UTC 2024

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

Log Message:
py-pikepdf: updated to 9.3.0

v9.3.0

- Integrated OSS Fuzz.
- Prevented generation of PDF date strings with invalid trailing apostrophes,
  while still accepting them.
- Improved error message on parsing invalid date strings.
- Dropped support for Python 3.8 (end of life October 2024).


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/py-pikepdf/Makefile
cvs rdiff -u -r1.7 -r1.8 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.8 pkgsrc/print/py-pikepdf/Makefile:1.9
--- pkgsrc/print/py-pikepdf/Makefile:1.8        Wed Sep  4 13:10:06 2024
+++ pkgsrc/print/py-pikepdf/Makefile    Wed Oct  9 08:20:15 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2024/09/04 13:10:06 adam Exp $
+# $NetBSD: Makefile,v 1.9 2024/10/09 08:20:15 adam Exp $
 
-DISTNAME=      pikepdf-9.2.1
+DISTNAME=      pikepdf-9.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pikepdf/}
@@ -25,6 +25,8 @@ USE_CXX_FEATURES=     c++17
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            pkg-config
 
+PYTHON_VERSIONS_INCOMPATIBLE=  38
+
 .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.7 pkgsrc/print/py-pikepdf/distinfo:1.8
--- pkgsrc/print/py-pikepdf/distinfo:1.7        Wed Sep  4 13:10:06 2024
+++ pkgsrc/print/py-pikepdf/distinfo    Wed Oct  9 08:20:15 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/09/04 13:10:06 adam Exp $
+$NetBSD: distinfo,v 1.8 2024/10/09 08:20:15 adam Exp $
 
-BLAKE2s (pikepdf-9.2.1.tar.gz) = 5298824da51b4ff68591dcff47973c463a39a5328d28b18430973bb4c193cf8b
-SHA512 (pikepdf-9.2.1.tar.gz) = 5b99272c3a98499770bb3120ead62ebdda731210e0305ec143809fcea7f978bf5dd4f4f7b90b6392af40b1e2c6e79a83e6a67d54a238fc398e38cf2bd675bc30
-Size (pikepdf-9.2.1.tar.gz) = 2905740 bytes
+BLAKE2s (pikepdf-9.3.0.tar.gz) = f0ba985055fdafc1a1372e14c7d74b6dc083556984c2c7fa9dbe5475f20a5f9d
+SHA512 (pikepdf-9.3.0.tar.gz) = 3325ab06c285f8f51c66c3815b15f96b0730e38f8023ce5c1e46818c581c38ab3bd89875e5de6ce1064a5929a8c386740d76e662c82d00d9c46961c56da4f0c0
+Size (pikepdf-9.3.0.tar.gz) = 2905550 bytes



Home | Main Index | Thread Index | Old Index