summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-10-09 11:13:54 +0300
committerKhem Raj <raj.khem@gmail.com>2025-10-09 09:41:11 -0700
commit368ea9aa9a45955a17bd9f9c2baf7238f41701f7 (patch)
treebd5b3f2d94f0e500344c8263376bf60a2ba4594f /meta-python
parentb68dd1e77a74f0f9368c8a79c564299e7f1ec9a0 (diff)
downloadmeta-openembedded-368ea9aa9a45955a17bd9f9c2baf7238f41701f7.tar.gz
python3-filelock: Upgrade 3.18.0 -> 3.20.0
Upgrade to release 3.20.0: - Added tox.toml to sdist - Updated docs with example - Added 3.14 support and drop 3.9 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-filelock_3.20.0.bb (renamed from meta-python/recipes-devtools/python/python3-filelock_3.18.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-filelock_3.18.0.bb b/meta-python/recipes-devtools/python/python3-filelock_3.20.0.bb
index 9c4721d4bf..4ce89a853e 100644
--- a/meta-python/recipes-devtools/python/python3-filelock_3.18.0.bb
+++ b/meta-python/recipes-devtools/python/python3-filelock_3.20.0.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "https://py-filelock.readthedocs.io/"
5LICENSE = "Unlicense" 5LICENSE = "Unlicense"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=911690f51af322440237a253d695d19f" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=911690f51af322440237a253d695d19f"
7 7
8SRC_URI[sha256sum] = "adbc88eabb99d2fec8c9c1b229b171f18afa655400173ddc653d5d01501fb9f2" 8SRC_URI[sha256sum] = "711e943b4ec6be42e1d4e6690b48dc175c822967466bb31c0c293f34334c13f4"
9 9
10BBCLASSEXTEND = "native nativesdk" 10BBCLASSEXTEND = "native nativesdk"
11 11