From 0d9add963a44725351cfa2975643146ddd2a4570 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 28 Nov 2022 11:31:19 +0000 Subject: [PATCH] update to py3-pikepdf-6.2.4 --- print/py-pikepdf/Makefile | 3 +-- print/py-pikepdf/distinfo | 4 ++-- print/py-pikepdf/patches/patch-tests_test_io_py | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/print/py-pikepdf/Makefile b/print/py-pikepdf/Makefile index b8f2e02881b..4074f83f05e 100644 --- a/print/py-pikepdf/Makefile +++ b/print/py-pikepdf/Makefile @@ -1,10 +1,9 @@ COMMENT = Python library for reading and writing PDF files # please check pdfarranger if updating, it breaks often -MODPY_EGG_VERSION = 6.2.2 +MODPY_EGG_VERSION = 6.2.4 DISTNAME = pikepdf-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 CATEGORIES = print diff --git a/print/py-pikepdf/distinfo b/print/py-pikepdf/distinfo index 428782007a0..6da17d75c40 100644 --- a/print/py-pikepdf/distinfo +++ b/print/py-pikepdf/distinfo @@ -1,2 +1,2 @@ -SHA256 (pikepdf-6.2.2.tar.gz) = rlqh/Rg3P9lrjqZhDXjRwSpD4QUpHkXOqqVGN+dqaSk= -SIZE (pikepdf-6.2.2.tar.gz) = 2914678 +SHA256 (pikepdf-6.2.4.tar.gz) = PQbavxZZK7eXXhEkAAISw8O6sel+0/fGU06pLv6bYho= +SIZE (pikepdf-6.2.4.tar.gz) = 2914996 diff --git a/print/py-pikepdf/patches/patch-tests_test_io_py b/print/py-pikepdf/patches/patch-tests_test_io_py index c36bd01f7e7..4cc71febd25 100644 --- a/print/py-pikepdf/patches/patch-tests_test_io_py +++ b/print/py-pikepdf/patches/patch-tests_test_io_py @@ -1,7 +1,7 @@ Index: tests/test_io.py --- tests/test_io.py.orig +++ tests/test_io.py -@@ -116,7 +116,7 @@ def _file_descriptor_is_open( +@@ -115,7 +115,7 @@ def _file_descriptor_is_open( def _skip_file_descriptor_checks_if_not_supported():