This update for python311 fixes the following issues:
Security issues fixed:
CVE-2026-3446: base64 decoding stops at first padded quad by default and ignores other information that could be
processed (bsc#1261970).
Other updates and bugfixes:
Rewrite structure of Python interpreter packages. python3* symbols should be now provided by real python3
packages and its subpackages instead of the virtual provides (bsc#1258364).