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 Mar 11 10:34:36 UTC 2026

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

Log Message:
py-pikepdf: updated to 10.5.0

v10.5.0

- Fixed logger in ``ctm`` module using ``__file__`` instead of ``__name__``,
  which produced unhelpful log names. :issue:`712`
- Modernized README.
- Test all README code blocks instead of just one.

v10.4.0

- Enums are now proper Python ``enum.Enum``/``enum.IntFlag`` types (PEP 435
  compliant), migrated from pybind11's deprecated ``py::enum_`` to
  ``py::native_enum``.
- Reimplemented the PDFDocEncoding codec in pure Python using the standard
  library charmap pattern, removing the C++ dependency on qpdf for encoding.
- Upgraded to qpdf 12.3.2.
- Fixed incorrect docstrings for ``StreamDecodeLevel``. :issue:`708`
- Fixed type stubs: added PEP 570 positional-only markers, and corrected
  ``index()`` signature.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/print/py-pikepdf/Makefile
cvs rdiff -u -r1.22 -r1.23 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.27 pkgsrc/print/py-pikepdf/Makefile:1.28
--- pkgsrc/print/py-pikepdf/Makefile:1.27       Mon Feb  9 19:46:46 2026
+++ pkgsrc/print/py-pikepdf/Makefile    Wed Mar 11 10:34:35 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2026/02/09 19:46:46 adam Exp $
+# $NetBSD: Makefile,v 1.28 2026/03/11 10:34:35 adam Exp $
 
-DISTNAME=      pikepdf-10.3.0
+DISTNAME=      pikepdf-10.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pikepdf/}
@@ -15,7 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-Pillow>=10.0.1:
 DEPENDS+=      ${PYPKGPREFIX}-deprecated-[0-9]*:../../devel/py-deprecated
 DEPENDS+=      ${PYPKGPREFIX}-lxml>=4.8:../../textproc/py-lxml
 DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
-TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=6.36:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=3.0.0:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=2.1.0:../../devel/py-test-timeout
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=2.5.0:../../devel/py-test-xdist
@@ -26,7 +26,7 @@ USE_TOOLS+=           pkg-config
 
 PYTHON_VERSIONS_INCOMPATIBLE=  310
 
-.include "../../print/qpdf/buildlink3.mk"
 .include "../../devel/py-pybind11/buildlink3.mk"
 .include "../../lang/python/wheel.mk"
+.include "../../print/qpdf/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/py-pikepdf/distinfo
diff -u pkgsrc/print/py-pikepdf/distinfo:1.22 pkgsrc/print/py-pikepdf/distinfo:1.23
--- pkgsrc/print/py-pikepdf/distinfo:1.22       Mon Feb  9 19:46:46 2026
+++ pkgsrc/print/py-pikepdf/distinfo    Wed Mar 11 10:34:36 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2026/02/09 19:46:46 adam Exp $
+$NetBSD: distinfo,v 1.23 2026/03/11 10:34:36 adam Exp $
 
-BLAKE2s (pikepdf-10.3.0.tar.gz) = 630fd386aac6a06adca00cad11334c9b9832eb98c10dd36b054b98622bb87745
-SHA512 (pikepdf-10.3.0.tar.gz) = 6c377650cb3b69cbdcdb2b4cc5fb6953bc6a95b14098ac948ee2135d6e02b6187ee3ef736ae263f23c12232095490a514a621f46c57b435d2356862806ac2317
-Size (pikepdf-10.3.0.tar.gz) = 4575749 bytes
+BLAKE2s (pikepdf-10.5.0.tar.gz) = 60ce572be2c7f19dfb1f364ef2ee1631c1db15baa9589f82c197d231d75feb5a
+SHA512 (pikepdf-10.5.0.tar.gz) = 41c9fea21dbd9c3f6726ede80f9e8ad6952c5b07212aa083816e2db04e238ccb2a9a18522fcd5e40c3fed524eaa97ce83f83c10c53ad9a298960b5f4a76e2143
+Size (pikepdf-10.5.0.tar.gz) = 4582295 bytes



Home | Main Index | Thread Index | Old Index