package/python3: security bump to v3.12.11
This fixes the following CVEs affecting tarfile extraction filters:
- CVE-2024-12718:
Bypass extraction filter to modify file metadata outside
extraction directory
- CVE-2025-4138:
Bypassing extraction filter to create symlinks to arbitrary targets
outside extraction directory
- CVE-2025-4330:
Extraction filter bypass for linking outside extraction directory
- CVE-2025-4435:
Tarfile extracts filtered members when errorlevel=0
- CVE-2025-4517:
Arbitrary writes via tarfile realpath overflow
See https://www.python.org/downloads/release/python-31211/
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
Signed-off-by: Thomas Perale <thomas.perale@mind.be>