This update for python39 fixes the following issues:
Security issues fixed:
pkgutil.get_data() can lead to path traversal (bsc#1259989).%action can pass the dash-prefix safety check and allow for command injection
(bsc#1262319).BaseCookie.js_output() does not neutralize characters in cookie values embedded in JS (bsc#1262654).lzma.LZMADecompressor, bz2.BZ2Decompressor, and gzip.GzipFile when process is
under memory pressure(bsc#1262098).Other updates and bugfixes:
python3* symbols should be now provided by real python3 packages
and its subpackages instead of the virtual provides (bsc#1258364).