Package Details: python-collada 0.8-1

Git Clone URL: https://aur.archlinux.org/python-collada.git (read-only, click to copy)
Package Base: python-collada
Description: A python COLLADA library
Upstream URL: https://github.com/pycollada/pycollada
Licenses: BSD-3-Clause
Submitter: jelly
Maintainer: None
Last Packager: carsme
Votes: 2
Popularity: 0.082633
First Submitted: 2024-02-01 09:28 (UTC)
Last Updated: 2024-05-22 19:35 (UTC)

Latest Comments

s0me0ne commented on 2024-10-06 09:53 (UTC)

Test, and therefore installation, fails with:

FAILED collada/tests/test_source.py::TestSource::test_idref_source_saving - AttributeError: `np.string_` was removed in the NumPy 2.0 release. Use `np.bytes_` instead.
FAILED collada/tests/test_source.py::TestSource::test_name_source_saving - AttributeError: `np.string_` was removed in the NumPy 2.0 release. Use `np.bytes_` instead.

mikep commented on 2024-07-18 14:11 (UTC)

Just FYI, this doesn't build at the moment as it doesn't support NumPy 2.0. There's a patch to fix it in the next release.