Use _service to clone git repo, as tests are not available in PyPI

This commit is contained in:
2025-04-22 14:53:27 +02:00
parent 257cbd8a59
commit fa5b5e96c7
8 changed files with 67 additions and 13 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
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>