Merge remote-tracking branch 'origin/master' into staging-next

This commit is contained in:
K900
2025-06-09 18:08:45 +03:00
31 changed files with 2690 additions and 570 deletions
File diff suppressed because it is too large Load Diff
@@ -349,6 +349,9 @@ 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