From e8d29b4e07d2b462ffa89a0e404ddd034b47bbdf Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Mon, 23 Feb 2026 11:57:18 +0000 Subject: [PATCH] python: Remove autoupdate hash extraction * The Python website has fragmented the SHA256 hashes across multiple HTML elements, making them impossible to capture with a single regex. --- bucket/python.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bucket/python.json b/bucket/python.json index 968329c915..3013a4632f 100644 --- a/bucket/python.json +++ b/bucket/python.json @@ -109,10 +109,6 @@ "arm64": { "url": "https://www.python.org/ftp/python/$version/python-$version-arm64.exe#/setup.exe" } - }, - "hash": { - "url": "https://www.python.org/downloads/release/python-$cleanVersion/", - "regex": "(?sm)$basename.*?$sha256" } } }