Bug#1055575: gst-python1.0 ftbfs with Python 3.12

2024-01-30 Thread Graham Inggs
There's been some recent activity in the upstream issue and in the related merge request: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5633

Bug#1055575: gst-python1.0 ftbfs with Python 3.12

2024-01-06 Thread Matthias Klose
even after adding this additional test dependency and fixing the s/assertEquals/assertEqual/ stuff, 3.12 fails the tests, while 3.11 succeeds. [...] cd build-3.12 && DEB_PYTHON_INSTALL_LAYOUT=deb LC_ALL=C.UTF-8 MESON_TESTTHREADS=8 meson test ninja: Entering directory

Bug#1055575: gst-python1.0 ftbfs with Python 3.12

2023-12-17 Thread Dean Serenevy
Hello, I also tried poking at this issue today and ran into the same problem. Replacing imp with what I believe to be the equivalent importlib commands results in a bunch of errors during testing (many "TypeError: SomeFunction() takes no arguments" errors). However, the problematic imports