14
0

Accepting request 1154445 from home:bnavigator:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1154445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-ptrace?expand=0&rev=18
This commit is contained in:
2024-03-05 17:03:23 +00:00
committed by Git OBS Bridge
parent 7a42fa50d3
commit d34f4f43d5
8 changed files with 166 additions and 790 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Mar 3 19:17:50 UTC 2024 - Ben Greiner <code@bnavigator.de>
- 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
-------------------------------------------------------------------
Wed Jan 13 07:33:18 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>