File python-libdebug.changes of Package python-libdebug
-------------------------------------------------------------------
Fri Aug 8 09:51:44 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
- Disable building for unsupported architectures
- Add bump-version.patch to bump version to 0.9.0
- Update to version 0.9.0:
* feat: Telescope: You can now telescope a memory area using
Debugger.memory.telescope.
* feat: You can now specify a filepath for the running file that
is different from argv[0].
* feat: You can now set a timeout when using Debugger.run to
automatically limit the execution time of the binary.
* feat: You can now easily change argv, path, and environment
variables after instantiating the debugger
(Debugger.argv, Debugger.env, Debugger.path).
* Full changelog at
github.com/libdebug/libdebug/releases/tag/0.9.0
-------------------------------------------------------------------
Tue Jun 17 11:07:06 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
- Update to version 0.8.1:
* Fixed an issue with virtual machines that do not expose the
xsave feature
- Remove git specific tags in .spec file
-------------------------------------------------------------------
Mon May 19 11:25:38 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
- Disabled tests, as they keep getting stuck
-------------------------------------------------------------------
Tue Apr 22 12:45:15 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
- Update to version 0.8.0-2:
* docs: fixes from 0.8.0 mistakes
* build: added needed dependency and removed useless folders
* fix: handle all possible errors during memory operations in process_memory_manager
* fix: handle all possible errors during memory operations in ptrace_interface
* test: validate mem r/w operations raise ValueError on both locally and globally invalid addresses
* build: updated pyproject and dependencies
* doc: updated README dscription
-------------------------------------------------------------------
Wed Apr 16 17:19:02 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
- Initial packaging at version 0.8.0