17
0

- Add patch support-python314.patch:

* Support new Python 3.14 linkat.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-ptrace?expand=0&rev=22
This commit is contained in:
2025-12-11 06:01:27 +00:00
committed by Git OBS Bridge
parent 8ed7a83475
commit b2f258da7d
3 changed files with 33 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------
Thu Dec 11 05:53:43 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
Thu Dec 11 06:00:41 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
@@ -11,6 +11,8 @@ Thu Dec 11 05:53:43 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Drop patches, included upstream:
* python-ptrace-pr81-importlib.patch
* python-ptrace-pr83-importlib.patch
- Add patch support-python314.patch:
* Support new Python 3.14 linkat.
-------------------------------------------------------------------
Sun Mar 3 19:17:50 UTC 2024 - Ben Greiner <code@bnavigator.de>