14
0

Accepting request 862824 from home:Guillaume_G:branches:openSUSE:Factory:ARM

- Backport patch to add aarch64 support:
  * add-aarch64-support.patch
- Update to 0.9.7:
  * Add missing module to install directives
- Update to 0.9.6:
  * Drop Python 2.7 support. six dependency is no longer needed
  * Add close_fds and pass_fds to createChild() function
  * Enhance strace.py output for open flags and open optional parameters
  * Add support for PowerPC 64-bit (ppc64)

OBS-URL: https://build.opensuse.org/request/show/862824
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-ptrace?expand=0&rev=16
This commit is contained in:
2021-01-13 08:59:50 +00:00
committed by Git OBS Bridge
parent 18870bd75d
commit 7a42fa50d3
5 changed files with 794 additions and 9 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Jan 13 07:33:18 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Backport patch to add aarch64 support:
* add-aarch64-support.patch
-------------------------------------------------------------------
Wed Jan 13 07:28:20 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 0.9.7:
* Add missing module to install directives
- Update to 0.9.6:
* Drop Python 2.7 support. six dependency is no longer needed
* Add close_fds and pass_fds to createChild() function
* Enhance strace.py output for open flags and open optional parameters
* Add support for PowerPC 64-bit (ppc64)
-------------------------------------------------------------------
Thu Sep 10 12:37:13 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>