- Update to 0.9.9:
* Fix PROC_MAP_REGEX for three digit minor device id by @fab1ano in #73 * Add support for RISC-V by @yuzibo in #76 * Fix arguments of pipe/pipe2 system calls. by @jopereira in #78 * do not raise an exception for a valid process status by @duanev in #80 * Remove deprecated imp module by @hamarituc in #81 * Use importlib instead of imp in setup_cptrace.py by @skitt in #83 - Drop patches, included upstream: * python-ptrace-pr81-importlib.patch * python-ptrace-pr83-importlib.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-ptrace?expand=0&rev=21
This commit is contained in:
94
python-python-ptrace.changes
Normal file
94
python-python-ptrace.changes
Normal file
@@ -0,0 +1,94 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 11 05:53:43 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 0.9.9:
|
||||
* Fix PROC_MAP_REGEX for three digit minor device id by @fab1ano in #73
|
||||
* Add support for RISC-V by @yuzibo in #76
|
||||
* Fix arguments of pipe/pipe2 system calls. by @jopereira in #78
|
||||
* do not raise an exception for a valid process status by @duanev in #80
|
||||
* Remove deprecated imp module by @hamarituc in #81
|
||||
* Use importlib instead of imp in setup_cptrace.py by @skitt in #83
|
||||
- Drop patches, included upstream:
|
||||
* python-ptrace-pr81-importlib.patch
|
||||
* python-ptrace-pr83-importlib.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
- Remove upstreamed patch:
|
||||
* add-aarch64-support.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- aarch64 is not yet supported, so exclude it
|
||||
See: https://github.com/vstinner/python-ptrace/issues/57
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 5 12:47:08 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Update to 0.9.5
|
||||
* Fix readProcessMappings() for device id on 3 digits. Patch by Cat Stevens.
|
||||
* Drop Python 2 support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 11:05:34 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.9.4:
|
||||
* Issue #36: Fix detaching from process object created without is_attached=True
|
||||
* The project now requires the six module.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 19 07:10:02 UTC 2017 - mimi.vx@gmail.com
|
||||
|
||||
- update to 0.9.3
|
||||
* Fix test_strace.py: tolerate the openat() syscall
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 28 05:58:20 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Trim description, rectify errors.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 26 16:26:48 UTC 2017 - mimi.vx@gmail.com
|
||||
|
||||
- use simpler macros to build C parts and run tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 25 09:00:13 UTC 2017 - mimi.vx@gmail.com
|
||||
|
||||
- update to 0.9.2
|
||||
- move to singlespec
|
||||
* Fix strace.py when tracing multiple processes: use the correct process.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 10:05:42 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- initial packaging
|
||||
Reference in New Issue
Block a user