Package Details: python-pyimg4 0.8.8-1

Git Clone URL: https://aur.archlinux.org/python-pyimg4.git (read-only, click to copy)
Package Base: python-pyimg4
Description: A Python library/CLI tool for parsing Apple's Image4 format
Upstream URL: https://github.com/m1stadev/PyIMG4
Licenses: MIT
Submitter: haxibami
Maintainer: haxibami
Last Packager: haxibami
Votes: 0
Popularity: 0.000000
First Submitted: 2024-09-01 15:42 (UTC)
Last Updated: 2025-04-10 04:09 (UTC)

Latest Comments

radonatbeeper commented on 2026-03-11 18:41 (UTC)

The root cause is a change in the API of python-asn1 which experienced a major version bump recently. The release notes say it was intended to be backwards compatible so I filed an issue report upstream: https://github.com/andrivet/python-asn1/issues/297

radonatbeeper commented on 2026-02-02 21:51 (UTC)

I see the following errors from check():

================================================================== short test summary info ===================================================================
FAILED tests/test_im4m.py::test_im4m - asn1.core.Error: Expecting bytes or a subclass of io.RawIOBase or BufferedIOBase. Get <class 'list'> instead.
FAILED tests/test_im4p.py::test_read_lzss_enc - asn1.core.Error: Expecting bytes or a subclass of io.RawIOBase or BufferedIOBase. Get <class 'list'> instead.
FAILED tests/test_im4p.py::test_read_lzfse_enc - asn1.core.Error: Expecting bytes or a subclass of io.RawIOBase or BufferedIOBase. Get <class 'list'> instead.
FAILED tests/test_im4p.py::test_read_payp - asn1.core.Error: Expecting bytes or a subclass of io.RawIOBase or BufferedIOBase. Get <class 'list'> instead.
FAILED tests/test_im4r.py::test_read - asn1.core.Error: Expecting bytes or a subclass of io.RawIOBase or BufferedIOBase. Get <class 'list'> instead.
FAILED tests/test_img4.py::test_create - asn1.core.Error: Expecting bytes or a subclass of io.RawIOBase or BufferedIOBase. Get <class 'list'> instead.
FAILED tests/test_img4.py::test_create_with_im4r - asn1.core.Error: Expecting bytes or a subclass of io.RawIOBase or BufferedIOBase. Get <class 'list'> instead.
FAILED tests/test_img4.py::test_read - pyimg4.errors.UnexpectedTagError: Expected tag of type IA5String, got PrintableString
================================================================ 8 failed, 4 passed in 13.95s ================================================================