From 48b04c443bbb95f964df0abe3e50b50a506faabf Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 3 Dec 2024 08:16:29 +0800 Subject: [PATCH] python3-portalocker: upgrade 2.10.1 -> 3.0.0 Changelog: =========== - Completely modernized portalocker build system and added fully strict pyright and mypy compliance with ruff formatting and checking. - Dropped support for deprecated Python versions, only 3.9 and up are supported now. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...thon3-portalocker_2.10.1.bb => python3-portalocker_3.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-extended/python3-portalocker/{python3-portalocker_2.10.1.bb => python3-portalocker_3.0.0.bb} (89%) diff --git a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.10.1.bb b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.0.0.bb similarity index 89% rename from meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.10.1.bb rename to meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.0.0.bb index 8c03398ed1..6bdef37482 100644 --- a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.10.1.bb +++ b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.0.0.bb @@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=152634da660a374ca18c0734ed07c63c" -SRC_URI[sha256sum] = "ef1bf844e878ab08aee7e40184156e1151f228f103aa5c6bd0724cc330960f8f" +SRC_URI[sha256sum] = "21f535de2e7a82c94c130c054adb5c7421d480d5619d61073996e2f89bcb879b" DEPENDS += "python3-setuptools-scm-native"