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 Jul 26 06:53:25 UTC 2024

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

Log Message:
py-pikepdf: updated to 9.1.0

v9.1.0

- Fixed a potential resource leak if we opened a file to read it as a PDF but
  it was not a valid PDF.
- When overwriting an existing PDF with ``Pdf.save()``, pikepdf now attempts to
  retain the original file permissions and ownership.
- Fixed missing return type for PageList.Extend. :issue:`592`
- Fixed tests on Python 3.13 pre-release. Thanks @QuLogic.
- Changed all references of "QPDF" to "qpdf", its new spelling. Thanks @m-holger.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/print/py-pikepdf/Makefile
cvs rdiff -u -r1.3 -r1.4 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.4 pkgsrc/print/py-pikepdf/Makefile:1.5
--- pkgsrc/print/py-pikepdf/Makefile:1.4        Tue Jun 11 08:52:23 2024
+++ pkgsrc/print/py-pikepdf/Makefile    Fri Jul 26 06:53:25 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/06/11 08:52:23 adam Exp $
+# $NetBSD: Makefile,v 1.5 2024/07/26 06:53:25 adam Exp $
 
-DISTNAME=      pikepdf-9.0.0
+DISTNAME=      pikepdf-9.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pikepdf/}
@@ -17,12 +17,13 @@ DEPENDS+=   ${PYPKGPREFIX}-deprecated-[0-9
 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}-test-xdist-[0-9]*:../../devel/py-test-xdist
-
-USE_LANGUAGES+=        c c++
-USE_TOOLS+=    pkg-config
-
-USE_CXX_FEATURES+=     c++17
+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
+
+USE_CXX_FEATURES=      c++17
+USE_LANGUAGES=         c c++
+USE_TOOLS+=            pkg-config
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 

Index: pkgsrc/print/py-pikepdf/distinfo
diff -u pkgsrc/print/py-pikepdf/distinfo:1.3 pkgsrc/print/py-pikepdf/distinfo:1.4
--- pkgsrc/print/py-pikepdf/distinfo:1.3        Tue Jun 11 08:52:23 2024
+++ pkgsrc/print/py-pikepdf/distinfo    Fri Jul 26 06:53:25 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/06/11 08:52:23 adam Exp $
+$NetBSD: distinfo,v 1.4 2024/07/26 06:53:25 adam Exp $
 
-BLAKE2s (pikepdf-9.0.0.tar.gz) = 1ef09847c90fcc90204d1335f311a7063f504c660319f15fed8ec3b5116da337
-SHA512 (pikepdf-9.0.0.tar.gz) = 15248d523cebdfbfcd7a5f8b6144b7dc8371612bd77ba3847af1ce626b5d87780911346d3c61bfe7cef545a19f1863c1a4048b35ace56f2cb62dcb962272829d
-Size (pikepdf-9.0.0.tar.gz) = 2868331 bytes
+BLAKE2s (pikepdf-9.1.0.tar.gz) = da43604b8d4862ccf380f7dcf5dfd7d0ba93dfb34d4d89ba08196c6302d268dc
+SHA512 (pikepdf-9.1.0.tar.gz) = 0fbf1ca151b6a234cd23a5148c9e8e4e033c5da5c935b4786fe6167555da7016c55b124dd2f9e8dc414c9782829f38412227820229a8459cc9dbe03220620fae
+Size (pikepdf-9.1.0.tar.gz) = 2869103 bytes



Home | Main Index | Thread Index | Old Index