python314: 3.14.4 -> 3.14.5

https://docs.python.org/release/3.14.5/whatsnew/changelog.html

Fixes: CVE 2026-3219
This commit is contained in:
Martin Weinelt
2026-05-10 17:02:06 +02:00
parent 2d9fdeb944
commit 04928a6180
3 changed files with 2 additions and 57 deletions
@@ -427,11 +427,6 @@ stdenv.mkDerivation (finalAttrs: {
# backport fix for https://github.com/python/cpython/issues/95855
./platform-triplet-detection.patch
]
++ optionals (pythonAtLeast "3.14" && pythonOlder "3.15") [
# https://github.com/python/cpython/issues/146264
# https://github.com/python/cpython/pull/146265
./3.14/hacl-static-ldeps-for-static-modules.patch
]
++ optionals (version == "3.13.10" || version == "3.14.1") [
# https://github.com/python/cpython/issues/142218
./${lib.versions.majorMinor version}/gh-142218.patch