diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-01-07 17:01:40 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-07 09:33:16 -0800 |
commit | 4d3968cc9fc4393f74be7076d2b1e025b8aa0814 (patch) | |
tree | 7a8c00e848e9264d26b5a47b62174efb0661f03e /meta-python | |
parent | c4f7e7f51ea36983e4b1458f95ef4d5887c19050 (diff) | |
download | meta-openembedded-4d3968cc9fc4393f74be7076d2b1e025b8aa0814.tar.gz |
python3-portalocker: upgrade 3.0.0 -> 3.1.1
Changelog:
==========
- Improved type hints
- removed accidental toml requirements
Signed-off-by: Wang Mingyu <wangmy@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.1.1.bb (renamed from meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.0.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.0.0.bb b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.1.1.bb index 6bdef37482..7a36ab74e3 100644 --- a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.0.0.bb +++ b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.1.1.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause" | |||
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=152634da660a374ca18c0734ed07c63c" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=152634da660a374ca18c0734ed07c63c" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "21f535de2e7a82c94c130c054adb5c7421d480d5619d61073996e2f89bcb879b" | 7 | SRC_URI[sha256sum] = "ec20f6dda2ad9ce89fa399a5f31f4f1495f515958f0cb7ca6543cef7bb5a749e" |
8 | 8 | ||
9 | DEPENDS += "python3-setuptools-scm-native" | 9 | DEPENDS += "python3-setuptools-scm-native" |
10 | 10 | ||