Update python-python-ptrace to version 0.9.8 / rev 8 via SR 1155342
https://build.opensuse.org/request/show/1155342
by user mcepl + dimstar_suse
- Update to 0.9.8
* Added Arm 64bit (AArch64) support.
* Implemented ``PTRACE_GETREGSET`` and ``PTRACE_SETREGSET``
required on AArch64 and available on Linux.
* Issue #66: Fix ``SIGTRAP|0x80`` or ``SIGTRAP`` wait in
syscall_state.exit (``PTRACE_O_TRACESYSGOOD``).
- Build PEP517 wheels separately in multibuild
- Add patchtes for Python 3.12:
* python-ptrace-pr81-importlib.patch gh#vstinner/python-ptrace#81
* python-ptrace-pr83-importlib.patch gh#vstinner/python-ptrace#83
- Remove upstreamed patch:
* add-aarch64-support.patch