]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3: correct upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 18 Mar 2024 11:48:06 +0000 (12:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Mar 2024 18:19:46 +0000 (18:19 +0000)
This only needs removal of the custom setting (which no longer produces a webpage suitable for parsing the version out),
as the default SRC_URI is 'tarballs in versioned directoroies' setup, which the version checker is able to handle.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3_3.12.2.bb

index 61991cd8e9e54f1d3fec277c2375fa4ab52a3fc0..f837f05af4d830db6560fe488209808e3be24b73 100644 (file)
@@ -41,7 +41,6 @@ SRC_URI[sha256sum] = "be28112dac813d2053545c14bf13a16401a21877f1a69eb6ea5d84c4a0
 
 # exclude pre-releases for both python 2.x and 3.x
 UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar"
-UPSTREAM_CHECK_URI = "https://www.python.org/downloads/source/"
 
 CVE_PRODUCT = "python cpython"