forked from pool/python-python-ptrace
- Update to 0.9.5 * Fix readProcessMappings() for device id on 3 digits. Patch by Cat Stevens. * Drop Python 2 support. OBS-URL: https://build.opensuse.org/request/show/824494 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-ptrace?expand=0&rev=12
42 lines
1.4 KiB
Plaintext
42 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
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
|