python314: 3.14.0b2 -> 3.14.0b3 (#417666)

This commit is contained in:
Martin Weinelt
2025-06-18 01:03:54 +02:00
committed by GitHub
3 changed files with 2 additions and 2060 deletions
File diff suppressed because it is too large Load Diff
@@ -340,9 +340,6 @@ stdenv.mkDerivation (finalAttrs: {
++ optionals (pythonAtLeast "3.13") [
./3.13/virtualenv-permissions.patch
]
++ optionals (pythonAtLeast "3.14") [
./3.14/CVE-2025-4517.patch
]
++ optionals mimetypesSupport [
# Make the mimetypes module refer to the right file
./mimetypes.patch
@@ -93,9 +93,9 @@
major = "3";
minor = "14";
patch = "0";
suffix = "b2";
suffix = "b3";
};
hash = "sha256-esnoSES7wKWo8feaN6aLO4yvKli0qlmZxJInyzbnDqY=";
hash = "sha256-xvSL9R8B9Q2HAHpEXdev5KTHqHq0glcL6STB3f0NNoI=";
inherit passthruFun;
};
# Minimal versions of Python (built without optional dependencies)