Merge branch 'master' into staging-next

This commit is contained in:
K900
2024-06-29 10:13:13 +03:00
217 changed files with 1505 additions and 3578 deletions
@@ -661,7 +661,7 @@ in with passthru; stdenv.mkDerivation (finalAttrs: {
homepage = "https://www.python.org";
changelog = let
majorMinor = versions.majorMinor version;
dashedVersion = replaceStrings [ "." "a" ] [ "-" "-alpha-" ] version;
dashedVersion = replaceStrings [ "." "a" "b" ] [ "-" "-alpha-" "-beta-" ] version;
in
if sourceVersion.suffix == "" then
"https://docs.python.org/release/${version}/whatsnew/changelog.html"