Package: zeitgeist Version: 1.0.4-4 Severity: serious Control: forwarded -1 https://gitlab.freedesktop.org/zeitgeist/zeitgeist/-/issues/26
Dear Maintainer, This import fails: Python 3.11.2 (main, Feb 12 2023, 00:48:52) [GCC 12.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from zeitgeist import client Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3/dist-packages/zeitgeist/client.py", line 1100, in <module> _FIND_EVENTS_FOR_TEMPLATES_ARGS = inspect.getargspec( ^^^^^^^^^^^^^^^^^^ AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'? >>> After applying upstream commit: Python 3.11.2 (main, Feb 12 2023, 00:48:52) [GCC 12.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from zeitgeist import client >>> Kind Regards