update to py3-pikepdf-6.2.4

This commit is contained in:
sthen 2022-11-28 11:31:19 +00:00
parent 3e5e8a219f
commit 0d9add963a
3 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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():