summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-12-03 08:16:29 +0800
committerKhem Raj <raj.khem@gmail.com>2024-12-03 09:44:35 -0800
commit48b04c443bbb95f964df0abe3e50b50a506faabf (patch)
treeb1e0166dcf10f339265e16615599a9b784fb9c67 /meta-python
parent81514291483a2073f73be72e23f5e9c5fe6079e9 (diff)
downloadmeta-openembedded-48b04c443bbb95f964df0abe3e50b50a506faabf.tar.gz
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 <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.0.0.bb (renamed from meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.10.1.bb)2
1 files changed, 1 insertions, 1 deletions
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
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"
4 4
5LIC_FILES_CHKSUM = "file://LICENSE;md5=152634da660a374ca18c0734ed07c63c" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=152634da660a374ca18c0734ed07c63c"
6 6
7SRC_URI[sha256sum] = "ef1bf844e878ab08aee7e40184156e1151f228f103aa5c6bd0724cc330960f8f" 7SRC_URI[sha256sum] = "21f535de2e7a82c94c130c054adb5c7421d480d5619d61073996e2f89bcb879b"
8 8
9DEPENDS += "python3-setuptools-scm-native" 9DEPENDS += "python3-setuptools-scm-native"
10 10