update to py3-pikepdf-6.2.2

This commit is contained in:
sthen 2022-11-08 12:32:39 +00:00
parent 7fc2187689
commit adb267b86a
3 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
COMMENT = Python library for reading and writing PDF files
# please check pdfarranger if updating, it breaks often
MODPY_EGG_VERSION = 6.2.0
MODPY_EGG_VERSION = 6.2.2
DISTNAME = pikepdf-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}

View File

@ -1,2 +1,2 @@
SHA256 (pikepdf-6.2.0.tar.gz) = emcx0Zwzjs+YFZ+pmJ6v+7FbnCXG7vNmoMWypowpmEk=
SIZE (pikepdf-6.2.0.tar.gz) = 2914316
SHA256 (pikepdf-6.2.2.tar.gz) = rlqh/Rg3P9lrjqZhDXjRwSpD4QUpHkXOqqVGN+dqaSk=
SIZE (pikepdf-6.2.2.tar.gz) = 2914678

View File

@ -1,10 +1,10 @@
Index: tests/test_io.py
--- tests/test_io.py.orig
+++ tests/test_io.py
@@ -102,7 +102,7 @@ def test_invalid_output_stream(sandwich, bio_class, ex
@@ -116,7 +116,7 @@ def _file_descriptor_is_open(
@pytest.fixture
def file_descriptor_is_open_for():
def _skip_file_descriptor_checks_if_not_supported():
- if sys.platform == 'win32' or sys.platform.startswith('freebsd'):
+ if sys.platform == 'win32' or sys.platform.startswith('freebsd') or sys.platform.startswith('openbsd'):
pytest.skip(